/*.chromestyle {
	width: 99%;
	font-weight: bold;
}
.chromestyle:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	width: 100%;
	background:none; 
	padding: 4px 0;
	margin: 0;
	text-align: center; 
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	color: #494949;
	xpadding: 0px 7px;
	xmargin: 0;
	text-decoration: none;
}
.chromestyle ul li a:hover {
	
}*/
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
		margin-top:0px;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background:url(../images/bgmenu.jpg);
	width: 135px;
	visibility: hidden;
}
html* .dropmenudiv { /*IE only hack*/
	margin-top:0;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border: 1px solid #7B1409;
	/*THEME CHANGE HERE*/
	padding: 5px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #881003;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #881003;
	background:url(../images/bgleftnavhover.jpg);
	color: #EAE3CC;
}
