/*
Credit: http://www.templatemo.com
*/


/* menu */

#templatemo_menu {
	clear: both;
	width: 970px;
	height: 72px;
	background: url(images/templatemo_menu.png) no-repeat;
}

#templatemo_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#templatemo_menu li {
	padding: 0px;
	margin: 0px;
	float:right;
	display: inline-block;
	background: url(images/templatemo_menu_divider.png) right top no-repeat;
}

#templatemo_menu ul li a {
	float: left;
	display: block;
	height: 46px;
	width: auto;
	margin-right:70px;
	padding-top: 14px;
	font-size: 16px;
	letter-spacing:1px;
	color: #ccff99;	
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	border: none;
}

#templatemo_menu ul li a:hover,  #templatemo_menu ul li .current {
	color: #FFFFFF;
	background: url(images/templatemo_menu_hover.png) center bottom no-repeat;
}

#templatemo_menu ul .last {
	background: none;
}
/* end of menu */

