#anchornav, #anchornav2
{
margin: 0;
padding: 0 0 0 0px;
}

#anchornav UL, #anchornav2 UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#anchornav LI, #anchornav2 LI
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 100px;
}

#anchornav A, #anchornav2 A
{
color: #636466;
display: block;
width: auto;
text-decoration: none;
background: #DDDDDD;
margin: 0;
padding: 4px 10px;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #aaa;
}

#anchornav A:hover, #anchornav A:active, #anchornav2 A:hover, #anchornav2 A:active { 
background: #BBBBBB; 
}

#anchornav A.active:link, #anchornav A.active:visited, #anchornav2 A.active:link, #anchornav2 A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}

#anchorsubnav, #anchorsubnav2
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#anchorsubnav UL, #anchorsubnav2 UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#anchorsubnav LI, #anchorsubnav2 LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#anchorsubnav A, #anchorsubnav2 A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#anchorsubnav A:hover, #anchorsubnav A:active, #anchorsubnav2 A:hover, #anchorsubnav2 A:active { color: #444; }
#anchorsubnav A.active:link, #anchorsubnav A.active:visited, #anchorsubnav2 A.active:link, #anchorsubnav2 A.active:visited { color: #444; }
#anchorsubnav BR, #anchornav BR, #anchorsubnav2 BR, #navcontainer2 BR { clear: both; }
