.chromestyle{
	width: 131px;
	background-image: url(../img/drop_down_list_2.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	text-align: left;
	height: 21px;
	float: right;
	padding-left: 4px;
	padding-right: 15px;
	position: relative;

}

.chromestyle a {
	display: block;
	width: 140px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

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

.dropmenudiv{
	position:fixed;
	top: 20px;
	left: 2px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px;
	line-height:18px;
	background-color: white;
	width: 145px;
	visibility: hidden;
	z-index: 999;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #4b4b4b;
	font-size: 12px;
}

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

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