@charset "utf-8";
#menu{
	position: relative;
	height: 56px;
	padding-top: 4px;
}
#menu ul{
	background-image: url(../img/images/default_10.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 48px;
	padding-left: 4px;
	white-space: nowrap;
}
#menu li{
	display: inline;
	float: left;
}
#menu li a{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-top: 18px;
	padding-bottom: 16px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #74b914;
	border-right-color: #538c1f;
	padding-left: 35px;
	padding-right: 36px;
	color: #FFF;
}
#menu li a:hover{
	color: #FFF;
	background-image: url(../img/images/default_12.png);
	text-decoration: underline;
}
#menu-l{
	background-image: url(../img/menu/menu-l.png);
	height: 56px;
	width: 4px;
	float: left;
	position: absolute;
	margin-top: -4px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#menu-p{
	background-image: url(../img/menu/menu-p.png);
	height: 56px;
	width: 4px;
	position: absolute;
	right: 0px;
	margin-top: -4px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#menu-t{
	background-image: url(../img/menu/menu-t.png);
	height: 4px;
	width: 934px;
	position: absolute;
	margin-top: -4px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	margin-left: 4px;
	background-repeat: repeat-x;
	background-position: left top;
}
#menu-b{
	background-image: url(../img/menu/menu-b.png);
	height: 4px;
	width: 934px;
	position: absolute;
	opacity: 0.4;
	filter: alpha(opacity=40);
	bottom: 4px;
	margin-left: 4px;
	background-repeat: repeat-x;
	background-position: left top;
}
#menu-activ{
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-top: 18px;
	padding-bottom: 16px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #74b914;
	border-right-color: #538c1f;
	padding-left: 35px;
	padding-right: 36px;
	color: #FFF;
	background-image: url(../../img/images/default_08.png);
	margin-left: -1px;
	cursor:default;
}

