.chromestyle{
	font-weight: bold;
	background-color: #4A97CD;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5378A6;
	border-left-color: #5378A6;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	padding: 0px;
	margin: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.chromestyle ul li{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border-right: 1px none #DADADA;
}

/*.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
background: url(chromebg-over.gif) center center repeat-x; 
}*/

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 10px Verdana;
	/*line-height:18px;*/
	z-index:100;
	background-color: #66CCFF;
	width: 182px;
	visibility: hidden;
















filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	border-top: 1px solid #2B6F9B;
	border-right: 1px solid #2B6F9B;
	border-left: 1px solid #2B6F9B;
	margin-left: 20px;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #2B6F9B; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

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