.chromestyle{
width: 100%;
margin: 0;
padding: 0;
font: 12px Verdana, Arial, Helvetica, Geneva;
height: 29px;
list-style-type: none;
text-align: left;
vertical-align: middle;
position: relative;
z-index:100;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	height: 27px;
	background-image: url(../images/bkgd_midnav.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	/*THEME CHANGE HERE*/
	/*filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	background-color: #578ebd;*/
	padding: 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	vertical-align: middle;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	/*padding: 4px 30px;
	margin: 0;*/
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 12px; /*padding inside each tab*/
	color: white;
	 /*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a.selected, .chromestyle ul li a.visited{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#FFF;
 /*THEME CHANGE HERE*/
}
.chromestyle ul li a:hover { /*script dynamically adds a class of "selected" to the current active menu item*/
color: black;
background-color: #d4effc;
height: 15px;
 /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 2px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-weight: bold;
font-family:Verdana, Arial, Helvetica, Geneva;
font-size:11px;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

#cmenu {
	margin:0;
	padding:0;
	height:100%;
	overflow:hidden;
	/*filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;*/
	background-color: #fff;
  }
#cmenu li {
  list-style-type:none; 
  float:left; 
  display:block; 
  width:100%;
  }
#cmenu li a {
  display:block; 
  text-decoration:none; 
  color:#000; 
  margin:0; 
  width:100%;
  }
#cmenu li a span {
  display:none; 
  color:#000;
  }
#cmenu li a.one span {
  display:block; 
  height:15em; 
  margin:0 10px;
  }
#cmenu li a:hover {
	background-color: #E6E7E7;
  }
#cmenu li a:hover span {
	display:inline; 
	height:100px; 
	margin:0 10px; 
	cursor:pointer;
  }
#cmenu .h2 {
  margin:3px 5px; 
  color:#000;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  border:0;
  }
#cmenu .h3 {
  margin:0 5px; 
  padding:0; 
  font-size:1.1em; 
  color:#000;
  }
#cmenu img {
  margin:5px 5px 5px 0; 
  border:1px solid #000; 
  }