.chromestyle{
	width: 100%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

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

.chromestyle ul{
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center;
	background-repeat: repeat-x;
	background-position: center center;
}

.chromestyle ul li{
	display: inline;
	text-align: center;
}

.chromestyle ul li a{
	color: #ffffff;
	font-size:14px;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.chromestyle ul li a:hover{
	text-decoration: underline;
	color: #ffffff;
	background-image: url(navRroll.png);
	background-repeat: repeat-x;
	height: 34px;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";
/*content: " " url(http://southerntiersmiles.com/navigation/downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #000000; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:20px;
	z-index:100;
	background-color: #D2CBA4;
	width: 170px;
	visibility: hidden;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#78776e,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


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

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #0014C6;
	text-decoration: underline;
	color: #FFFFFF;
}