#mainMenu li {
	padding:						0px;
	margin:							0px;
	float:							left;
	overflow: hidden;
}

#mainMenu a {	
	display:						block;
	
	padding-top:					9px;
	padding-left:					10px;
	padding-bottom:					10px;
	
	color:							#FFFFFF;
	text-decoration:				none;
	text-transform:					uppercase;
}

.mainMenu1 {
	width:							206px;
	height:							36px;
	
	background-image:				url("images/menu1.jpg");
	background-repeat:				no-repeat;
}

.mainMenu2 {
	width:							206px;
	height:							30px;
	
	background-image:				url("images/menu2.jpg");
	background-repeat:				no-repeat;
}

.mainMenu3 {
	width:							206px;
	height:							33px;
	
	background-image:				url("images/menu3.jpg");
	background-repeat:				no-repeat;
}

.mainMenu4 {
	width:							206px;
	height:							31px;
	
	background-image:				url("images/menu4.jpg");
	background-repeat:				no-repeat;
}

.mainMenu5 {
	width:							206px;
	height:							31px;
	
	background-image:				url("images/menu5.jpg");
	background-repeat:				no-repeat;
}

.mainMenu6 {
	width:							206px;
	height:							30px;
	
	background-image:				url("images/menu6.jpg");
	background-repeat:				no-repeat;
}

#subMenu {
	margin:							9px 0px 10px 0px;
	padding:						0;
	
	list-style-type:				none;
}

#subMenu a, #subMenu span {
	line-height:					25px;
	
	padding-left:					30px;
}

#subMenu a {
	padding-top:					5px;
	padding-bottom:					5px;
	
	background-image:				url("images/submenu-selected.png");
	background-repeat:				no-repeat;
	background-position:			left middle;
}

#subMenu span.selected {
	padding-top:					5px;
	padding-bottom:					5px;
	
	color:							#58c202;
	font-weight:					bold;
	
	background-image:				url("images/submenu-selected.png");
	background-repeat:				no-repeat;
	background-position:			left middle;
}

#subMenu a:hover {
	color:							#58c202;
	text-decoration:				none;
	
	/*background-image:				url("images/submenu-selected.png");
	background-repeat:				no-repeat;
	background-position:			left middle;*/
}