/* ================================================================
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:0;
width:740px;
padding-top:76px;
padding-left:202px;
background:none;
position:relative;
float:left;
font-family:Arial;
font-size:12px;
z-index:500;
border:0;
border-width:0 0 0 0;
}

#dropList ul#menu {
margin:0 0 0 0;
padding:0 0 0 0;
list-style:none;
white-space:nowrap;
}

#dropList ul#menu li.level1-li {
float:left;
height:29px;
padding-top:0;
margin-right:6px;
background:none;
}

#dropList ul#menu li.level1-li a.level1-a {
display:block;
height:29px;
float:left; 
border-width:0 0 0 0;
border:0;
padding:0 7px 0 7px;
text-decoration:none;
line-height:24px; 
white-space:nowrap;
font-weight:bold;
color:#fff;
}

#dropList ul#menu li.sub a.level1-a {color:#fff;}

#dropList ul#menu li.level1-li:hover,
#dropList ul#menu li.level1-li a.level1-a:hover {position:relative;}

#dropList ul#menu li.level1-li a.level1-a:hover,
#dropList ul#menu li.level1-li:hover a.level1-a {
border:0px solid #9898cb;
border-width:0px;
color:#9898cb;
text-decoration:none;
background:none;
}

#dropList ul#menu li.sub a.level1-a:hover {
height:29px;
color:#9898cb;
text-decoration:none;
background:none;
}

#dropList ul#menu li.sub:hover > a.level1-a {
height:29px;
color:#9898cb;
text-decoration:none;
background:none;
}

#dropList ul#menu li div.listHolder {
position:absolute; left:-9999px; top:29px; background:#333367; border:0px solid #9898cb; border-width:0px 0px 0px 0px; padding:0;
}


/* IE6 only */
#dropList table {
border-collapse:collapse; 
margin:-1px -10px; 
font-size:1em;
width:0; 
height:0;
}

#dropList ul#menu :hover div.listHolder {left:0;}
#dropList ul#menu a:hover div.listHolder {left:-1px;}
#dropList ul#menu div.col1 {width:240px;}

#dropList ul#menu a:hover div.left1,
#dropList ul#menu :hover div.left1 {left:-141px;}

#dropList ul#menu div.listHolder div.listCol {display:block; float:left; padding:5px; margin:0; width:240px;}
#dropList ul#menu div.listHolder div.listCol h5 {padding:0 0 0 0; margin:0 0 0 0; font-size:11px; line-height:13px; background:none;}
#dropList ul#menu div.listHolder div.listCol p {padding:0; margin:0 0 0 0; list-style:none;}
#dropList ul#menu div.listHolder div.listCol p a {color:#fff; text-decoration:none; padding-left:10px; font-weight:normal; background:none;}
#dropList ul#menu div.listHolder div.listCol p a:hover {color:#9898cb; text-decoration:underline;}

#dropList ul#menu div.listHolder div.bottomLine {clear:left; background:#333367; padding:5px 10px;}
#dropList ul#menu a:hover div.listHolder div.bottomLine {height:1px;}
#dropList ul#menu div.listHolder div.bottomLine p {padding:0 0 0 15px; margin:0; line-height:20px; color:#fc0; background:none; font-weight:bold;}
#dropList ul#menu div.listHolder div.bottomLine p a {color:#fff}
#dropList ul#menu div.listHolder div.bottomLine p a:hover {color:#9898cb; text-decoration:underline;}

