.chromestyle {
	margin-top:-10px;
margin-left:0px;
padding:5px 0px; 
box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.75);
-webkit-box-shadow: 0px 0px 10px 0px rgba(119, 119, 119, 0.75);
	background-color:none;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	margin:0;
padding:0px
}
.chromestyle ul li {
color:#000;
font-size:16px;
display:inline-block;
font-family: 'Oswald', sans-serif;
padding:5px 27px 5px 30px;

}
.chromestyle ul li:hover
{
background:#e4a673;
-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
}

.chromestyle ul li a {
	color:#000;
text-decoration:none;
}
.chromestyle ul li a:hover{
		
	display:inline-block;
	background:#e4a673;
color:#FFF;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	margin: 10px 0px 0px -30px;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #f1ceab;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color:#000000 !important;
	font:12px/25px Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 0 10px;
	border-left: none !important;
border-right: none !important;
border-bottom: 1px solid #f8e5d1;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #e4a673 !important;
	background-image: none !important;
	text-decoration: none!important;
	color:#FFFFFF !important;
}
