﻿#topMenu {
	margin-left: 0px;
	margin-top: 60px;
	float: right;
}
#topMenu ul {
	list-style: none;
	float: left;
	margin: 0px;
	padding-left: 0px;
	font-size: 13px;
	letter-spacing: 2px;


}

#topMenu ul a {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	padding-left: 15px;

}

#topMenu ul a:hover {
	color: #CCCCCC;
}

#topMenu ul li {
	text-transform: uppercase;
	display: inline;
	float: left;

}


#topMenu .current {
	text-decoration: none;
	font-weight: bold;
}

#topMenu .current a, #topMenu .current a:hover {
	color: #000000;	
}

