.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 960px; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(../images/site/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../images/site/indentbg2.gif) center center repeat-x;
}
/* Vertical Side Menu Bar */
.sidemenu{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	width: 140px;
	border: 2px solid #ffffff;
	border-bottom-width: 0;
}

.sidemenu li a{
	background: white url(../images/site/glossyback2.png) repeat-x bottom left;
 font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
}


* html .sidemenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 170px;
}

.sidemenu li a:visited, .sidemenu li a:active{
color: white;
}

.sidemenu li a:hover{
background-image: url(../images/site/glossyback.png);
}

.topnav {
	width: 140px;
	padding: 40px 28px 25px 0;
	font-family: Arial, Helvetica, sans-serif;
}

ul.topnav {
	padding: 0;
	margin: 0;
	font-size: 1em;
	line-height: 0.5em;
	list-style: none;
}

ul.topnav li {}

ul.topnav li a {
	line-height: 5px;
	font-size: 11px;
	padding: 8px 5px;
	color: #000;
	display: block;
	text-decoration: none;
	font-weight: bolder;
}

ul.topnav li a:hover {
	background-color:#0066FF;
	color:white;
}

ul.topnav ul {
	margin: 0;
	padding: 0;
	display: none;
}

ul.topnav ul li {
	margin: 0;
	padding: 0;
	clear: both;
}

ul.topnav ul li a {
	padding-left: 20px;
	font-size: 12px;
	font-weight: normal;
}

ul.topnav ul li a:hover {
	background-color:#009900;
	color:#000000;
}

ul.topnav ul ul li a {
	color:black;
	padding-left: 30px;
}

ul.topnav ul ul li a:hover {
	background-color:#00CC00;
	color:#000000;
}

ul.topnav span{
	float:right;
}
