.navcontainer {
	width: 270px;
}

.navcontainer ul
{
margin-left: 0;
margin-top: 0;
padding-left: 0;
list-style-type: none;
}

.navcontainer a
{
	display: block;
	width: 240px;
	background-color: #c2c2c2;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
	color: #CC0000;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}

.navcontainer a:link, .navlist a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.navcontainer a:hover
{
background-color: #999999;
color: #ced02f;
}

#topmenu
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.copy {
	vertical-align:bottom;
	font-size: 9px;
	padding-left: 20px;
}
a.copy:link, a.copy:visited, a.copy:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.copy:hover {
	color: #666666;
	text-decoration: none;
}	

.activ {
	vertical-align:bottom;
	font-size: 12px;
	width: 100%;
}
.activ a:link, .activ a:visited {
	color: #ced02f;
	text-decoration: none;
	font-size: 12px;
	background-color: #999999;
}
.activ a:hover {
	color: #ced02f;
	text-decoration: none;
	font-size: 12px;
	background-color: #999999;
}

