#csstopmenu, #csstopmenu ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 728px;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
font-size: 12px;
color: white;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

.mainitems{
	background-color: #CB9904;
	width: 173px;
	height: 15px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 7px;
	border: 1px solid #FFFFFF;
}

.mainitems:hover {
	cursor: pointer;
	/* compatibility hack */
	cursor: hand;
}

.headerlinks {
	text-align: left;
	width: 170px;
}
.headerlinks a{
	margin: 0px;
	padding: 5px;
	vertical-align: bottom;
	font-weight: bold;
	color: white;
}

.headerlinks li a:hover, .mainitems:hover{
	background-color: #9E0309;
}

.submenus{
	display: none;
	position: absolute;
	bottom: 25px;
	left: 0px;
	right: 0px;
	background-color: #CB9904;
}

.submenus li{
	width: 100%;
}
.bottomlogoline {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9E0309;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}


.submenus li a{
display: none;
width: 172px;
text-indent: 0px;
color: white;
padding: 5px;
}

/* non IE browsers
html>body .submenus li a{ 
width: auto;
}
*/
.submenus li a:hover{
	background-color: #9E0309;
}
/* non IE browsers
#csstopmenu li>ul { 
top: auto;
left: auto;
}
*/
#csstopmenu li:hover ul, li.over ul {
display: none;
}

#main_navigation_subtable {
	overflow: hidden;
	width: 728px;
}
.images {
	padding-right: 12px;
	padding-bottom: 8px;
}
/*
html>body #clearmenu{  non IE browsers 
height: 3px;
}
*/