.chromestyle{

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

}

.chromestyle ul{
margin:0;padding:0;
}

.chromestyle ul li{
display: inline;
margin:0;padding:0;
}

.chromestyle ul li a{
margin:0;padding:0;

}

.chromestyle ul li a:hover{

}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 5px;
left:10px;
font-size: 12px;
z-index:100;
background-color: #0C9AE6;
width: 280px;
visibility: hidden;

}


.dropmenudiv a{
text-align:left;
width: auto;
display: block;
border-top: 1px solid #92D1F4;
padding: 9px 10px 8px 10px;
text-decoration: none;
font-weight: bold;
color: #FFF;
font-size:11px;
}

.dropmenudiv a.pod{
	padding-left:10px;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0286CD;
color:#fff;
text-decoration:none;
}