.chromestyle{
font-weight: bold;
}

.chromestyle img {
border:none;
padding:0;
margin:0;
}

.chromestyle #chromemenu {
border:none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: none;
padding: 10px 10;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000;
padding: 0px 0px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
width: 170px;
border:none;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: none;
font-family: "Times New Roman", Times, serif;
z-index:100;
width: 180px;
visibility: hidden;
}


.dropmenudiv a{
font-size: 12px;
line-height: 12px;
width: auto;
display: block;
text-align: left;
border-bottom: 0px; /*THEME CHANGE HERE*/
padding: 6px 0px 6px 10px;
text-decoration: none;
font-weight: bold;
color: #000;
background-color: #D8CCA2;
border-right: 5px solid white;
border-left: 5px solid white;
}

.dropmenudiv a:hover {
color: #7A1600;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 160px;
}





/* Dropdown Menu Styles */

#nav {
padding:15px 56px 0px 0px;
}

#nav ul {
	margin:0;
	list-style-type:none; /* for Firefox */
}

#nav li {
	float:right;
	position:relative;
}
