/* menu styles */
.menu {
	font-family:	arial, verdana, sans-serif;
	font-size:	11px;
	font-weight: 600;
	padding:	0 8px;
	white-space:	nowrap;
	height: 25px;
 	cursor:defeault;
}
*html .menu ul li{
	padding: 5px 8px 0;
}


.menu li.top {display:block; float:left;}
.menu li a.top_link {display:block; float:left; height:25px; line-height:16px; color:#ffffff; text-decoration:none; padding:4px 0 0;}
.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;}
.menu li:hover {position:relative; z-index:200;}

/* 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%;}

/* Sub menu */
.menu :hover ul.sub {left:0; top:25px; color:#666666; background: #e8e5d8; padding:0; white-space:nowrap; width:auto; height:auto; z-index:300;}

.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:100%;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:auto; line-height:20px;padding:0 5px; color:#666666; text-decoration:none;}
.menu :hover ul.sub li a.fly {padding-right:16px; background: #e8e5d8 url(../images/menu/arrow.png) right center no-repeat;width:100%;}
.menu :hover ul.sub li a:hover {background:	#f3f2ec;}
.menu :hover ul li:hover > a.fly { padding-right:16px; background:#f3f2ec 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-left:auto; left:100%; top:-1px; background: #e8e5d8; white-space:nowrap; width:auto; z-index:400; height:auto;}

* 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;}
 /*
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;}