/* ================================================================ 
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-droplist.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#dropList {
height:40px; 
width:990px; 
background:#89a url(/images/menubg.jpg) repeat-x left center; 
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:14px; 
z-index:500; 
} 

#dropList ul { 
margin:0; 
padding:0 0 0 0px; 
white-space:nowrap; 
} 

#dropList ul#menu li.level1-li {
float:left;  height:40px;
} 

#dropList ul#menu li.level1-li a.level1-a { 
display:block; 
height:40px; 
float:left; 
text-decoration:none; line-height:40px; white-space:nowrap;  color:#ddd; 
width:99px; 
text-align:center;
color:#fff;
font-weight:bold;
} 

#dropList ul#menu li.level1-lifirst a.level1-a { 
display:block; 
height:40px; 
float:left; 
text-decoration:none; line-height:40px; white-space:nowrap;  color:#ddd; 
width:99px; 
text-align:center;
background:#89a url(/images/menubgred.jpg) repeat-x left center; 
color:#fff;
font-weight:bold;
} 

#dropList ul#menu li.level1-lilast a.level1-a { 
display:block; 
height:40px; 
float:left; 
text-decoration:none; line-height:40px; white-space:nowrap;  color:#ddd; 
width:99px; 
text-align:center;
background:#89a url(/images/menubgblank.jpg) repeat-x left center; 
color:#fff;
font-weight:bold;
} 

#dropList ul#menu li.sub a.level1-a {
color:#fff;
font-weight:bold;
} 

#dropList ul#menu li.level1-li:hover, #dropList ul#menu li.level1-li a.level1-a:hover, #dropList ul#menu li.level1-lifirst a.level1-a:hover, #dropList ul#menu li.level1-lilast a.level1-a:hover {
position:relative;
color:#eee;
font-weight:bold;
} 

#dropList ul#menu li.level1-li a.level1-a:hover, #dropList ul#menu li.level1-li:hover a.level1-a { 
color:#eee;
} 

#dropList ul#menu li.sub a.level1-a:hover { 
height:29px; color:#eee; 
}  

#dropList ul#menu li.sub:hover > a.level1-a { 
height:29px; color:#eee;
} 

#dropList ul#menu li div.listHolder { 
position:absolute; left:-9999px; top:40px; background:#fff; border:1px solid #000; border-width:0 1px 1px 1px; padding:0; 
text-align:left;
} /* IE6 only */ 

#dropList table { 
border-collapse:collapse; margin:-1px -10px; font-size:1em; width:0; height:0; 
text-align:left;
} 

#dropList ul#menu :hover div.listHolder {
left:0;
} 

#dropList ul#menu a:hover div.listHolder {
left:-1px;
} 

#dropList ul#menu div.col1 {
width:141px;
text-align:left;
} 

#dropList ul#menu div.col2 {
width:280px;
text-align:left;
} 

#dropList ul#menu div.col3 {
width:470px;
} 

#dropList ul#menu a:hover div.left1, #dropList ul#menu :hover div.left3 {
left:-45px;
} 

#dropList ul#menu a:hover div.left1, #dropList ul#menu :hover div.left1 {
left:-181px;
} 

#dropList ul#menu a:hover div.left2, #dropList ul#menu :hover div.left2 {
left:-372px;
} 

#dropList ul#menu div.listHolder div.listCol {
display:block; float:left; padding:10px; margin:0; width:120px;
} 

#dropList ul#menu div.listHolder div.listCol h5 {
padding:5px 0 3px 0; margin:0; font-size:12px; line-height:13px;
color:#666;
margin-bottom:5px;
background-color:#EBE6ED;
padding-left:3px;
} 


#dropList ul#menu div.listHolder div.listCol ul {
padding:0; margin:0; list-style:none;
margin-bottom:15px;
} 

#dropList ul#menu div.listHolder div.listCol ul li {
line-height:15px; padding:0; margin:0; padding-bottom:5px;
} 

#dropList ul#menu div.listHolder div.listCol ul li a {
color:#685372; text-decoration:none; padding-left:0px; font-weight:normal;
font-size:12px;
} 

#dropList ul#menu div.listHolder div.listCol ul li a:hover {
text-decoration:underline;
} 

#dropList ul#menu div.listHolder div.bottomLine {
clear:left; background:#D73230; height:23px; line-height:23px; padding-left:10px;
}

#dropList ul#menu a:hover div.listHolder div.bottomLine {
height:1px;
} 



#dropList ul#menu div.listHolder div.bottomLine p {
padding:0; margin:0; padding-left:15px; color:#fff; background:url(/images/arrow.gif) no-repeat left center; font-weight:bold;
font-size:11px;
} 

#dropList ul#menu div.listHolder div.bottomLine p a {
color:#fff; text-decoration:underline;

} 

#dropList ul#menu div.listHolder div.bottomLine p a:hover {
text-decoration:none;
}
