.chromestyle{
width: 100%;
height:70px;
}

.chromestyle ul{
	list-style:none;
	margin:0;
	padding:0;
	padding-top:22px;
	text-align:center;
}

.chromestyle ul li{
display: inline;
min-height: 3px;		/* for IE7 */
vertical-align: bottom;		/* for IE7 */
}

.chromestyle ul li a{
padding: 0px;
margin: 20px;
text-decoration: none;
height:49px;
font-size:15px;
color:black;
}

.chromestyle ul li a:hover{
color:white;
}

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

.dropmenudiv{
position:absolute;
top: 0;
line-height:18px;
z-index:100;
visibility: hidden;
width:180px;
}

.dropmenudiv a{
width: auto;
display: block;
margin:0;
padding: 0;
font-size:12px;
color:black;
text-decoration:none;
width: 100%;
background-color:#F36E29;
text-indent:5px;
height:20px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:white;
}