#nav { width:auto; list-style:none none; line-height:1.5em; font-weight:normal; padding:0; margin:0 }
#nav ul { list-style:none none; padding:0; margin:0 }
#nav li a.arrow { width:auto; display:block; text-decoration:none; font-size:13px; color:#fff; background:#2f5296 url(../_img/arrow_off.gif) center left no-repeat; padding:5px 35px 6px 15px } /* the top and bottom padding work together as an offset for the submenus */
#nav li:hover a.arrow, #nav li.ie6hover a.arrow { background:#2f5296 url(../_img/arrow_on.gif) center left no-repeat }
#nav li.topnav { float:left; padding:0 }

/* Support for the "iehover-fix.js" */
ul.nav iframe { position:absolute; left:0; z-index:-1; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0) }
#nav li.ie6hover div.subnav { left:auto } /* shows the subnav */
#nav li.topnav div.subnav li.ie6hover a { color:#fff } 
#nav li.topnav div.subnav li.ie6hover { background-color:#2f5296 } 

#nav li.topnav:hover div.subnav { left:auto } /* shows the subnav */
ul.nav li.topnav div.subnav { position:fixed; left:-999em; background:url(../_img/nav_btm_right.gif) no-repeat right bottom } /* don't change to #nav */
* html ul.nav li.topnav div.subnav { position:absolute } /* IE6 hack */

#nav li.topnav div.subnav ul { background:#fff url(../_img/subnav_bg.gif) repeat-x bottom; font-size:1.1em; border:2px solid #b5bdc6; border-bottom:none; border-top:none }
#nav li.topnav div.subnav li { padding:0 10px 0 10px; line-height:1.8em }
#nav li.topnav div.subnav li a { color:#24427c; background-color:none; font-weight:bold }
#nav li.topnav div.subnav li:hover a { color:#fff }
#nav li.topnav div.subnav li:hover { background-color:#2f5296 }
#nav li.topnav div.subnav div.bcurve { height:10px; width:10px; background:url(../_img/nav_btm_left.gif) no-repeat }
