a.chromestyle{
	width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #BBB;
	max-width: 175px;
	 /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #494949;
	margin: 0;
	text-decoration: none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	width: 175px;
	line-height:18px;
	z-index:100;
	padding-bottom: 5px;
	background: url(../images/bot_sub_menu.gif) bottom no-repeat;
	visibility: hidden;
	margin-top: -1px;
}

.dropmenudiv div{
	background: url(../images/sub_menu_bg.gif) repeat-x;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-decoration: none;
	font-weight: normal!important;
	padding: 2px 10px 2px 10px;
	border-left: 1px solid #d5d4d1;
	font-size: 12px;
	border-right: 1px solid #d5d4d1;
	background: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration: underline;
}