﻿@charset "utf-8";
/* CSS Document  */
@import url(../../../css/import/fonts.css);

.ui-menu-item {
	width:217px;
	height: 54px;
	line-height:54px;
	cursor:pointer;
	text-align:left;
}
	.ui-menu-item-white {
		background-color:#FFF !important;	
	}
	.ui-menu-item-gray {
		background-color:#b3b3b3 !important;	
	}
	.ui-menu-item-selected {
		background-color:#424242 !important;	
	}
	.ui-menu-item span {
		color: #fff;
		font-size:14px;
		padding-left:20px;
		display:block;
	}
	
.ui-menu-top-holder {
	width: 100%;
	margin-top:-95px;
	margin-left:-27px;
	
}

.ui-menu-top {
	width:960px;
	height: 53px;
	margin-left:-1px;
}
	.ui-menu-item-top {
		float:left;
		margin-right:74px;
	}
		.ui-menu-item-top-hold {
			margin-left:15px;
			width:218px;
			background-color:#fff;
		}
		.ui-menu-top-close {
			width:200px;
		}
.ui-menu-top-next {
    width: 260px;
    height: 188px;
    position: absolute;
    z-index: -1;
    margin-top: -60px;
    margin-left: -5px;
    display: none;
    background: url(../images/shadow_nextpage.png) no-repeat 10px -4px;
}
.ui-menu-top-closed {
    width: 260px;
    height: 188px;
    position: absolute;
    z-index: -1;
    margin-top: -60px;
    margin-left: -5px;
    display: none;
    background: url(../images/ShadowStart.png) no-repeat 10px -4px;
}
		.ui-menu-item-top img {
			cursor:auto !important;	
		}
		.ui-menu-top-closed-small {
			width:238px;
			height: 188px;
			position:absolute;
			z-index:-1;
			margin-left:-5px;
			margin-top:-60px;
			/* background:url(../../../images/site/shadow_closed_menu_small.png) no-repeat -6px -4px; */
		}
		
		.ui-menu-item-top img {
			position:relative;
			z-index:5;
			width:218px;
			margin-left:15px;
			display:none;
		}
.ui-menu-item-top span {
    display: block;
}
	.ui-menu-item-top1 {
		color: #b3b3b3 !important;	
		background:url(../images/top1_up.jpg) no-repeat 185px 22px;
	}
		.ui-menu-item-top1-active {
			background:url(images/top1_down.jpg) no-repeat 185px 22px !important;
		}
	
	.ui-menu-item-top2 {
		color: #666666 !important;
		background:url(images/top2_up.jpg) no-repeat 185px 22px;
	}
		.ui-menu-item-top2-active {
			background:url(images/top2_down.jpg) no-repeat 185px 22px !important;
		}
	
	.ui-menu-item-top3 {
		color: #00b0e5 !important;
		background:url(../../images/top3_up.jpg) no-repeat 185px 22px;
	}
		.ui-menu-item-top3-active {
			background:url(../images/top3_down.jpg) no-repeat 185px 22px !important;
		}

			
		#ui-menu-bottom-1 {
			margin-left: 1px;
			background:url(images/bottom1_up.jpg) no-repeat 161px 21px #00b0e5;
		}
			.ui-menu-bottom-1-active {
				background:url(images/bottom1_down.jpg) no-repeat 161px 21px #00b0e5 !important;
			}
		
		#ui-menu-bottom-2 {
			background:url(images/bottom2_up.jpg) no-repeat 161px 21px #b3b3b3;
		}
			.ui-menu-bottom-2-active {
				background:url(images/bottom2_down.jpg) no-repeat 161px 21px #b3b3b3 !important;
			}
		
		#ui-menu-bottom-3 {
			background:url(images/bottom3_up.jpg) no-repeat 161px 21px;
		}
			.ui-menu-bottom-3-active {
				background:url(images/bottom3_down.jpg) no-repeat 161px 21px #424242 !important;
			}
		
			.ui-menu-top-items {
				width:200px !important;
				display:none;
				position:absolute;
				z-index:999999;
				margin-left: 15px;
				margin-top:-1px;
			}
			.ui-menu-top-items ul a {
				text-decoration:none;
			}
				.ui-menu-top-items ul {
					list-style:none;
					margin-top:0px !important;
					width:179px;
					margin-left:-3px;
				}
				.ui-menu-top-items div {
					width:250px;
					margin-left:-15px;

					background: url(images/menu_shadow_repeat.png) none repeat-y 5px 0px;
				}
					.ui-menu-top-items ul li {
						height:47px;
						width:178px;
						line-height:47px;
						margin-left:-39px;
						padding-left: 40px;
						background-color:#fff;
						color: #666666;
						text-align:left;
						border-bottom: solid 1px #ccc;
					}
			.ui-menu-top-normal {
				margin-left:-20px !important;
				width:180px !important;
			}
					.ui-menu-top-items-sized {
						border-bottom: solid 1px #ccc !important;
					}
					.ui-menu-top-items-sized div{
						line-height:20px !important;
						width:180px !important;
						margin-left:-20px !important;
						padding-top: 4px;
					}
						
						.ui-menu-top-items ul li:hover {
							background-color:#00b0e5;
							color: #fff !important;
						}
						.ui-menu-none:hover {
							background-color:#fff !important;
							color: #fff !important;
							cursor: auto;
						}
					.ui-menu-top-last-item {
						height: 0px !important;
						width:175px !important;	
						border-bottom: solid 0px #ccc !important;		
					}
						.ui-menu-top-last-item div {
							margin-left:-50px !important;
							position:absolute;
							height:14px;
							width:237px;
							background: url(images/menu_shadow_bottom.png) none no-repeat -1px -0.1em #fff;
							
						}
						
				.ui-menu-top-footer {
					border: dotted 1px #ff0000;
					width: 100%;
					height: 14px;
				}

.ui-menu-bottom-holder {
	position:absolute;
	z-index:1;
	width:100%;
	margin-top:-54px;
}
.ui-menu-bottom {
	width:960px;
	border: dotted 0px #ff0000;
	height: 54px;
}
	.ui-menu-item-bottom {
		float:left;
		margin-right:74px;
		/*
		 -moz-box-shadow: 	0 0 5px #888;
		-webkit-box-shadow: 0 0 5px #888;
		box-shadow: 		0 0 5px #888;
		*/
	}