/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/multi-column.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.
=================================================================== */

#nav {height: 35px; float:left; padding-left: 0px; background-color:#e2de9d; font-family:arial, sans-serif; margin: 0px;}

#menu {height:35px; position:relative;font-size:11px; margin: 0; z-index:98; background-color:#e2de9d; float:left; padding-right:20px;}

#menu table.ie6 {border-collapse:collapse; margin:0; padding:0;}

#menu ul {padding:0; margin:0; list-style: none;}
#menu ul li {float:left;}

/* MAIN TOP LEVEL LINK */
#menu ul li a {display:block; float:left; padding:0 9px 0 9px;text-decoration:none; color: #090979; font-weight:bold; height:35px;line-height:34px;font-size:13px;}

/* THE SUB NAVIGATION HOLDER */
#menu ul li div.holder {position:absolute; left:-9999px; border-right: 1px solid #B4AF64; border-left: 1px solid #B4AF64; border-bottom: 1px solid #B4AF64;}

#menu ul li div .leftSide {float:left;background: #e2de9d;}
#menu ul li div .rightSide {float:left; display:inline; padding:0 10px 0 0; background: #e2de9d;}

#menu ul li:hover {position:relative;}
#menu ul li a:hover {color:#ffffcc; background-position:right center; white-space:nowrap; position:relative;}
#menu ul li a:hover b {color:#ffffcc; background-position:left center;}
#menu ul li a.sub:hover {color:#ffffcc; background-position:right bottom; white-space:nowrap; position:relative;}
#menu ul li a.sub:hover b {color:#ffffcc; background-position:left bottom;}

#menu ul li:hover > a {color:#090979; position:relative;}
#menu ul li:hover a.sub {color:#990000; background-position:right bottom; white-space:nowrap; position:relative;}
#menu ul li:hover a.sub > b {color:#990000; background-position:left bottom;}

#menu ul :hover div.holder {position:absolute; top:35px; left:-1px; margin: 0; padding: 0;}

#menu ul li.right a:hover div.holder {left:auto; right:3px; top:35px;}
#menu ul li.right:hover div.holder {left:auto; right:4px; top:35px;}

#menu ul dl {width:auto; margin:5px 0 10px 0; padding:0 5px;list-style:none;}
#menu ul dl dt {padding:0 10px; margin:0; line-height:20px; background:#274c75; color:#fff; white-space:nowrap;}
#menu ul dl dd {display:block; padding:0; margin:0;}
#menu ul dd a {background-image: none; display:block; height: 20px; line-height: 20px; color:#421; text-align:left; margin: 0; padding:0 10px;font-weight:normal; white-space:nowrap; float:none;}
#menu ul dd a:hover {color:#990000;}

#menu ul table td {vertical-align:top;}
