/* Header */
#header {
	display:block;
	height: 40px;
	z-index:1000;
	margin-left:11px;
}

#header a {text-decoration:none;}

#header a 
{text-transform:uppercase;
font-size:16px;
line-height:0px;
}

#header ul li ul li a 
{text-transform:none;
font-size:13px;
}



/* Top Level Menu */
#header ul {
	margin: 0 auto;
	width: 100%;
}



#header ul li {
	display: block;
	float: left;
	margin: 0px 11px 0px 0px;
	width: 120px;
	height:40px;
	text-align:center;
}

#header ul li a {
	display:block;
	margin-top:15px;
	color: #FFF;
}

#header ul li a:hover {
	color: #ca0088;
}


#header li.current_page_parent, #header li.current_page_item { background:#e9e5da;}


/* Sub Level Nav */
#header ul li ul {
	background: #e9e5da;
	border: 0px solid #000;
	-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	margin: 11px 0 0 0px;
	padding: 0 10px 0;
	position: relative;
	clear:none;
	width: 200px;
}

#header ul li ul li {
	border-bottom: 1px solid #fff;
	display: block;
	float: none;
	height: 14px;
	padding: 8px 0;
	text-align: left;
	width: 200px;
	margin: 0;
}

#header ul li ul li a {
	margin:0;
	color: #444;
	text-shadow: none;
}

#header ul li ul li a:hover {
	color: #ca0088;
}

#header ul li ul li:last-child:not(li.arrow) {
	border: 0;
}

/* Arrow */
.arrow {
	background: url(../images/arrow.png) no-repeat;
	border: 0;
	display: none;
	position: absolute;
	top: -12px;
	left: 30px;
	height: 11px;
	width: 20px;
	text-indent: -9999px;
}