.chromestyle {
	width: 710px;
	height: 45px;
	z-index: 8;
	position: absolute;
	*margin-left: -149px;
	margin-top: 138px;
	font-size: 12px;
}

.chromestyle ul {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

.chromestyle li {
	float: left;
	margin-right: 15px;
	list-style: none;
	font-size: 12px;
}

.chromestyle li.none a:link, .chromestyle li.none a:visited, .chromestyle li.none a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	width: 123px;
	height: 38px;
	background-color: #b21832;
	display: block;
	padding-top: 7px;
	padding-left: 4px;
	font-size: 12px;
}

.chromestyle li.none a:hover, .chromestyle li.active a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	width: 123px;
	height: 38px;
	background-color: #fe9696;
	display: block;
	padding-top: 7px;
	padding-left: 4px;
	font-size: 12px;
}


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

.dropmenudiv {
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font-size: 12px;
	line-height:15px;
	z-index:100;
	background-color: #b21832;
	color: #ffffff;
	visibility: hidden;
	margin-top: 13px;
	font-weight: bold;
	font-size: 12px;
}


.dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active {
	width: 160px;
	display: block; 
	text-decoration: none;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 16px;
	line-height: 20px;
	height: 22px;
	background-image: url(../images/stip.jpg);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 12px;
}

.dropmenudiv ul {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

.dropmenudiv li {
	list-style: circle;
	font-size: 12px;
}

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

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color: #ffffff;
	background-color: #fe9696;
	height: 22px;
	background-image: url(../images/stip-over.jpg);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 12px;
}

@charset "utf-8";
/* CSS Document */

