/* Main navigation bar styles*/
.menu { width:746px; height:46px; } 
.menu ul { padding:0; margin:0; list-style-type:none;  text-align:center} 
.menu ul li {float:left; position:relative;z-index:10;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8.5pt; text-transform:capitalize; font-weight:bold; padding:0; margin:0;line-height:46px; }
.menu a { display:block; color:#fff; text-decoration:none; text-align:center; margin:0; padding:0 30px;}
.menu a:hover { color:#fff; background-color:#3b475c}


/* for IE6 IE5.5 to show the dropdown if not using .rollover*/
.menu ul :hover {color:#fff; background-color:#3b475c}
/* above should be able to show it and enable user to move to the first level dropdown;*/

/* float the top list items to make it horizontal  
.menu ul li { float:left;padding:0; margin:0 }*/


/* Main menu rollover styles, allows button to stay highlighted when on the dropdown 
.rollover { height:21px; display:block; padding:0; margin:0; float:left } 
.rollover:hover { background:#000} 
.rollover a { display:block; float:left; height:13px;text-decoration:none; font-size:11px; padding-bottom:5px;} 
.rollover a:hover { background:#000; color:#fff }*/ 

/* Rollover fix for IE 6  
.rollover :hover > a { color:#fff }
.current { height:21px; display:block; background:#fff; padding:0; margin:0; float:right } 
.current a { display:block; float:left; height:21px; line-height:13pt; color:#fff; text-decoration:none; margin:0 } 
.current a:hover {background:#000 }*/
/* 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:150px; visibility:hidden; position:absolute; top:45px; left:0px; margin-left:0px;line-height:46px;} 
.menu ul ul li {display:block; width:150px; height:auto; position:relative; line-height:32px; background-color:#4e5d77;color:#FFFFFF;text-align:center;padding:0;margin:0}

/* rollover styles */
.menu ul ul a { display:block; width:150px;font-size:11px;padding:0;} 
.menu ul ul a:hover {color:#fff; background:#3b475c;} 
.menu ul ul :hover > a {color:#fff; background:#3b475c;}
* html .menu ul ul a {width:150px; w\idth:150px;}/*for IE5.5 and IE6*/

/* 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;}

/*--------------------------------not used--------------------------------*/
 
/* Style the second level flyouts level background and rollovers */ 
.menu ul ul ul{left:150px; top:0; width:150px; 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;}
table {
	font-size: 10px;
	color: #FFFFFF;
}
