/*Верхнее выпадающее меню*/	
.dropdown_menu  {
        padding: 0;
        margin: 0;
        font-size: 14px;
        font-family: "Century Gothic";
		list-style-type: none;text-align: center;
        }
.dropdown_menu li:last-child{
	}
.dropdown_menu  li {
	list-style: none;
	 font-family: "Century Gothic";
	float: left;
	height: 28px;
	padding: 0;
	margin: 0;
	width: 129px;
	text-align: center;
	background: url(../images/2.png) no-repeat 23px 0px;
	position: relative;
	padding-top: 13px;
	left: 0px;
        }
		
.dropdown_menu  li ul {
	 font-family: "Century Gothic";
        list-style: none;
        padding: 0;
        margin: 0;
        width: 150px;
        display: none;
        position: relative;
        left: 0;
        top: 0px;text-align: left;
        }
.dropdown_menu  ul li {
	 font-family: "Century Gothic";
        float: none;
        height: 21px;
        margin: 0;
        width: 129px;
        text-align: left;
        background: #d4d4d4;
		z-index: 1000;
		position: relative;
		padding-top:7px;
		padding-bottom:4px;
		list-style: none;
		float: left;
        }
.dropdown_menu  a {
	 font-family: "Century Gothic";
        display: block;
        height: 28px;
        color: #575757;
        text-decoration: none;text-align: center;
		
		
		
        }
		
.dropdown_menu ul li  a {
	 font-family: "Century Gothic";
        display: block;
        height: 21px;
        color: #575757;
        text-decoration: none;
		text-align: left;
		
		
        }
.dropdown_menu :hover ul, #menu li.jshover ul {
	 font-family: "Century Gothic";
	 
        display: block;
        }
.dropdown_menu :hover, #menu li.jshover {
	 font-family: "Century Gothic";
        background: #ebc200;
		color:#ffffff;
        }
		
/*Нижнее меню*/
#link:hover {
	color:#ebc200;}      
#link{
	font-family:"Century Gothic";
	font-size:14px;
	color:#ABABAB;
	position:relative;
	top:18px;
	float:right;
	right:45px}
