/*****************
STYLES FOR TOP NAVIGATION
******************/

#topNav {
	margin: 0px;
	padding: 0px;
	
	width: 567px;
	height: 18px;

	font-family: Arial, sans-serif;

	background-color: #575757;

	float: right;
}

#topContact {
	margin: 0px;
	padding: 0px;
	
	width: 567px;
	height: 40px;
	position: relative;
	top: -230px;
	z-index: 20;
	font-family: Arial, sans-serif;

}

#topContactMail {
	height: 40px;
	float: right;
}

#topContactMail a {
	padding: 0px 0px 0px 10px;
	background: url(../images/emailArrow.gif) no-repeat center left;
	text-decoration: none;
	color: #EC7E94 ;
}

#topContactMail a:hover {
	padding: 0px 0px 0px 10px;
	background: url(../images/emailArrowHover.gif) no-repeat center left;
	text-decoration: none;
	color: #9F2D46 ;
}


/********
TOP NAV UL settings
*********/

#topNavigationList {
	margin: 0px;
	padding: 0px;

	font-weight: bold;
	font-size: 11px;
	line-height: 18px;

	list-style-type: none;
	
	display: inline;
}

/*******
TOP NAV LI settings
*******/

#topNavigationList li {
	display: block;
	float: left;
	
	color: #fff;
	background-color: #575757;

	padding-left: 15px;
	padding-right: 15px;

	border-right: 1px solid #fff;
}

#topNavigationList li a {
	display: block;

	color: #fff;
	text-decoration: none;
}

#topNavigationList li a:hover {
	display: block;

	color: #ec7e94;
	text-decoration: none;
}

/******
SPECIAL LI settings
*******/

#topNavigationList .highlighted {
	color: #ec7e94;
	background-color: #9f2d46;
}
