.chromestyle{
	width: 930px;
	margin: 0 auto;
	font-size: 13px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #FFF;
	width: 100%;
	background-color: #FFF;
	padding: 4px 0;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #447F17;
	padding: 6px 15px 6px 12px;
	margin: 0 0px 0 0;
	text-decoration: none;
	background-image:url(../images/nav-dot.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-weight:normal;
}

.chromestyle ul li a.lastlink {
	background-image:none;
}

.chromestyle ul li a:hover{
	text-decoration: underline;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #FFF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #FFF;
	width: 180px;
	visibility: hidden;
	text-align: left;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
	padding: 5px;
	text-decoration: none;
	color: #447F17;
	font-weight: normal;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration: underline;
}
