/*
Credit: http://www.templatemo.com
*/
#templatemo_menu ul {
	border:0;
	float:right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#templatemo_menu ul li {
	border:0;
	padding: 0;
	margin: 0;
	display: inline;
}

#templatemo_menu ul li a {
	border:0;
	position:relative;
	float: left;
	display: block;
	height: 32px;
	width: 75px;
	margin:5px 0 0 0;
	padding: 8px 5px 0 4px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;	
	font-weight: normal;
	outline: none;
	font-family:Tahoma;
}

#templatemo_menu li a:hover, #templatemo_menu li .current {
	background: url(../images/templatemo_menu_hover.png) no-repeat;
}

