.menu
{
	position:relative;
	font-family: verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px; 
	text-align: left; 
	z-index: 110; 

}


/* hack to correct IE5.5 faulty box model */
* html .menu
{

}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
	padding:0;
	margin: 0px;
	list-style-type: none;
	text-align: left;

}

* html .menu ul
{
	padding:0;
	margin: 0px;
	list-style-type: none;
	text-align: left;
}



/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li
{
	float:left;
	position:relative;
	white-space: nowrap;
	overflow: show;
	_width: 0px; /* IE 5.5 and 6 hack */
}

.menu ul ul li
{
	white-space: normal;
	width: 200px; 
}


/* style the links for the top level */
.menu a, .menu a:visited, .menu .anchor
{
	display:block;
	font-size:14px;
	text-decoration:none;
	color: #fff;
	height: 21px;
	padding-top: 8px; 
	padding-left:20px;
	padding-right: 20px;
	font-family: Arial;
	font-weight: normal; 
}

.menu a:hover
{
	color:#e7e65d;
}

.menu :hover > a
{
	color:#e7e65d;

}

* html .menu a, * html .menu a:visited
{
	display:block;
	font-size:14px;
	text-decoration:none;
	color: #fff;
	height: 21px;
	padding-top: 8px; 
	padding-left:20px;
	padding-right: 20px;
	font-family: Arial;
	font-weight: normal; 

}

*html .menu a:hover
{
	color:#e7e65d;
	text-decoration: none; 
}




/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
	visibility:hidden;
	position:absolute;
	top:28px;
	left:-20px;
	height: auto; 
	width: 148px; 
	border-bottom: 2px solid #000;
	border-left: 2px solid #000; 
	border-right:  2px solid #000;
	background: url('submenu_background.png');  
	padding-bottom: 20px; 
	
}

.menu ul ul li
{
	margin: 0px; 
	padding: 0px; 
	height: 10px; 
}

*html .menu ul ul li
{


}

* html .menu ul ul
{
	visibility:hidden;
	position:absolute;
	top:28px;
	left:-20px;
	width: 200px; 
	border-bottom: 2px solid #000;
	border-left: 2px solid #000; 
	border-right:  2px solid #000;
	background: url('submenu_background.png');  
	padding-bottom: 20px; 

}

.menu ul ul a, .menu ul ul a:visited
{
	color:#e7e65d;
	letter-spacing: 0px;
	text-align: left; 
	width: 143px; 
	font-size: 12px; 
	padding: 0px; 
	padding-left: 5px; 
	padding-top: 3px; 
	margin: 0px; 


}

.menu ul ul a:hover
{
	color: #fff;
	background: #9fb91b;
	letter-spacing: 0px;
}


* html .menu ul ul a, * html .menu ul ul a:visited
{
	color:#e7e65d;
	letter-spacing: 0px;
	text-align: left; 
	width: auto;
	font-size: 12px; 
	padding-left: 5px; 
}

* html .menu ul ul a:hover
{
	color: #fff;
	background: #9fb91b;
	letter-spacing: 0px;
	font-weight: normal; 
}

* html .menu ul ul li
{
	width: auto; 
	height: 20px; 

}


 
/* 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;
}


 




 
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul,
.menu ul .anchor:hover ul
{
	visibility:visible;
}


/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
	visibility: visible;
}


/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{
	 visibility:visible;
}

* html .menu li
{
	float:left;
	position:relative;
	white-space: nowrap;
	overflow: show;
	_width: 0px; /* IE 5.5 and 6 hack */
	background: none;
	border: none;
	padding-bottom: 3px; 
	text-align: center; 
}





/* style the top level hover */
* html .menu a:hover
{
	background: none;
}

* html .css_menu_left_level_1
{
	padding: 0px; 
	margin: 0px; 
}

* html .css_menu_right_level_1
{
	padding: 0px; 
	margin: 0px; 
	width: 0px;
	height: 0px; 
}

* html .css_menu_left, * html .css_menu_right
{
	width: 0px; 
	height: 0px; 
	margin: 0px; 
	padding: 0px; 
}

* html .level_1 li ul
{
	width: 0px; 
	height: 0px; 
	margin: 0px; 
	padding: 0px; 
}

* html .css_menu_right li
{
	width: 0px; 
	height: 0px; 
	margin: 0px; 
	padding: 0px; 
}

* html .css_menu_right li
{
	width: 0px; 
	height: 0px; 
	margin: 0px; 
	padding: 0px; 
}

*html .menu ul ul
{
	margin: 0px;
	width: auto; 
	height: 20px;
	width: 200px;
	padding-bottom: 0px;
	
}


