.cchromestyle{
	width: 100%;
	position:relative;
}

.chromestyle ul{
	width: 100%;
	padding:3px;
	padding-bottom:10px;
	margin: 0;
	font: normal 10pt Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 20px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #005599;
	padding: 0px 4px;
	text-decoration: underline;
}

.chromestyle ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #005599;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 0;
	font: normal 10pt Geneva, Arial, Helvetica, sans-serif;
	z-index: 100;
	background-color: #DDDDEE;
	border-width:1px;
	border-color:#005599;
	border-style:solid;
	width: 225px;
	visibility: hidden;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px;
	text-decoration: underline;
	color: #005599;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FFFFFF;
	background-color: #005599;
	text-decoration: none;
}