#navcontainer
{
margin: 0;
padding: 0 0 0 0;
}

#navcontainer UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer LI
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

#navcontainer A
{
	color: #CCCCCC;
	display: block;
	width: 100px;
	text-decoration: none;
	margin: 15px 0px 0 0;
	text-align: center;
	font-weight: bold;
	padding: 0px 0 0 0px;
}
html>body #navcontainer A
{
	color: #CCCCCC;
	display: block;
	width: 100px;
	text-decoration: none;
	margin: 13px 0px 0 0;
	text-align: center;
	font-weight: bold;
	padding: 0px 0 2px 10px;
	height: 10px;
}
#navcontainer A:hover, #navcontainer A:active {
	color: #FFFFFF;
}

#subnav
{
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;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }
* {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
#menubar{
	width: 100%;
	height: 42px;
	text-align: center;
	background-image: url(../image/menu.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}
.spacer{
	border-left: 3px solid #ccc;
	}
html>body .spacer{
	border-left: 3px solid #ccc;
	}
