#headerMenu {
	background: #303060;
	color: #FFF;
	clear: both;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 34px;
}

#headerMenu ul li, #headerSubmenu ul li {
	float: left;
	padding: 10px;
	cursor: pointer;
	padding: 0 30px;
	/*background: url(/img/bullet_arrow_down.png) right center no-repeat;*/
	text-transform: uppercase;
	line-height:33px;
	height:34px;
	
}

#headerMenu span.new {
	padding:10px 0px 0px 20px;
	background: url(/img/new.png) 0% 50% no-repeat;
}

#submenuHolder {
	clear: both;
	background: #FF8040;
	height: 36px;
	margin-bottom: 10px;
}

#headerSubmenu ul li a {
	color: #f0d6b1;
	font-size: 11px;
	font-weight: bold;
}

#headerSubmenu ul li a:hover {
	color: #303060 !important;
}

#headerSubmenu {
	clear: both;
	background: #FF8040;
	color: #303060;
}

#headerSubmenu ul li {
	background: none;
	padding-right: 16px;
	padding-left: 5px;
	list-style-position:inside;
	list-style-type:square;
	color: #f0d6b1;
}

.active {
	background-color: #FF8040 !important;
}

.current {
	background-image: url(/img/bullet_arrow_down.png) right center no-repeat !important;
}

.current a {
	color: #FFF !important;
}

#headerSubmenu ul li a.new {
	padding: 7px 7px 7px 25px;
	color: #f0d6b1;
	font-size: 11px;
	font-weight: bold;
	background: url(/img/new.png) 3% 20% no-repeat #229ACE;
	
}