


.chromestyle{
	width: 950px;
	font-weight: bold;
	background-image: url(chromebg2.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.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%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	vertical-align:top;
}

.chromestyle ul li{
	display: inline;
	

}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	line-height: 30px;
		

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #FFFFFF;
	line-height: 30px;
	background-image: url(chromebg2-over.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;

}


/* ######### Style for Drop Down Menu ######### */
.acilirmenu {
position:absolute;


}

#dropmenudiv{
	vertical-align: top;
	top: 0px;
	margin: 0px;
	padding: 0px;
}



.dropmenudiv{
	position:absolute;
	border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 9px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	padding: 0px;	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	vertical-align: top;
	top: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:left;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #B5E2FE;
	text-decoration: none;
	font-weight: bold;
	color: black;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #EBF7FF;
}