.chromestyle {
	position: relative;
	top: 5px;
	width: 148px;
	height: 21px;
	font-weight: bold;
}

.chromestyle ul {
	width: 148px;
	height: 21px;
	background: url(images/dropdownlink_off.gif) center center;
	/*THEME CHANGE HERE*/
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
	position: relative;
	line-height: 21px;
	width: 148px;
	height: 21px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: inline;
}

.chromestyle ul li a {
	color: #333;
	width: 148px;
	height: 21px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-decoration: none;
}

.chromestyle ul li a:hover {
	width: 148px;
	height: 21px;
	color: #fff;
	/*background: url(../images/dropdownlink_on.gif);/*THEME CHANGE HERE*/
	padding: 0 0px 5px 0px;
	margin: 0 0 0 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li a[rel]:after { /*HTML to indicate drop down link*/
	content: "";
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family: arial, helvetica, verdana, sans-seriff;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 146px;
	visibility: hidden;
	filter: progid :   DXImageTransform .   Microsoft . 
		 Shadow(color =   #CACACA, direction =   135, strength =   2);
	/*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-align: center;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
}

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

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}