.chromestyle {
	background-image: url(../../images/menubg.jpg);
	width: 800px;
	height: 33px;
	text-align: center;
}

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

.chromestyle li {
	float: left;
	list-style: none;
	height: 33px;
}

/* ######### 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: #951933;
	color: #ffffff;
	visibility: hidden;
	margin-top: 1px;
	font-weight: bold;
	width: 280px;
	padding-bottom: 2px;
}

.dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active {
	color: #d28e9c;
	text-decoration: none;
	width: 265px;
	display: block;
	background-image: url(../../images/submenustreep.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.dropmenudiv ul {
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dropmenudiv li {
	list-style:none;
	line-height: 24px;
}

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

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color: #ffffff;
	background-image: url(../../images/submenustreep.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-left: 15px;
}

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


