.menu *{
	zoom:1;
}


.menu {
	left:37px;
	top:170px;
}
.menu-item_holder, .menu-item_holder-first, .menu-item_holder-last {
	display:block;
	float:left;
	height:40px;
	position:relative;
	background:url("../images/layout/menu/separator.png") no-repeat 0 0;
	z-index:100;
}
.menu-item_holder-first {
	background:none;
}
.menu-item {
	display:block;
	float:left;
	height:40px;
	line-height:40px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 16px 0 13px;
	background:url("../images/layout/menu/separator.png") no-repeat 100% -40px;
}
.menu-item_holder-last .menu-item {
	background:none;
}

.menu-item:hover, .menu-item-current .menu-item {
	background:url("../images/layout/menu/bg-hover.png");
	color:#fff;
}

.submenu {
	position:absolute;
	top:40px;
	left:0;
	width:245px;
	z-index:100;
}

.submenu-item_holder, .submenu-item_holder-last {
	border-top:#97cadd solid 1px;
	z-index:100;
}
.submenu-item_holder-first {
	border-top:0;
	z-index:100;
}

.submenu-item {
	display:block;
	z-index:100;
	cursor:pointer;
}

.submenu-item:hover {
	color:#fff;
	z-index:100;
}

.submenu-item-content {
	display:block;
	padding:9px 13px 9px 25px;
	background:#7ebdd4 url("../images/bullets/arrow-default-right.png") no-repeat 13px 15px;
	z-index:100;
	
}

.submenu-item:hover .submenu-item-content {
	background:#5a7591 url("../images/bullets/arrow-hover-right.png") no-repeat 13px 15px;
	z-index:100;
}

.submenu-item_holder-last .submenu-item-content {
	padding-bottom:0;
	z-index:100;
	
}

.submenu-item-bottom {
	display:block;
	height:9px;
	width:100%;
	overflow:hidden;
	z-index:100;
}

.submenu-item-bottom-cs {
	display:block;
	height:18px;
	width:100%;
	background:url("../images/layout/submenu/cs.png");
	z-index:100;
}

.submenu-item_holder-last .submenu-item:hover {
	border-top:#5a7591 solid 1px;
	z-index:100;
}

.submenu-item_holder-last .submenu-item:hover .submenu-item-content {
	padding-top:8px;
	z-index:100;
}

.submenu-item_holder-last .submenu-item:hover .submenu-item-bottom-cs {
	margin-top:-9px;
	z-index:100;
}


