/*author: Rumin Sergey*/
/*Copyright: CENTROARTS.com*/
/*e-mail: gr-x@mail.ru, support@centroarts.com*/
/*URL: http://www.centroarts.com*/

/* ----- TOP 2 HORIZONTAL MENU ----- */
#menue {
	height: 31px;
	background: #0075ed url(../images/menu_bg.png) top repeat-x;
	position: relative;
	overflow: hidden;
	}

#menue-left {
	height: 31px;
	background: transparent url(../images/menu_left.png) left top no-repeat;
	padding-left: 212px;
	position: relative;
}

#menue-right {
	height: 31px;
	background: transparent url(../images/menu_right.png) right top no-repeat;
	padding-right: 28px;
	position: relative;
}

#nav {
	display: block;
	background: transparent;
	height: 31px;
	}
   

#nav a:link, #nav a:visited {
	float:left;
	display: block;
	background: transparent url(../images/menu_link.png) right top no-repeat;
	padding: 0 15px;
	line-height: 31px;
	height: 31px;
	text-decoration:none;
	outline:none;
	color: #fff;
	font-weight: bold;
	}

#nav a:hover {
	background: #ff3d41 url(../images/menu_link.png) right bottom no-repeat;
	text-decoration:none;
	color: #fff;
	font-weight: bold;
	}

/*VERTICAL MENU BLUE BOX*/

/*Настройка блока вертикального меню*/
div.bluebox ul.navs		{list-style: none; padding: 0; margin: 0;}
div.bluebox ul.navs li	{background: none; padding: 0; margin: 0;}
div.bluebox ul.navs li a	{
	background: transparent url(../images/bluebox_vertmenu.png) top left no-repeat;
	font-weight: bold;
	color: #FFF;
	width: auto;
	margin: 0;
	padding: 0 5px 0 18px;
	height: 24px;
	line-height: 21px;
	display: block;
	overflow: hidden;
	outline: none;
	}

div.bluebox ul.navs li a:hover	{
	background: #ff515b url(../images/bluebox_vertmenu.png) bottom left no-repeat;
	color: #FFF;
	text-decoration: none;
	}

/*FOOTER MENU*/
#footmenu {
	position: absolute;
	top: 28px;
	width: 750px;
	color: #143c66;
	font-size: 10px;
	background: transparent url(../images/footmenu_line.png) left bottom no-repeat;
	height: 16px;
}

#footmenu a:link, #footmenu a:visited{
	color: #143c66;
	font-size: 10px;
}

#footmenu a:hover{
	color: #ff9000;
	font-size: 10px;
}

/*Searchmenu*/
.modnavi {
	font-size: 10px;
	overflow: hidden;
}

.modnavi, .modnavi .dleft, .modnavi .dright { height: 28px; }
.modnavi { background: #f5f5f5 url(../images/modnavi.png) repeat-x left -56px; }
.modnavi .dleft { padding-left: 5px; background: transparent url(../images/modnavi.png) no-repeat left -28px; }
.modnavi .dright { padding-right: 4px; background: transparent url(../images/modnavi.png) no-repeat right 0; }

.modnavi div div div {
	float: right;
	padding-top: 3px;
}

.modnavi span {
	float: left;
	height: 28px;
	background: transparent url(../images/modnavi_links.png) no-repeat left -56px;
	padding-left: 2px;
}

.modnavi a {
	float: left;
	height: 28px;
	background: transparent url(../images/modnavi_links.png) no-repeat right 0;
	padding: 0 7px 0 5px;
	line-height: 26px;
}

.modnavi a:hover {
	background: #fb797b url(../images/modnavi_links.png) no-repeat right -28px;
	color: #ffffff;
}
