
#buckeyeheader{
	width: 700px;
	background-image: url(im/store/headerredbar.gif);
	background-repeat: no-repeat;
	height: 82px;
	
}
.logo{
	float: left;
}
#buckeyeheader #space{
	float: left;
	width: 545px;
	height: 28px;
}
#buckeyeheader #heading{
	float: left;
	width: 545px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000064;
	text-align: right;
	vertical-align: bottom;
	font-style: italic;
}

#navcontainer {
	margin-top: 7px;
	float: right;
	width: 535px;
	height: 25px;
	background-color: #E5E5E5;
	border: 1px solid #979797;
	text-align: left;

}
#navcontainer ul
{
	padding: .3em 0;
	margin: 0;
	list-style-type: none;
	color: #666666;
	width: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
background-color: #E5E5E5;
color: #666666;
padding: .3em .2em .4em .2em;
}

#navcontainer ul li a:hover
{
background-color: #FF0000;
color: #FFFFFF;
}

#navcontainer ul li a:hover#orange
{
background-color: #FF9900;
color: #FFFFFF;
}
#navcontainer ul li a.orange
{
	background-color: #FF9900;
	color: #FFFFFF;
}


