* Main navigation bar styles*/
.menu { width:770px; height:20px; float:right }
.menu ul { padding:0; margin:0; list-style-type:none; }
.menu ul li {float:left; position:relative; height:20px; z-index:10 }/* float the top list items to make it horizontal */
.menu ul li { padding:0; margin:0 }



/* Main menu rollover styles, allows button to stay highlighted when on the dropdown */
.rollover { height:20px; display:block; padding:0; margin:0; float:right }
.rollover:hover { background:none; }
.rollover a { display:block; float:left; height:21px; line-height:15pt; font-size:8pt; font-weight:bold; color:#F0E1C2; text-decoration:none; padding:0 14px 0 14px; margin:0 }
.rollover a:hover { background:none; color:#fff }/* Rollover fix for IE 6 */
.rollover :hover > a { color:#fff }

.current { height:20px; display:block; background:#0B2456; padding:0; margin:0; float:right }
.current a { display:block; float:left; height:20px; line-height:15pt; font-size:8pt; font-weight:bold; color:#fff; text-decoration:none; padding:0 14px 0 13px; margin:0 }
.current a:hover {background:#0B2456 }/* Rollover fix for IE 6 */



/* First level dropdown styles */
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul { width:160px; visibility:hidden; position:absolute; height:0; top:20px; left:1px; margin-left:-1px;  z-index: 10;/* border-top:2px solid #091733*/ }
.menu ul ul li {display:block; width:225px; height:auto; position:relative; line-height:3px; border:none }
/* rollover styles */
.menu ul ul a { display:block; width:225px; background:#232121; height:100%; text-transform:none; line-height:10pt; color:#990000; text-align:left; font-size:8.5pt; text-decoration:none; font-weight:normal; padding:3px 5px 3px 10px; margin:0; border:solid #000; border-width:0 1px 1px 1px;}
.menu ul ul a:hover {color:#fff; background:#393636;}
.menu ul ul :hover > a {color:#fff; background:#393636;}
* html .menu ul ul a {width:160px; w\idth:160px;}



/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:10px;}
 
 
 
/* Style the second level flyouts level background and rollovers */
.menu ul ul ul{left:242px; top:0; width:225px; border:solid #000; border-width:1px 0 0 0 }/* position the third level flyout menu */
.menu ul ul ul a {background:#232121 }
.menu ul ul ul a:hover {background:#393636;}
.menu ul ul ul :hover > a {background:#393636;}



/* Style the third level flyouts level background and rollovers */
.menu ul ul ul ul {left:181px; top:0; width:160px;}/* position the third level flyout menu */
.menu ul ul ul ul a {background:#277BC7;}
.menu ul ul ul ul a:hover {background:#0F5DA4;}
.menu ul ul ul ul :hover > a {background:#0F5DA4;}



/* Styles for the right side drop down */
.right ul ul { left:-105px;}
.right ul ul ul{left:-175px; top:0; width:225px; border:solid #000; border-width:1px 0 0 0 }



/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{visibility:visible; height:auto; padding-bottom:3em; background:transparent url(../images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}
ul li a.sub{ text-decoration: none; }