#navlinks {
	background-color: #e02f87;
}

#nav, #nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #e02f87;
}

#nav li {
	float: left;
	position: relative;
	width: 85px;
	text-align: center;
	cursor: default;
	background-color: #e02f87;
	padding: 0.1em 0 0.1em 0;
	margin: 0;
	font-size: 95%;
	line-height: 1em;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;	
	font-weight: normal;
	background-color: #e02f87;
}

#nav li a {
	font-family: "Lucida Grande", "Lucida Sans", Arial, Sans-Serif;
	font-size: 70%;
	font-weight: bold;
	color: white;
	padding: 0.2em 3px;
	text-decoration: none;
}

/* Fix IE. Hide from IE Mac \*/
* html #nav li { float:left; height:1%; }
* html #nav li a { height:1%; }
/* End */

#nav li ul li a {
	display: block;
	font-weight: normal;
	color: #ffffff;
	padding: 0.2em 5px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	color: #000000;
	background-color: #DCEEE7; 
}



#nav li > ul {
	top: auto;
	left: auto;
}
#nav li li {
	display: block;
	text-align: center;
	float: none;
	background-color: transparent;
	border: 0;
	font-weight: normal;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}
