/* Main navigation bar styles  note that .menu width has to be the table with minus padding*/
.menu { width:182px; float:right; font-family: Arial, Helvetica, sans-serif; font-size:12px; padding:0; margin:0; z-index:300;} 
.menu ul { padding:0; margin:0; list-style-type:none; } 
.menu ul li {position:relative; height:31px; z-index:100; float:right; width:182px;}
.menu a:visited{color:#fff;}


/* 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 {display:block; padding:0; margin:0; float:right } 
.rollover:hover { background:#000 } 
.rollover a { display:block; float:left; line-height:27.5px; font-size:12px; font-weight:bold; color:#fff; text-decoration:none; padding:0 14px 0 14px; margin:0 ;} 
.rollover a:hover { background:#0B2456; color:#fff }*/

/* Rollover fix for IE 6 */ 
/*.rollover :hover > a { color:#fff }
.current { display:block; background:#0B2456; padding:0; margin:0; float:right } 
.current a { display:block; float:left;line-height:27.5px; font-size:12px; 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:165px; visibility:hidden; position:absolute; height:0; top:-1px; left:182px; margin-left:0px;z-index:1000}

.menu ul ul li {display:block; width:165px; height:auto; position:relative; line-height:3px; border:none;font-family: Arial, Helvetica, sans-serif; font-size:12px;}
/* rollover styles */
.menu ul ul a { display:block; width:165px; background:#353535; height:100%; text-transform:none; line-height:18px; color:#fff; text-align:left; font-size:12px; text-decoration:none; font-weight:normal; padding:6px 0; margin:0; border-bottom:solid #8F855B 1px;font-family: Arial, Helvetica, sans-serif; font-size:12px;} 
.menu ul ul a p{padding:0 10px;}
.menu ul ul a:hover {color:#fff; background:#BDAB6E;} 
.menu ul ul :hover > a {color:#fff; background:#BDAB6E;}
* html .menu ul ul a {width:165px; w\idth:165px;}

/* style the table so that it takes no part in the layout - required for IE to work */ 
.menu table {position:absolute; left:0px; top:0px; font-size:10px;}
* html .menu li a:hover {position:relative; text-decoration:none; color:#fff;}
 
/* Style the second level flyouts level background and rollovers */ 
.menu ul ul ul{left:145px; top:0; width:165px; border:solid #8F855B; border-width:1px 0 0 0 }

/* position the third level flyout menu */ 
.menu ul ul ul a {background:#DAC788 } 
.menu ul ul ul a:hover {background:#BDAB6E;} 
.menu ul ul ul :hover > a {background:#BDAB6E;}

/* 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:160px; border:solid #8F855B; 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;}
