.chromestyle{
	/*width: 900px;*/
	/*height:50px;*/
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	padding: 0px;
	z-index:100;
	color:#5b5c5c;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
/*	width: 900px;*/
	/*height:50px;*/
	content: ".";
	display: block;
	height: 0px;
	clear: none;
	visibility: hidden;
	vertical-align:middle;
}

.chromestyle ul{
	/*width: 900px;*/
/*	height:30px;*/
	background: url(../images/nav_bg.jpg) center repeat-x;
	text-align: center; /*set value to "left", "center", or "right"*/
	vertical-align: middle;
	margin:0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index:200;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding:0px 20px 5px 17px;
/*padding: 4px 7px;*/
margin: 0px;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
/*background: url(../images/nav_bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

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

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

.dropmenudiv{
position:absolute;
top: 0;
text-align: left; /*set value to "left", "center", or "right"*/
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height:18px;
color:#5b5c5c;
z-index:100;
background-color: #cdcdcd;
width: 150px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

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

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}



#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:url(../images/bg_nav.jpg);
	font-weight: normal;
	padding: 3px 0px 3px 10px;
	color: #5b5c5c;
	text-decoration:none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
}