#navcontainer
{
	background: #CCCCCC;
	width: 150px;
	margin: 0 auto;
	padding: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	text-transform: capitalize;
	font-weight: bold;
	clip:  rect(auto auto auto 150px);
}

ul#navlist
{
text-align: right;
list-style: none;
padding: 0;
margin: 0 0px;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 150px;
	color: #FFFFFF;
	text-decoration: none;
	background: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
	background: #CCCCCC;
	color: #666666;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	background: #CCCCCC;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-top-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #999999;
	color: #3399CC;
}
.naviindex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	border: medium solid #000;
}
