.chromestyle{
	width: 800 px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}

.chromestyle ul{
	border: 1px solid #BBB;
	width: 800 px; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	background-image: url(chromebg2b.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.chromestyle ul li{
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}

.chromestyle ul li a{
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}

.chromestyle ul li a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0950a0;
	background-repeat: repeat-x;
	background-position: center center;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:normal;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 800 px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #CAD3FF;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}
