/* CSS for two gor menu */

#menu-gor-left {
	float: left;
	height: 25px;
	width: 4px;
	background-image: url(images/second-menu-l-r.jpg);
}
#menu-gor {
	height: 25px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#menu-gor-senter {
	background-image: url(images/second-menu-c.jpg);
	background-repeat: repeat-x;
	height: 25px;
	float: left;
	width: 952px;
	text-align: center;
}
#menu-gor-right {
	background-image: url(images/second-menu-l-r.jpg);
	background-repeat: no-repeat;
	background-position: -4px top;
	float: left;
	height: 25px;
	width: 4px;
}
#menu-gor-senter ul {
	margin-left: 380px;
	list-style-type: none;
	margin-top: 6px;
}
#menu-gor-senter li {
	float: left;
	padding: 0px;
}
#menu-gor-senter a {
	background-image:url(images/second-menu-separat.jpg);
	background-repeat:no-repeat;
	display:block;
	height:19px;
	margin-left:-2px;
	margin-top:-5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	text-align:center;
	text-decoration:none;
	color: #333333;
	background-position: 0px 2px ;
	
	
}
#menu-gor-senter a:hover {
	background-color:#BCFEDB;
}
.button-menu-l {
	background-image: url(images/green-button-l-r.jpg);
	float: left;
	height: 55px;
	width: 8px;
	background-repeat: no-repeat;
}
.button-menu-c {
	background-image: url(images/green-button-c.jpg);
	float: left;
	height: 55px;
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.button-menu-r {
	float: left;
	height: 55px;
	width: 8px;
	background-image: url(images/green-button-l-r.jpg);
	background-position: -22px;
	background-repeat: no-repeat;
}
.button-menu-c img {
	margin-top: 12px;
}

