
#menuwrapper {
	width: 800px;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#menubar {
	width: 800px;
}

#menubar, #menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Century Gothic";
}

#menubar a {
	display: block;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

#menubar li {
	float: left;
}

#menubar li {position: relative;}

/* hide from IE mac \*/
#menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#menubar li:hover a, #menubar a:focus,
#menubar a:active, #menubar li.hvr a {
	color: #00aeef;
}

#footerwrapper {
	width: 800px;
}

#footerbar {
	width: 800px;
}

#footerbar, #footerbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Century Gothic";
}

#footerbar a {
	display: block;
	text-decoration: none;
	padding: 10px 16px 10px 16px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

#footerbar li {
	float: left;
}

#footerbar li {position: relative;}

/* hide from IE mac \*/
#footerbar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#footerbar li:hover a, #footerbar a:focus,
#footerbar a:active, #footerbar li.hvr a {
	color: #00aeef;
}



#subnavwrapper {
	width: 200px;
}

#subnav {
	width: 200px;
	text-transform: uppercase;
}

#subnav, #subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Century Gothic";
	font-weight: bold;
}

#subnav a {
	display: block;
	text-decoration: none;
	padding: 7px 7px 7px 16px;
	font-size: 13px;
	color: #666666;
	width: 177px;
}

#subnav li {
	width: 200px;
	border-top: 1px solid #cccccc;
	background: url(../images/bullet.gif) no-repeat center left;
}

#subnav li.btm {
	width: 200px;
	border-bottom: 1px solid #cccccc;
}

#subnav li {position: relative;}

/* hide from IE mac \*/
#subnav li {position: static; width: auto;}
/* end hiding from IE5 mac */

#subnav ul li  {
	width: 200px;
}

#subnav li:hover a, #subnav a:focus,
#subnav a:active, #subnav li.hvr a {
	color: #666666;
	background: url(../images/bullet_ro.gif) no-repeat center left #cccccc;
	width: 177px;
	
}

#subnav ul a:hover {
	background-color: #cccccc!important;
	color: #ffffff !important;
}

