.chromestyle {
	width: 711px;
	height: 25px;
}

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

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

.chromestyle li.none a:link, .chromestyle li.none a:visited, .chromestyle li.none a:active {
	font-size: 12px;
	color: #010101;
	margin-right: 10px;
	text-decoration: none;
	line-height: 25px;
	font-weight: normal;
}

.chromestyle li.none a:hover, .chromestyle li.active a {
	font-size: 12px;
	color: #491966;
	margin-right: 10px;
	text-decoration: none;
	line-height: 25px;
	font-weight: normal;
}


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

.dropmenudiv {
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font-size: 12px;
	line-height:15px;
	z-index:100;
	background-image: url(../images/submenu-bg.jpg);
	background-repeat: repeat-x;
	visibility: hidden;
	margin-left: -12px;
	margin-top: 5px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dropmenudivsub {
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font-size: 12px;
	line-height:15px;
	z-index:100;
	background-image: url(../images/submenu-bg2.png);
	background-repeat: repeat;
	visibility: hidden;
	margin-left: -12px;
	margin-top: 5px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}


.dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active {
	display: block; 
	text-decoration: none;
	color: #010101;
	padding-left: 15px;
	padding-right: 16px;
	line-height: 17px;
}

.dropmenudivsub a:link, .dropmenudivsub a:visited, .dropmenudivsub a:active {
	display: block; 
	text-decoration: none;
	color: #010101;
	padding-left: 15px;
	padding-right: 16px;
	line-height: 17px;
}

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

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

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color: #491966;
}@charset "utf-8";

.dropmenudivsub a:hover { /*THEME CHANGE HERE*/
	color: #491966;
}@charset "utf-8";
/* CSS Document */


