/* CSS Document */

#Sidemenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCCC99;
	text-align: left;
	vertical-align: bottom;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 3px;
	line-height: 14px;
	font-weight: bold;
}
#Sidemenu a:link {
	text-decoration: none;
	color: #333333;
}
#Sidemenu a:visited {
	color: #333333;
	text-decoration: none;
}
#Sidemenu a:hover {
	color: #6A0A1B;
	text-decoration: none;
}
#Mainmenu {
	background-color: #000000;
	height: 28px;
	text-align: center;
}

