/* CSS Document */

/* mainmenu - reitermenu start */

#mainmenu ul {
	float:left;
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#mainmenu li {
	float:left;
	display:inline;
	padding-left:25px;
	background:url(../images/mainMenu_left.gif) top left no-repeat;
	margin-left:5px;
}
#mainmenu a {
	text-decoration:none;
	font-weight:bold;
	display:block;
	float:left;
	height:20px;
	line-height:20px;
	color:#000;
	background:url(../images/mainMenu_right.gif) top right no-repeat;
	padding-right:25px;
}
#mainmenu h2 {
	height:20px;
	line-height:20px;
	font-size:13px;
}
#mainmenu a:hover, #mainmenu a.active {
	color:#F00;
}
/*
#mainmenu li.active a {
	background:url(../images/mainMenu_right.gif) top right no-repeat;
}
#mainmenu li.active {
	background:url(../images/mainMenu_left.gif) top left no-repeat;
}*/
/* mainmenu end */