/* menu styles */
.menu {
	font-family:	arial, verdana, sans-serif;
	font-size:	11px;
	font-weight: 600;
	padding:	0 8px;
	text-align:center;
	margin: 3px auto 0;
	white-space: nowrap;
	height: 14px;
 	cursor:defeault;
}
*html .menu {
	padding-top: 5px;
}

*html .menu ul li{
	padding: 3px 8px 0;
}
html* .menu {
	margin-top: 0px;
}


.menu li.top {display:block; padding:0 8px; float:left;}
.menu li a.top_link {display:block; float:left; height:14px; line-height:12px; color:#ffffff; text-decoration:none; padding:4px 0 0; text-align:center;}
.menu li a.top_link span {float:left; display:block; padding:0 10px 0 4px; height:25px;}
.menu li a.top_link span.down {float:left; display:block; padding:0 10px 0 4px; height:25px;}
.menu li a.top_link:hover {color:#fff;}

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible; position:relative; z-index:200; text-decoration:underline;}
.menu li:hover {position:relative; z-index:200; text-decoration:none;}

/* keep the 'next' level invisible by placing it off screen. */
.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; width:100%; text-decoration:none}

/* Sub menu */
.menu :hover ul.sub {left:0; top:21px; background: #34402E; white-space:nowrap; width:auto; height:auto; z-index:300; text-align:center; margin:auto;}

.menu :hover ul.sub li {display:block; height:20px; width:100%;text-align:center; margin: 0 auto; font-size:90%;}
.menu :hover ul.sub li a {display:block; height:20px; width:auto; line-height:20px;color:#99CC99; text-decoration:none; padding:0 3px;}
.menu :hover ul.sub li a.fly {padding-right:16px; background: #34402E url(../images/menu/arrow.png) right center no-repeat;width:100%;}
.menu :hover ul.sub li a:hover {color:#FFFFFF; background: #336600; text-align:center; padding:0}
.menu :hover ul li:hover > a.fly { padding-right:16px; color:#FFFFFF; background: #006600 url(../images/menu/arrow.png) right center no-repeat; width:auto;} 

.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
{ margin:auto; left:100%; top:-1px; background:  #34402E; white-space:nowrap; width:auto; z-index:400; height:auto; text-align:center}

* html .menu :hover ul.sub {text-align:center; margin:auto; left:0; margin-top:4px; color:#666666; background: #34402E; padding:0; border-bottom:1px solid #996600; white-space:nowrap; width:auto; height:auto; z-index:300;}
* html .menu :hover ul :hover ul,
* html .menu :hover ul :hover ul :hover ul,
* html .menu :hover ul :hover ul :hover ul :hover ul,
* html .menu :hover ul :hover ul :hover ul :hover ul :hover ul
{ margin-left:184px; left:100%;width:100%px;}
* html .menu :hover ul.sub li a.fly {margin-top:-5px; padding-right:2px; background: #34402E url(../images/menu/arrow.png) right center no-repeat;width:180px;}
 /*
html * .menu :hover ul.sub {left:0; margin-top:4px; color:#666666; background: #e8e5d8; padding:0; border-bottom:1px solid #996600; white-space:nowrap; width:auto; height:auto; z-index:300;}
html * .menu :hover ul :hover ul,
html * .menu :hover ul :hover ul :hover ul,
html * .menu :hover ul :hover ul :hover ul :hover ul,
html * .menu :hover ul :hover ul :hover ul :hover ul :hover ul
{ margin-left:184px; left:100%;width:100%px;}
html * .menu :hover ul.sub li a.fly {margin-top:-5px; padding-right:2px; background: #e8e5d8 url(../images/menu/arrow.png) right center no-repeat;width:180px;}
*/
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{ background: #f3f2ec;width:auto;}