#mainnav { 
	font: 75% Tahoma, Arial, Verdana, Helvetica, sans-serif;
	width: 600px; 
}

.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}

.newnavigation {
	background: url(/images/navbg.gif) repeat-x top left;
	width: 100%;
	height: 34px;
	font-size: 100%;
}

.newnavigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
		z-index:10;
}

.newnavigation li { 
	float: left;
	position: relative;
		z-index:10;
}

.newnavigation li a {
	text-decoration: none;
	padding: 0 13px;
	color: #ed1053;
	font-weight: bold;
	display: block;
	line-height: 34px;
}

.newnavigation li a:hover {
	color: #fe78a9;
}

.newnavigation li ul { 
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background: #fff;
	width: 510px;
	border: 1px solid #ed1053;
	margin-left: 0px;
		z-index:10;
	
}

.newnavigation li ul .menucolumn {
	margin-bottom: 10px;
	width: 170px;
	float: left;
	z-index:10;
	
}

.newnavigation li ul li.categoryheading a {
	margin: 0;
	padding: 8px 0 8px 10px;
	font-weight: bold;
	line-height: 100%;
	background: #ee3c6b;
	border-bottom: 1px solid #FF0066;
	width: 160px;
	color: #fff;
}

.newnavigation li ul li a {
	margin: 2px 5px 3px 2px;
	padding: 2px 5px 3px 2px;
	font-weight: normal;
	line-height: 100%;
	color: #FF0066;
	border-bottom: 1px dotted #fdb7ce;
	/*background: url(/images/arrow_left.gif) no-repeat left;*/
	width: 152px;
	text-align: left;
	font-size: 85%;
}

.newnavigation li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
		z-index:10;
}

.newnavigation li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
