/* BASIC */

body {
	font-family: "Trebuchet MS";
	font-size: 10px;
}

/* NAVIGATION */



ul.mainNav {
	margin-top: 3px;
	padding: 0px;
}

.mainNav li {
	list-style: none;
	float: right;
	padding: 0px;
	margin-right: 5px;
	background-image: url(Images/right_side.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.mainNav a {
	display: block;
	background-image: url(Images/left_side.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin: 0px;
}

.mainNav a:hover {
	color:#B76FFF;
	text-decoration: none;
}
