.menu {
	padding:0 0 0 11px;
	list-style:none;
	height:0px;
	font-family:arial, verdana, sans-serif;
	margin: 0;
	
}
.menu li a {
color: #FFFFFF;
font-size:13px;
font-weight: bold;
}

.menu li.top {display:block; float:left; position:relative;}
.menu li a.top_link {
	display:block;
	float:left;
	height:36px;
	line-height:40px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
	padding:0 0 0 0px;
	cursor:pointer;
}
.menu li a.top_link span {float:left; font-weight:bold; display:block; padding:0 15px; height:40px;}
.menu li a.top_link:hover {color:#000; background: url(images/button4.gif) no-repeat;}
.menu li a.top_link:hover span {background:url(images/button4.gif) no-repeat right top;}

.menu li:hover > a.top_link {color:#fff; background: url(images/button4.gif) no-repeat;}
.menu li:hover > a.top_link span {background:url(images/button4.gif) no-repeat right top;}

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}

.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu :hover ul.sub {
	left:0px;
	top:37px;
	right:0px;
	background: #333;
	padding:0px;
	width:200px;
	height:auto;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
.menu :hover ul.sub li {display:block; height:35px; position:relative; float:left; width:200px; background:url('images/sub_sep.gif') bottom left no-repeat;}
.menu :hover ul.sub li a {font-weight:normal;display:block; font-size:12px; height:35px; width:200px; line-height:35px; text-indent:15px; color:#fff; text-decoration:none; }
.menu :hover ul.sub li a:hover {
	background:#6A5371;
	color:#000;
	text-indent: 15px;
}

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #000000; white-space:nowrap; width:93px; z-index:200; height:auto;}
