#headermenucontainer
{
	background:#fff;
	width:100%;
	height:21px;
	z-index:99;
	position:relative;
	color:#000;
}
#headermenu
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}
#headermenu ul
{
	list-style:none;
	width:800px;
	height:100%;
}
#headermenu ul li
{
	width:160px;
	height:100%;
	float:left;
	text-align:center;
	line-height:21px;
	font-size:14px;
	font-family:arial;
	font-weight:bold;
	cursor:pointer;
	background:#fff;
}
#headermenu ul li a
{

	text-decoration:none;
	color:#000;

}
.active
{
	font-size:20px !IMPORTANT;
}

#footermenucontainer
{
	background:#fff;
	width:100%;
	height:21px;
	margin-top:0px;
	position:relative;
	z-index:99;
}


#footermenu
 {
	width:780px;
	height:21px;
	line-height:21px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow:hidden;
	font-size: 13px;
	z-index:120;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#footermenu a:focus { outline: 0 }
#footermenu ul {
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
#footermenu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:130px;
}
#footermenu ul li a {
	display:block;
	margin:0;
	color:#000;
	text-decoration:none;
}
#footermenu ul li a span 
{
	display:block;
}
#footermenu ul li a:hover 
{
	color:#ffa101;
	/*font-weight:bold;*/
}


