#header .sites_links li.active a {
	background: #f0f8ef;
	padding-bottom: 6px;
	border: 2px solid #7ac073;
	border-bottom: none
}

#top_line #nav a {
	font-size: 12px !important;
}

#menu {
    background: url("../images/bg.menu_green.png") no-repeat 0 0;
}

#menu ul li {
	width: auto;
	margin-top: 3px;
}

#menu ul li a {
	padding: 0 15px;
	font-size: 14px;
	line-height: 32px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}



.tabs,
.tabs2 {
	border-bottom-color: #79c072
}

.tabs li,
.tabs2 li {
	border-color: #79c072
}

.tabs li.active a,
.tabs2 li.active a {
	color: #457b1e
}

.catalog_menu ul li.active a,
.opened_submenu ul li.active a {
	background: #f0f8ef;
	border: 2px solid #7ac073;
	border-bottom: 2px solid #f0f8ef;
}

.opened_submenu {
	border-bottom: 2px solid #7ac073;
	border-top: 2px solid #7ac073;
	background: #f0f8ef;
	top: -2px;
	position: relative;
}

.opened_submenu .heading strong {
	background: #f0f8ef
}

.info_line {
	background: url(../images/bg.info_line_green.png) no-repeat 0 0;
}

.tabbed3  .body2 {
	border-right: 2px solid #7ac073;
}


/*    multiselect   */
.ui-widget-header {
border: 1px solid #658ecd;
background: #e2fae0 url(../images/ui-bg_gloss-wave_35_f6a828_500x100_green.png) 50% 50% repeat-x;
color: #ffffff;
font-weight: bold;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #7ac073;
	background: #e2fae0;
	font-size:11px;
	color: #000;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #7ac073;
	background: #e2fae0;
	color: #000;
}

.sticky {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2db300', endColorstr='#2db300')";/* IE */
	-pie-background: linear-gradient(#2db300, #2db300 100%);/* IE */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #2db300),color-stop(1, #2db300));/* IE6,IE7 */
	background: #2db300; /* Old browsers */
	background: -moz-linear-gradient(top, #2db300 0%, #2db300 100%); /* FF3.6+ */
}
	
#header .sites_links li a:hover {	
	border: 2px solid #7ac073;
	color:#7ac073;
	transition: all 0.5s;
}

.menu_holder a:hover { color:#7ac073;text-decoration:underline;transition: all 0.5s; }