body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	background-color: #FFFFFF;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	white-space: normal;
	font-weight: normal;
	font-variant: normal;
}
a:link {
	color: #FF6600;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
a:visited {
	color: #009933;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
a:active {
	color: #FFFF99;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-family: "Trebuchet MS";
}

.hovermenu ul{
font: normal 13px arial;
padding-left: 0;
margin-left: 0;
height: 25px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: center;
color: #003300;
background-color: #f3e3ca;
border: 2px solid #FFF2BF;
}

.hovermenu ul li a:hover{
background-color: #f3e3ca;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
