.menu {width:900px; height:49px; font-size:0.85em; position:relative; z-index:100; background:url(../img/main_nav_back.jpg) repeat-x;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:900px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:110px;position:relative;}
	/* style the links for the top level */
	.menu a, .menu a:visited {
		display:block;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:11px;
		text-decoration:none; 
		color:#fff;
		height:39px;
		border-width:0px 0 0px 1px;
		background:url(../img/main_nav_back.jpg) repeat-x;
		background:url(../img/separator_main_nav.jpg) no-repeat right;
		width:110px;
		padding-top:10px; 
		text-align:center;
		line-height:29px;
		/*border:1px solid #00CC99;*/
	}
	* html .menu a, * html .menu a:visited {
		line-height:27px;
	}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:110px; text-align:center;}

.menu li1 {text-align:left;}

.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:49px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:url(../img/center_back_main_nav.jpg) repeat-y; color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; height:27px; width:201px; padding:0px 0px 0px 15px;}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:201px; padding:0px 0px 0px 0px; text-align:left;}
* html .menu ul ul a:hover {width:201px; padding:0px 0px 0px 15px; text-align:left; background:url(../img/nav_roll_over.png) no-repeat; color:#235A7A;}

/* style the top level hover */
/*.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;}*/
/*.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:url(../img/main_nav_hover.jpg) no-repeat center;}*/
a.menu1:hover {
	color:#fff; background:url(../img/main_nav_hover.jpg) no-repeat center;
	
}
a.menu2 {
	background:url(../img/separator_main_nav.jpg) no-repeat right;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu 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;}

a.level2 {
	text-align:left;
	height:27px;
}
a.level2:hover {
	background:url(../img/nav_roll_over.png) no-repeat;
	color:235A7A;
	height:27px;
	text-align:left;
}



.top_nav_image {
	margin-top:-3px;
	margin-bottom:-4px;
}
* html .top_nav_image {margin-top:17px;}

.bottom_nav_image {
	margin-top:-3px;
}


.menu ul ul li a:visited {text-align:left; }
