/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #151515 url(images/img01m.jpg) repeat-x left top;
	text-align: justify;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}


/* Menu */

#menu {
	width: 850px;
	height: 40px;
	margin: 0px;
}

#menu ul {
	margin: 0;
	padding: 0, 60px;
	list-style: none;
}

#menu li {
	display: inline;
/*	text-transform: uppercase;  */
}

#menu a {
	display: block; 
	float: left;
	background: url(images/img03.gif) no-repeat left 75%;
	padding: 18px 30px 0 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #CF3822;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: red;
}