a:link, a:visited, a:active {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: underline;
}
a:hover {
	color: #DC107A;
	font-style: italic;
	text-decoration: underline;
}

/*Menu */
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	margin-right: 10px;
	font-size: 16px;
	color: #DC107A;
}
#menu li span {
	color: #FFFFFF;
}
#menu a:link, #menu a:visited, #menu a:active {
	font-style: normal;
	text-decoration: none;
}
#menu a:hover, #menu .current  {
	
	background: url('../images/underline.jpg') repeat-x 100% 100%;
}
#menu .current a:hover {
    background: none;
}

/*footer*/
#footer a:link, #footer a:visited, #footer a:active {
	color: #646464;
	font-style: normal;
	text-decoration: none;
}
#footer a:hover  {
	color: #646464;
	font-style: normal;
	text-decoration: underline;
}
