/* General horizontal navigation lists with dropdown magic */
#nav {height: 41px; float:left; padding-left:20px; background:#fff url(images/tabLeft-grey.gif) no-repeat left top; font-family:arial, sans-serif;}

#dropmenu {height:41px;position:relative;font-size:12px; margin: 0; z-index:1000; background:#fff url(images/tabRight-grey.gif) no-repeat right top; float:left; padding-right:20px;}
#dropmenu table.ie6 {border-collapse:collapse; margin:0; padding:0;}

#dropmenu ul {padding:0; margin:0; list-style: none;}
#dropmenu ul li {float:left;}
#dropmenu ul li a {display:block; float:left;padding:0 15px 0 0;text-decoration:none; color:#fff; font-weight:bold; height:41px;line-height:40px;font-size:12px; background:url(images/tabCenter-grey.gif) no-repeat right top;}
#dropmenu ul li a b {display:block; float:left;padding:0 0 0 15px; text-decoration:none; color:#11375A; font-weight:bold; height:41px;line-height:40px;font-size:12px;background:url(images/tabCenter-grey.gif) no-repeat left top; cursor:pointer;}

#dropmenu ul li div.holder {position:absolute; left:-9999px;}

#dropmenu ul li div .leftSide {float:left;background: url(images/dropLeft-grey.png) no-repeat left bottom;}
#dropmenu ul li div .rightSide {float:left; margin-left:10px; display:inline; padding:0 10px 0 0; background: url(images/dropRight-grey.png) no-repeat right bottom;}

#dropmenu ul li:hover {position:relative;}
#dropmenu ul li a:hover {color:#000; background-position:right center; white-space:nowrap; position:relative;}
#dropmenu ul li a:hover b {color:#000; background-position:left center;}
#dropmenu ul li a.sub:hover {color:#000; background-position:right bottom; white-space:nowrap; position:relative;}
#dropmenu ul li a.sub:hover b {color:#000; background-position:left bottom;}

#dropmenu ul li:hover > a {color:#000; position:relative;}
#dropmenu ul li:hover a.sub {color:#000; background-position:right bottom; white-space:nowrap; position:relative;}
#dropmenu ul li:hover a.sub > b {color:#000; background-position:left bottom;}

#dropmenu ul :hover div.holder {position:absolute; top:41px; left:4px; margin: 0; padding: 0;}

#dropmenu ul li.right a:hover div.holder {left:auto; right:3px; top:41px;}
#dropmenu ul li.right:hover div.holder {left:auto; right:4px; top:41px;}

#dropmenu ul dl {width:auto; margin:5px 0 10px 0; padding:0 5px;list-style:none;}
#dropmenu ul dl dt {padding:0 10px; margin:0; line-height:20px; background:#11375A; color:#fff; white-space:nowrap;}
#dropmenu ul dl dd {display:block; padding:0; margin:0;}
#dropmenu ul dd a {background-image: none; display:block; height: 20px; line-height: 20px; color:#000; text-align:left; margin: 0; padding:0 10px;font-weight:normal; white-space:nowrap; float:none;}
#dropmenu ul dd a:hover {color:#11375A;}

#dropmenu ul table td {vertical-align:top;}