@charset "utf-8";
/* style the outer div to give it width */
.menu {
width:1000px;
margin-top:0px;
padding-top:0px;
margin-bottom:0px;
padding-bottom:0px;
height:30px;
font-size:0.95em;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0px;
margin:0px;
list-style-type:none;
left:0;
margin-left:0;
padding-left:0;
background-image:url(../Images/tanbar.png);

}
.menu ul ul {
/*width:141px;*/
}
/* 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:142.85714px;
position:relative;


}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.7em;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	padding-left:0px;
	line-height:30px;
	height:30px;  /*This line sets the hight for the menu items important for the transparent bg*/
	
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
/*background:#949e7c;*/
background-image:none;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
/*background:#c9ba65;*/
background-image:none;
}
.menu ul ul :hover > a.drop {
/*background:#c9ba65;*/
background-image:none;
}
/* 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;
height:auto;
background-image:none;
}

 
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	bottom:30px;
	left:0;
	width:140px;
	font-weight: bold;
}
* html .menu ul ul {
bottom:35px;
}
 
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background: #FFF;
opacity:0.7;
filter:alpha(opacity=70);
color: #000; /* text color */
font-weight:bold;
padding:2px 2px 2px 2px;
height:20px;
width:137px;
vertical-align:middle;
background-image:none;
}
 
/* style the top level hover */
.menu a:hover{
color:#000;
font-weight:bold;
}

 .menu ul ul a:hover{
	 color:#FFF;
	 font-weight:bold;
	 opacity:1;
	 filter:alpha(opacity=100);
 }


.menu :hover > a{
	color:#FFF;
	/*background: #C90;*/
	background-image:url(../Images/greenbar.png);
	font-weight:bold;
}

.menu ul ul :hover > a{
color:#fff;
/*opacity:0.90;
filter:alpha(opacity=90);*/
background: #C90;

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

}

.menucenter {
	text-align: center;
}
