#csstopmenu, #csstopmenu ul{
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	list-style: none;
}

#csstopmenu img {
	border: none;
}

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

#csstopmenu a:link{
	text-decoration: none;
}
#csstopmenu a:hover{
	color: #FFCCFF;
	text-decoration: none;
}

.mainitems{
	font-family: "Perpetua Titling MT", serif;
	vertical-align: bottom;
}

.headerlinks a{
	font-size: 10px;
	font-weight: normal;
	margin: auto 8px;
	color: black;
}

.submenus{
	display: none;
	font-size: 9px;
	font-weight: normal;
	position: absolute;
	top: 1.2em;
	left: 0;
	border: 1px clear yellow;
	width: 140px;
	background-color: #FFFFFF;
	filter: Alpha(Opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	text-align: left;
}

.submenus li{
	width: 100%;
	padding-top: 8px;
}
.submenus li:last-child{
	width: 100%;
	padding-bottom: 8px;
}

.submenus li a{
	display: block;
	width: 100%;
	text-indent: 3px;
}

html>body .submenus li a{ /* non IE browsers */
	width: auto;
}

.submenus li a:hover{
	color: black;
}

#csstopmenu li>ul {/* non IE browsers */
	top: auto;
	left: auto;
}

#csstopmenu li:hover ul, li.over ul {
	display: block;
}

html>body #clearmenu{ /* non IE browsers */
	height: 3px;
}

