/* CSS Document */
#menus {
	background:url(../images/3d-orta_v3.png) no-repeat;
	width:960px;
	margin:0 auto 10px auto;
	height:85px;
}

#mainmenu {
	height: 55px;
	font: bold 14px "Trebuchet MS", halvetica, Verdana, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

#mainmenu a {
	display: block;
	height: 40px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	text-decoration: none;
	padding-top: 15px;
	/*background: url(../images/menudevider.png) no-repeat 0px 3px;*/
	color: #B4C301;
}

#mainmenu .first a {
	background: none;
}

#mainmenu li {
	display: inline;
}

#mainmenu a:visited, #mainmenu a:active {
	text-decoration:none;
	color: #B4C301;
}

#mainmenu #active a {
	background:url(../images/menuactive.gif) no-repeat center top;
	color:#fff;
}

#mainmenu a:hover {
	color:#fff;
}

#mainmenu ul {
	list-style:none;
}

#mainmenu .first a:visited, #mainmenu .first a:active {
	background: none;
}
