/* Nav */
/* General */
.content-header ul {
	border-bottom: 1px solid #d6d3d3;
	height: 23px;
	list-style: none;
	margin: 0 0 22px 0;
	text-align: center;
	width: 100%;
}
.content-header ul li {
	display: block;
	float: right;
	height: 22px;
	position: relative;
	width: 70px;
}
.content-header ul li a {
	display: block;
	color: #5d4433;
	height: 22px;
	line-height: 22px;
	padding: 0 8px;
}
.content-header ul li a:hover {
	background: #f6faf2;
	border-style: solid solid none solid;
	border-color: #d6d3d3;
	border-width: 1px;
	color: #030303;
	line-height: 21px;
}
.content-header ul li a.selected, .content-header ul li a.hover {
	background: #f6faf2;
	border-style: solid solid none solid;
	border-color: #d6d3d3;
	border-width: 1px;
	line-height: 21px;
}
.content-header ul li ul {
	border-bottom: none;
	float: left;
	position: absolute;
	bottom: -46px;
	left: 0;
	width: 250px;
}
.content-header ul li ul li {
	float: left;
	width: 125px;
}
.content-header ul li ul li a {
	background: #e8f1de url(/images/site/submenu-bg.png) repeat-x top left;
	border-style: solid solid none solid;
	border-color: #d6d3d3;
	border-width: 1px;
	line-height: 22px;
}
.content-header ul li ul li a:hover {
	background: #f6faf2;
	line-height: 22px;
}
.content-header ul li ul li a.selected {
	background: #f6faf2;
	color: #030303;
	line-height: 22px;
}
.content-header ul li a.selected {
	color:#030303;
}



/* Specific */
.content-header ul li.home {
	width: 50px;
}
.content-header ul li.beestory {
	width: 70px;
}
.content-header ul li ul li.usda {
	width: 55px;
}
.content-header ul.beenurturing {
	width:308px;
}
.content-header ul li.beenurturing {
	width: 95px;
}
.content-header ul li ul li.honeyvsoverthecounter {
	width: 180px;
}
.content-header ul li.beelover {
	width: 73px;
}
.content-header ul li ul.beelover {
	width: 210px;
}
.content-header ul li ul li.beebored {
	width: 90px;
}
.content-header ul li ul li.sponsorahive {
	width: 120px;
}
.content-header ul li ul li.sponsorahive a,
.content-header ul li ul li.sponsorahive a:hover,
.content-header ul li ul li.sponsorahive a.selected {
	border-left: none;
}
.content-header ul li.beegreen {
	width: 83px;
}
.content-header ul li.beecooking {
	width: 90px;
}
.content-header ul li.beeshopping {
	width: 98px;
}
.content-header ul li ul li.coupon {
	width: 65px;
}
.content-header ul li.beeconnected {
	width: 103px;
}
.content-header ul li ul.beeconnected {
	left: -130px;
	/*left:-25px;*/
}
.content-header ul li ul li.contestinfo {
	width: 105px;
}
.content-header ul li ul li.newsfromthehive {
	width: 130px;
}
/*.content-header ul li ul li.newsfromthehive a,
.content-header ul li ul li.newsfromthehive a:hover,
.content-header ul li ul li.newsfromthehive a.selected {
	border-right: none;
}*/
.content-header ul li.momhive {
	width: 76px;
}


#nav-top li ul {
	visibility: hidden;
}
#nav-top li.selected ul, #nav-top li.hover ul {
	visibility: visible;
}
