﻿@charset "utf-8";

.menu {
	font-size:12px;
	width:239px;
	padding-left:1px;
	background:#F1DA82;
	padding-bottom:0px;
	float:left;
	z-index:500;
}
.menu ul {
	background:transparent;
	float:left;
}
.menu ul ul {
	width:174px;
}
.menu ul li {
		float:left;
	display:block;
	width:238px;
	height:24px;
	line-height:24px;
	border-top:1px solid #F1DA82;
	font-weight:bold;
	background:#ffffff url(images/menu_arrow_bg.gif) no-repeat -20px -101px;
	-overflow:hidden
}
.ss li a:hover {
	border-top:1px solid #a6a6a6;
	margin-top:-1px;
}
.menu ul ul li {
background:#ffffff url(images/menu_arrow_bg.gif) no-repeat 0px -81px;
	display:block;
	width:200px;
	height:auto;
	line-height:140%;
	border:0;
	font-weight:normal;
	padding:2px 0 2px 20px;
	border-right:2px solid #a6a6a6;
}
.menu ul ul .b_top {
	background:#ffffff url(images/menu_arrow_bg.gif) no-repeat 0px -52px;
	border-top:1px solid #a6a6a6;
	border-right:2px solid #a6a6a6;
	padding-top:10px;
}
.menu a, .menu a:visited {
	display:block;
	float:left;
	height:100%;
	width:240px;
	font-size:1em;
	text-decoration:none;
	color:#000;
	padding:0;
	text-indent:0.8em;
}
.menu ul ul li a, .menu ul ul li a:visited {
	display:inline;
	color:#000;
	background:none;
	text-indent:0;
	width:auto;
}
.menu ul ul li a:hover {
	color:#069;
	background:none;
	text-decoration:underline;
	border:0;
	margin:0
}
.menu ul ul :hover > a {
	color:#069;
	background:none;
	text-decoration:underline;
	border:0;
	margin:0
}
.menu table {
	border-collapse:collapse;
	padding:0;
	margin:-1px;
	width:0;
	height:0;
	font-size:1em;
	z-index:1;
}
* html .ss a:hover {
	color:#000;
	position:relative;
	z-index:100;
	text-decoration:none;
	background:#fff url(images/menu_arrow_bg.gif) no-repeat -1px -130px;
}



.menu li:hover {
	position:relative;
}
.ss :hover > a {
	color:#000;
	background:#fff url(images/menu_arrow_bg.gif) no-repeat -1px -130px;
}



.menu ul ul {
	position:absolute;
	height:0;
	top:-1000px;
	left:200px;
	width:225px;
	padding-bottom:4px;
	height:auto;
	background:url(images/menu_arrow_bg.gif) no-repeat 0 100%;
	z-index:1000
}
.menu ul :hover ul {
	top:-1px;
}





ul {
	margin:0;
	padding:0;
	list-style:none;
}





.menu ul :hover ul ul {
	top:-1000px;
}

.menu ul :hover ul :hover ul{
	top:-1px;
}

.menu ul ul ul {
	position:absolute;
	height:0;
	top:-1000px;
	left:150px;
	width:225px;
	padding-bottom:4px;
	height:auto;
	background:url(images/menu_arrow_bg.gif) no-repeat 0 100%;
	z-index:1000
}

.menu ul :hover a, .menu ul :hover a:visited {
	height:100%;
	width:240px;
}

.menu ul ul ul .b_top {
	display:block;
	width:200px;
	height:auto;
	line-height:140%;
	border:0;
	font-weight:normal;
	padding:2px 0 2px 20px;
	border-right:2px solid #a6a6a6;
	background-position:0 -76px;
	background-color:#fff;
	border-top:1px solid #a6a6a6;
	padding-top:10px;	
}

