#navcontainer {
	width: 300px;
	margin-right: 70px;
	height: 90px;
}

#navcontainer ul
{
	margin-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 12px;
}

#navcontainer a
{
	display: block;
	padding: 0px;
	width: 300px;
	height: 18px;
	padding-top: 5px;
	text-align: right;
	letter-spacing: 0px;
	padding-right: 60px;
	margin-top: 0px;
}

#navcontainer a:link
{
color: #FFCC99;
text-decoration: none;
}


#navcontainer #navlist a:hover
{
	color: #FFCC99;
	background-image: url(../pix/bg_04.jpg);
	background-repeat: repeat;

}

#current {
	color: #FFCC99;
	background-image: url(../pix/bg_04.jpg);
	background-repeat: repeat;
}

#navcontainer a.current
{
	color: #FFCC99;
	background-image: url(../pix/current.jpg);
	background-repeat: repeat;

}



#sub {
	width: 300px;
	margin-right: 70px;
	margin-top: -10px;
	margin-bottom: -10px;
}

#sub ul
{
	margin-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: right;
}

#sub a
{
	display: block;
	width: 300px;
	background-repeat: repeat;
	height: 18px;
	text-align: right;
	letter-spacing: 0px;
	padding-left: 0px;
	padding-right: 60px;
	padding-top: 4px;
}

#sub a:link, #navlist a:visited
{
color: #FFCC99;
text-decoration: none;
}

#sub a:hover
{
	color: #FFCC99;
	background-image: url(../pix/bg_04.jpg);
	background-repeat: repeat;
}

#subcurrent {
	color: #FFCC99;
	background-image: url(../pix/bg_04.jpg);
	background-repeat: repeat;
}

#sub a.subcurrent
{
	color: #FFCC99;
	background-image: url(../pix/bg_04.jpg);
	background-repeat: repeat;
}
