/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_dropline2-5.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
height:36px; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
z-index:500;
padding:0 0 0 10px; 
background: url(images/menuback.gif) repeat-x left top;
margin-top:0px;
position:absolute;
top:80px;
width:100%;
/*min-width:570px;*/
}

.menu .select {
margin:0; 
padding:0 0 0 10px;
list-style:none; 
white-space:nowrap;
}

.menu li {
float:left;
background:url(images/menuover.gif);
}

.menu .select a {
display:block; 
height:36px; 
float:left; 
background: url(images/menublank.gif); 
padding:0 0 0 15px; 
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#ddd;
}

.menu .select a b {
display:block; 
padding:0 30px 10px 15px; 
background:url(images/menublank.gif) right top;
}

.menu .select a:hover, 
.menu .select li:hover a {
background: url(images/menuover.gif); 
padding:0 0 0 15px;
line-height:27px;
cursor:pointer; 
color:#fff;
}

.menu .select .nogo {
   color:white;
}
.menu .select a:hover.nogo, 
.menu .select li:hover.nogo {
   color: #ADD8E6;
}

.menu .select a:hover b, 
.menu .select li:hover a b {
display:block; 
padding:0 30px 9px 15px; 
background:url(images/menuover.gif) right top; 
cursor:pointer;
}

/* IE6 only */
.menu table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.menu .trail
{
   margin-top: 4px;
   margin-right: 50px;
/*   margin-left:50px;*/
   color: white;
   font-weight: bold;
   float:right;
}

