.chromestyle{

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	text-align: left; /*set value to "left", "center", or "right"*/
	margin-top:7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

.chromestyle ul li{
	display: inline;
	margin-left: -5px;
}

.chromestyle ul li a, .chromestyle ul li a:active, .chromestyle ul li a:visited{
	color: #7B9ABD;
	margin: 0;
	font-size: 11px;
	background-color: #EFF3F7;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 7px;
	border: 1px solid #B1C1E0;
	font-weight: bold;
}

.chromestyle ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	background-color: #F7FBFF;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	border: 1px solid #B1C1E0;
}


.dropmenudiv a, .dropmenudiv a:visited, .dropmenudiv a:active{
	width: auto;
	display: block;
	text-indent: 10px;
	text-decoration: none;
	color: #5377B9;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #006699;
	color: #FFFFFF;
}

