/*
This menu was generated at http://www.13styles.com
code based on Stu Nicholls "ultimate dropdown menu"
http://www.cssplay.co.uk
*/
/*common styling*/
/*menu container*/
.menucontainer
{
background: #fff url(images/bgOFF.gif) top left repeat-x;
}
/*basic menu styling*/
.menu 
{
float:left;font-family: Arial, Helvetica, sans-serif;
width:408px;
position:relative;
font-size:11px;
font-weight:bold;
background:url(images/bgOFF.gif) repeat-x;
}
.menu ul {
padding:0;margin:0;
list-style-type:none;
float:left;
position:relative;
}
.menu ul li {
float:left;
position:relative;
display:inline;
}
/*style of main items normal state*/
.menu ul li a, .menu ul li a:visited {
	float:left;
	display:block;
	text-decoration:none;
	color:#000;
	width:auto;
	height:22px;
	color:#000;
	padding:0px 16px 0px 16px;
	line-height:23px;
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
* html .menu ul li a, .menu ul li a:visited {width:auto;w\idth:auto;}
/*hide sub nav items*/
.menu ul li ul {display:none;}
/*style for table of sub nav items*/
table {margin:0px;border-collapse:collapse;font-size:11px;}
/*specific to non IE browsers*/
/*main nav over state*/
.menu ul li:hover a {
 color:#fff;
 background:#ccc url(images/bgON.gif) top left repeat-x;
}
/*show drop-down list*/
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:23px;
	margin-top:0px;
	left:0;
	width:100%;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #fff;
}
/*drop-down on state*/
.menu ul li:hover ul li a {
 display:block;
 background:#757575;

 color:#fff;height:auto;
 line-height:16px;
 padding:5px 16px 5px 16px;
 width:120px;
 }
/*sub drop-down over state*/
.menu ul li:hover ul li a:hover {
 background:#202D3D;color:#fff;
}
