.menublock
	{
	position		: absolute;
	top			: 150px;
	left			: 4%;
	width			: 130px;
	background-image	: url(../images/menugrad.jpg);
	z-index		: 10;
	}



.menutop
	{
	position		: relative;
	height			: 39px;
	width			: 130px;
	background-image	: url(../images/menutop.gif);
	float			: left;
	}




.menubody
	{
	position		: relative;
	width			: 104px;
	border-right		: 3px solid #c00;
	border-left		: 3px solid #c00;
	float			: left;
	padding			: 0px 10px 0px 10px;
	}



.menubottom
	{
	position		: relative;
	float			: left;
	height			: 39px;
	width			: 130px;
	background-image	: url(../images/menubottom.gif);
	}


#navcontainer
	{
	}



	#navcontainer ul
		{
		padding-left		: 0px;
		margin-left		: 0px;
		list-style-type		: none;
		}


	#navcontainer a
		{
		display			: block;
		padding			: 3px;
		width			: 104px;
		background		: none;
		}



	#navcontainer a:link, #navlist a:visited
		{
		color			: #EEE;
		text-decoration		: none;
		padding-left		: 13px;
		margin-left		: -13px;
		padding-right		: 13px;
		margin-right		: -13px;
		font-weight		: bold;
		font-size		: 17px;
		}



	#navcontainer a:hover
		{
		width			: 101px;
		background-image	: url(../images/menubackground.jpg);
		background-color	: black;
		background-repeat	: repeat-y;
		color			: #fff;
		}



.copy
	{
	color			: #ccc;
	z-index			: 120;
	font-size		: .7em;
	padding-left		: 33px;
	padding-top		: 5px;
	}



	.copy a
		{
		color			: #aaa;
		text-decoration		: none;
		}



	.copy a:hover
		{
		color			: #fff;
		}



a:link
	{
	color			: #fff;
	}



a:visited
	{
	color			: #ccc;
	}



a:hover
	{
	color			: #c00;
	}