@charset "utf-8";
/* CSS Document */

a {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #FFF;

}

a:focus, a:active {
}

#nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	
}

#nav li{
	float: left;
	margin-top: 0;
	margin-right: 0.25em;
	margin-bottom: 0;
	margin-left: 0.25em;

}

#nav li a{
	height: 2em;
	line-height: 2em;
	float: left;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding-left: 1.5em;
	width: 90px;

}

#nav a:hover, a:focus, a:active {
	background-image: url(../images/pink-dot.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FE6D00;

}
.current {
	background-image: url(../images/pink-dot.png);
	background-repeat: no-repeat;
	background-position: left center;
}


#nav a:focus, a:active {
}

#nav-menu ul
{

}

#nav-menu li
{

}

#nav-menu 
{

}
#Media a {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	vertical-align: middle;
	margin: 0px;
	line-height: 1em;
}

