.chromestyle {
	float: right;
	width: 200px;
	height: 25px;
}

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

.chromestyle ul li {
	list-style: none;
}

.chromestyle li a:link, .chromestyle li a:visited, .chromestyle li a:active {
	width: 250px;
	height: 25px;
	line-height: 24px;
	background-image: url(../images/menu_over.gif);
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.chromestyle ul li a:hover{
	width: 250px;
	height: 25px;
	line-height: 24px;
	background-image: url(../images/menu_over.gif);
	color: #3f3732;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}


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

.dropmenudiv {
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font-size: 12px;
	line-height:24px;
	z-index:100;
	background-image: url(../images/menu_over.gif);
	visibility: hidden;
	margin-left: 0px;
	text-align: center;
	font-weight: bold;
}


.dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active {
	width: 250px;
	display: block;
	text-decoration: none;
	color: #3f3732;
	border-bottom: 1px solid #433a35;
}

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

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color: #ffffff;
	background-image: url(../images/menu.gif);
	border-bottom: 1px solid #433a35;
}
