.chromestyle{
	position:absolute;
	top:0;
	display: inline;
	height:85px;
	border: 0;
	padding: 0;
	margin: 0;
	left: 36px;
}

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

.chromestyle ul{
display: inline;
border: 0;
padding: 0;
margin: 0;
}

.chromestyle ul li{
display: inline;
border: 0;
padding: 0;
margin: 0;
}

.chromestyle ul li a{
display: inline;
padding: 0; 
margin: 0;
border: 0;
outline: none;
}

.chromestyle ul li a img{
display: inline;
padding: 0; 
margin: 0;
border: 0; 
outline: none;
}

.chromestyle ul li a:hover{
padding: 0; 
margin: 0;
border: 0; 
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
padding: 0; 
margin: 0;
border: 0; 

}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 2px solid #D6D6D6; /*THEME CHANGE HERE*/
	/* border-bottom-width: 0; */ /* no inbetween borders */
font:normal 10px Arial;
	line-height:12px;
	z-index:100;
	background-color: white;

	float: none !important;
	float: left;
   filter:alpha(opacity=80);   /* Internet Explorer       */
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); 
   -moz-opacity:0.80;           /* Mozilla 1.6 and below   */
   opacity: 0.80;               /* newer Mozilla and CSS-3 */
	
	width: 130px;
	visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #FC7E7F; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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