.chromestyle {
	background-image: url(../../images/menubg.jpg);
	width: 858px;
	height: 32px;
	margin-left: 6px;
	background-repeat: no-repeat;
}

.chromestyle ul {
	padding: 0px;
	margin: 0px;
	padding-left: 1px;
}

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

.chromestyle li.none a:link, .chromestyle li.none a:visited, .chromestyle li.none a:active {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 32px;
	text-decoration: none;
	display: block;
	color: #e1a4a4;
}

.chromestyle li.none a:hover, .chromestyle li.active a {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 32px;
	text-decoration: none;
	display: block;
	color: #ffffff;
	background-image: url(../../images/buttonover.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/* ######### 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: #af1311;
	color: #e1a4a4;
	visibility: hidden;
	margin-top: 0px;
	background-image: url(../../images/topsub.jpg);
	width: 173px;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}

.submenu {
	width: 173px;
	background-image: url(../../images/bottomsub.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}

.dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active {
	width: 173px;
	display: block; 
	text-decoration: none;
	color: #e1a4a4;
	padding-left: 20px;
	padding-right: 16px;
	line-height: 20px;
	height: 22px;
	background-image: url(../../images/sublijn.jpg);
	background-repeat: no-repeat;
}

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

.dropmenudiv li {
	list-style: circle;
}

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

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color: #ffffff;
	height: 22px;
	background-image: url(../../images/sublijnover.jpg);
	background-repeat: no-repeat;
}

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


