/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #666666;
}

#templatemo_container {
	width: 100%;
	margin: auto;
	background: url(images/templatemo_container_bg.jpg) repeat-y;
}
#templatemo_header {
	height: 35px;
	background: url(images/templatemo_header.png) no-repeat;
}
.templatemo_menu{
	float: left;
	width: 830px;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

.templatemo_menu ul {
	margin: 0px;
	padding-left: 70px;
	list-style: none;
	text-align: center;
}

.templatemo_menu li{
	display: inline;
}

.templatemo_menu li a{
	float: left;
	padding: 8px 18px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	width: auto;
}

.templatemo_menu li a:hover, .templatemo_menu li .current{
	color: #000000;
	background: url(images/templatemo_link_hover.png) center no-repeat; 
}

