@charset "utf-8";
.chromestyle {
	width: 800px;
	font-weight: bold;
	float:left;
}
.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%;
	padding: 0px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline;
	float:left;
	margin:0;
	padding:0;
	list-style-type: none;
}
.chromestyle ul li a {
	width:107px;
	height:28px;
	display:block;
	font: bold 13px/28px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
	list-style-type: none;
}
.chromestyle ul li a:hover {
	color:#FFFF00;
	height:28px;
	display:block;
	font: bold 13px/28px Arial, Helvetica, sans-serif;
	text-align:center;
	list-style-type: none;
}
.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;
	top: 0;
	border: 1px solid #A9B4BA; /*THEME CHANGE HERE*/
	line-height:24px;
	z-index:100;
	background-color: #545454;
	width: 130px;
	color:#FFFFFF;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA, direction=135, strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 2px;
	text-decoration: none;
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	height:25px;
	color:#FFFFFF;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #BCC4C7;
	color:#000;
	font: bold 12px/24px Arial, Helvetica, sans-serif;
}

