/*
	Copyright © Eleanor CMS
	URL: http://eleanor-cms.ru, http://eleanor-cms.com
	E-mail: support@eleanor-cms.ru
	Developing: Alexander Sunvas*
	Interface: Rumin Sergey
	=====
	*Pseudonym. See addons/copyrights/info.txt for more information.
*/

/*menuhead - Верхнее основное меню*/
#menuhead span {
	float: left;
	height: 35px;
	padding-left: 2px;
}

#menuhead span a, #menuhead span a b { float: left; height: 35px; }
#menuhead span a {
	text-align: center;
	color: #fed202;
	text-decoration: none !important;
	background: none;
}

#menuhead span a b {
	line-height: 35px;
	cursor: pointer;
	padding: 0 17px 0 15px;
}

#menuhead span a:hover { color: #FFF; background: #2e3c8b; }


/*footmenu - нижнее меню*/
#footmenu span {
	float: left;
	height: 22px;
	padding-left: 2px;
}

#footmenu span a, #footmenu span a b { float: left; height: 22px; }
#footmenu span a {
	text-align: center;
	color: #ffffff;
	text-decoration: none !important;
	background: none;
	font-size: 0.9em;
}

#footmenu span a b {
	line-height: 22px;
	cursor: pointer;
	padding: 0 13px 0 11px;
	font-weight: normal;
}

#footmenu span a:hover { background: #6296d4; }

/*language*/
.language { position: absolute; top: 8px; right: 28px; display: block; }
.language a, .language a b { float: left; height: 19px; }
.language a {
	text-align: center;
	color: #cbdff8;
	text-decoration: none !important;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 17px;
	margin-left: 2px;
}

.language a b {
	cursor: pointer;
	padding: 0 7px 0 7px;
}

.language a:hover { color: #fff; }
.language a:hover b { }