.chromestyle{
	margin: 0px;
	width: 100%;
	font-weight: bold;
	line-height:0px;
	
}

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

.chromestyle ul{
	margin: 0px;
	padding-left:0px;
    border: 0px solid #BBB; 
    width: 100%; 
	display:inline;
	float:left;
	
}

.chromestyle ul li{
	display: inline; 
	float:left;
}

.chromestyle ul li a{
	color: #494949; 
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;
	float:left;
	display:inline;
}

  


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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:12px;
	z-index:100;
	background-color:#434445;
	width: 150px;
	visibility: hidden;
	
	 filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);  /*Add Shadow in IE. Remove if desired*/ 
}


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

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

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


.dropmenudiv_new1{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:12px;
	z-index:100;
	background-color:#434445;
	width: 350px;
	visibility: hidden;
	
	 filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);  /*Add Shadow in IE. Remove if desired*/ 
}


.dropmenudiv_new1 a{
	width: auto;
	display: block;
	text-indent: 1px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	/* padding: 2px 0; */
	text-decoration: none;
	font-weight: normal;
	
	color: white;
}

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

.dropmenudiv_new1 a:hover{ /*THEME CHANGE HERE*/
	background-color: black;
	color:#F9D52E;
} 
