@charset "utf-8";
/* CSS Document */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/anywidth-flyout2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {
	width:176px;
	height:349px;
	margin:0 auto;
	position:relative;
	left:17px;
	top:-10px;
	z-index:200;
}
#menu ul {
	list-style:none;
	white-space:nowrap;
	text-align:left;
	background:url(trans.gif);
	margin:0;
	padding:10px 20px 10px 0;
/*	padding:10px; */
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
}
#menu li {
	display:inline-block;
	display:inline;
}
#menu ul {
	position:absolute;
	left:-9999px;
}
#menu ul.level1 {
	position:absolute;
	left:0;
}
#menu a {
	display:block;
	font:normal 11px verdana, arial, sans-serif;
	color:#fff;
	line-height:26px;
	text-decoration:none;
	padding:0 20px 0 0;
	background:url(tab-right.gif) no-repeat right top;
/*	margin-bottom:3px; */
	letter-spacing: 1px;
}
/*
#menu ul ul a {
	background:url(tab2-right.gif) no-repeat right top;
}
#menu ul ul ul a {
	background:url(tab3-right.gif) no-repeat right top;
}
*/
#menu a b {
	display:block;
	line-height:26px;
	padding:0 0 0 11px;
	background:url(tab-left.gif) no-repeat left top;
	font-weight:normal;
}
/*
#menu ul ul a b {
	background:url(tab2-left.gif) no-repeat left top;
}
#menu ul ul ul a b {
	background:url(tab3-left.gif) no-repeat left top;
}
*/
#menu ul li:hover > ul {
	visibility:visible;
	left:100%;
	margin-left:-20px;
	margin-top:-36px;
}
#menu a:hover ul, #menu a:hover a:hover ul, #menu a:hover a:hover a:hover ul {
	left:100%;
	visibility:visible;
}
#menu a:hover ul ul, #menu a:hover a:hover ul ul {
	left:-9999px;
}
#menu li a.fly {
	background: url(tab-arrow.gif) no-repeat right top;
}
/*
#menu ul ul li a.fly {
	background: url(tab2-arrow.gif) no-repeat right top;
}
#menu ul ul ul li a.fly {
	background: url(tab3-arrow.gif) no-repeat right top;
}
*/
#menu li a:hover {
	background-position:right bottom;
	color:#800;
	white-space:nowrap;
}
#menu li a:hover b {
	background-position:left bottom;
}
#menu li:hover > a {
	background-position:right bottom;
	color:#920;
}
#menu li:hover > a > b {
	background-position:left bottom;
}
#menu a:hover ul li a b, #menu a:hover ul a:hover ul li a b, #menu a:hover ul a:hover ul a:hover ul li a b {
	background:url(tab-left.gif) no-repeat left top;
}

#menu a:hover ul li a:hover b, #menu a:hover ul a:hover ul li a:hover b, #menu a:hover ul a:hover ul a:hover ul li a:hover b {
	background-position:left bottom;
}
#menu table {
	position:absolute;
	left:99%;
	height:0;
	width:0;
	border-collapse:collapse;
	margin-top:-37px;
	margin-left:-20px;
}
