.chromestyle{
	width: 100%;
	margin-top: 0px;
	padding-top: 5px;
}

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

.chromestyle ul{
	/* border: 1px solid #BBB; */
	width: 100%;
	text-align: center; /*set value to "left", "center", or "right"*/
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	white-space: nowrap;
}

.chromestyle ul li{
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	letter-spacing: 0.1em;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	list-style-type: none;
	display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.chromestyle ul li a, .chromestyle ul li a:link, .chromestyle ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8888BD;
	border-right-color: #00006C;
	border-bottom-color: #000033;
	border-left-color: #8888BD;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.chromestyle ul li a:hover{
	color: #FFEB72;
}

.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*/
}

.dropmenudiv{
	/* top: 3px; */
	line-height:22px;
	z-index:100;
	background-color: #272C50;
	/* width: 491px; */
	width: auto;
	visibility: hidden;
	/*    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	text-align: left;
	height: auto;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	position: absolute;
	margin-top: 6px;
	/*background-image: url(#424384); */
	background-repeat: repeat-x;
	border: 1px solid #0033FF;
	padding-top: 4px;
}

.dropmenudiv a{
	width: auto;
	display: inline; 
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
#dropmenu2 {
	width: auto;
}

#dropmenu1 {
	width: auto;
}

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

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

