.chromestyle {
	
	font-weight: bold;
}

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

.chromestyle ul {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-color:#ffffff;
}

.chromestyle ul li {
	float: left;
	text-align: center;
	height: 29px;
	overflow: hidden;
	background-image: url(/media/images/templates/Kordt/TopNavTrenner.jpg);
        background-position: left;
        background-repeat: no-repeat;
        width:141px;
        list-style-type: none;
	overflow:hidden;
}
.chromestyle ul li.li_start {
	float: left;
	text-align: center;
	height: 29px;
	overflow: hidden;
        width:84px;
        list-style-type: none;
	background-image: none;
}
.chromestyle ul li a {
	font-weight: bold;
	color: #004b23;
	height: 25px;
	display: block;
	padding: 4px 0 0 4px;
	font-size: 14px;
	margin: 0;
	text-decoration: none;
	font-family: 'Times New Roman',Times,serif;
        width: 137px;
}
.chromestyle ul li.li_start a {
	font-weight: bold;
	color: #004b23;
	height: 25px;
	display: block;
	padding: 4px 0 0 0;
	font-size: 14px;
	margin: 0;
	text-decoration: none;
	font-family: 'Times New Roman',Times,serif;
        width: 84px;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	position: absolute;
	top: 0;
	padding:0;
	margin: 3px 0 0 0;
	border: 0px solid #ffffff; /*THEME CHANGE HERE*/
	line-height: 18px;
	z-index: 100;
	background-color: #004b23;
	visibility: hidden;
        width: 145px;
        height:33px;
        background-image: url(/media/images/templates/Kordt/DropDownBackground.jpg);

        text-align: center;
	/*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a {
	
	width: 137px;
        height: 23px;
	display: block;
	padding: 5px 4px 5px 4px;
	text-decoration: none;
	font-weight: bold;
	color: #004b23;
        text-align: center;
        font-size: 14px;
}

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

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	
}
