.chromestyle {
	margin: 0px;
	padding: 0px;
}

.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%;
	/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #000;
	padding: 8px;
	margin: 0px;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
	background: #E5F4FB; /*THEME CHANGE HERE*/
	color: #0095D5;
}
/*
.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;
	width: 175px;
	top: -1px;
	border: 1px solid #0095D5; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	z-index: 100;
	background-color: white;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: 100%;
	display: block;
    border-bottom: 1px solid #0095D5;
	/*border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
	font-size: 11px;
	font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: bold;
    letter-spacing: 0px;
	text-indent: 10px;
	padding: 1px 0px;
}

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

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