
#navigation
{
padding-top: 0px;
}

#navigation ul li
{
	display:inline;
	float: left;
	background-color: #666;
	color: #000;
	font-weight: bold;
	list-style-type: none;
	margin-right: 39px;
	margin-left: -20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#navigation a:link,
#navigation a:visited
{
background-color: #bbb;
color: #000;
text-decoration: none;
display: block;
width: 130px;
text-align: center;
padding: 1px 0 1px 0;
}

#navigation a:hover
{
background-color: #9f9f9f;
color: #000;
}

#navigationclear { 
display: none; 
}

html>body #navigationclear
{
display: block;
clear: both;
}

#navigation li#active a
{
background-color: #9f9f9f;
color: #000;
}


/*subnavigation*/

#subnavlist
{
padding-left: 20px;
margin-left: 0;

}

#subnavlist li
{
list-style: none;
margin: 0;
padding: 0.3em 0 0.3em 0;
text-transform: uppercase;
}

#subnavlist li a { 
text-decoration: none; 
}

#subnavlist li#level1 a:HOVER {
color: #333;
}

#subnavlist li#level2 a:HOVER {
color: #333;
}

#subnavlist li#level1-active a
{
font-weight: bold;
color: #333;
}

#subnavlist li#level1 a
{
font-weight: bold;
color: #666;
}

#subnavlist li#level2-active a
{
color: #333;
}

#subnavlist li#level2 a
{
color: #666;
}

/*end subnavigation */

