.chromestyle{
	width: 100%;
	font-weight:normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border:none;
width: 100%;
/*background-color:#76C5F0; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	/*padding: 4px 7px;*/
margin: 0;
	text-decoration: none;
	background-image:url(images/menu_bg.jpg);
	width:103px;
	height:35px;
	font-size: 1.1em;
	text-align:center;
	background: transparent;
	float: left;
	padding-top: 30px;
	padding-right: 0px;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
background-image:url(../images/menu_hover.jpg);
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border:1px solid #ffffff; /*THEME CHANGE HERE*/

/*font:normal 12px Verdana;*/
line-height:18px;
z-index:100;
background-color: #cedce4;
width: 200px;
visibility: hidden;
-moz-opacity: .8;
filter: alpha(opacity=80);



/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#fffff,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	margin:5px;
	border-bottom: 1px solid #bbc9d2;
	text-decoration: none;
	color: black;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;


}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0b96dd;
color:#FFFFFF;



}

