﻿a:active.menu	{
	font-weight:bold;
	text-decoration: none;
}
a:link.menu	{
	font-weight:bold;
	text-decoration: none;
}
a:visited.menu	{
	font-weight:bold;
	text-decoration: none;
}
a:hover.menu	{
	font-weight: bold;
	text-decoration: none;
}
#indentmenu {
	position: absolute;
	top: 110px;
	right: 0px;
}
.indentmenu{
	width: 100%;
	font-weight: bold;
}
.indentmenu ul{
	border-color: #FFFFFF;
	border-style: solid;
	margin: 0;
	padding: 0;
	float: left;
	border-width: 0px 0;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	padding: 5px 11px 5px 15px;
	text-decoration: none;
	border-left: 0px solid #564c66;
	border-left-color: #FFFFFF;
}

.indentmenu ul li a:link{
	color: #FFFFFF;
}
.indentmenu ul li a:visited{
	color: #FFFFFF;
}

.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('../media/indentbg2.gif') repeat-x center;
}
.indentmenu ul li a:hover{
	color: black; /*text color of selected and active item*/;
	padding-top: 7px; /*shift text down 1px for selected and active item*/;
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/;
	background: black url('../media/indentbg2.gif') repeat-x center;
}



/*OLD MENU
#menu {
	position: absolute;
	height: auto;
	width: 137px;
	left: 14px;
	top: 151px;
	z-index: 20;
}
#menu a:link       {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	line-height: 24px;
}
#menu a:hover {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	line-height: 24px;
}
#menu a:active {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #2A2A2A;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	line-height: 24px;
	color: #FF0000;
}

*/

