.horizontal_menu td { font-size: 11px; }

.horizontal_menu .menuSplit {
	overflow: hidden;
	background: #387b22 url(../img/menuSplit-bg.gif);
	font-size: 0;
	width: 1px;
}

.horizontal_menu .item1,
.horizontal_menu .item1:hover,
.horizontal_menu .item1-active,
.horizontal_menu .item1-active:hover {
    white-space: nowrap;
	display: block;
    position: relative;
	font-weight: bold;
	text-decoration: none;
	padding: 13px 11px;
	color: #fff;
	background: #121212 url(../img/main-menu-bg_hover.gif) repeat-x top center;
}

.horizontal_menu .item1 {
	background: none;
}


.horizontal_menu .item2,
.horizontal_menu .item2:hover,
.horizontal_menu .item2-active,
.horizontal_menu .item2-active:hover {
	white-space: nowrap;
	z-index: 500;
	display: block;
	position: relative;
	font-size: 11px;
	text-decoration: none;
	padding: 6px 15px;
	border-bottom: 1px solid #303030;
	color: #fff;
	background: #292929;
}

.horizontal_menu .item2 {
	color: #c2c2c2;
	background: #121212;
}

.horizontal_menu.arrow,
.horizontal_menu .arrow:hover {
    padding: 6px 8px 7px 8px;	
}
.horizontal_menu .item2 img,
.horizontal_menu .item2-active img{
    position: absolute;
    top: 12px;
    right: 4px;
    border: 0;
}
.horizontal_menu .section {
    border: 0;
	margin: 0;
	position: absolute;
    visibility: hidden;
    z-index: -1;
	text-align:left;
}

* html .horizontal_menu td { position: relative; } /* ie 5.0 fix */