
#menu {
	padding-top: 0px;
	padding-left: 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
	height: 26px;
	/* background: #000 url(images/menu/background.gif) repeat-x; */
	position:relative; z-index:400;
	font-family: trebuchet ms, georgia, arial, verdana, sans-serif;
}


#menu li.top {
	display:block;
	float:left;
	height:26px;
	margin: 0px;
	padding: 0px;
}

#menu li a.top_link {
	display:block;
	float:left;
	height:26px;
	line-height:26px;
	color:#ccc;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	padding:0 0 0 0px;
	cursor:pointer;
	background: url(images/menu/background.gif);
}

#menu li a.top_link span {
	float:left;
	display:block;
	padding:0 14px 0 12px;
	height:26px;
	background: url(images/menu/background.gif) right top no-repeat;
}

#menu li a.top_link span.down {
	float:left;
	display:block;
	padding:0 14px 0 12px;
	height:26px;
	background: url(images/menu/arrowbutton_background-off.gif) no-repeat right top;
}

#menu li a.top_link span.up {
	float:left;
	display:block;
	padding: 0px 14px 0 12px;
	height:26px;
	background: url(images/menu/arrowbutton_background-off.gif) no-repeat right top;
}

#menu li:hover a.top_link {
	color:#fff;
	background: url(images/menu/button_background-on.gif) no-repeat;
}

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

#menu li:hover a.top_link span.down {
	background: url(images/menu/arrowbutton_background-on.gif) no-repeat right top;
}

#menu li:hover {
	position:relative; z-index:200;
}

#menu li:hover ul.upsub {
	left:1px;
	top:-65px;
	background: #000;
	padding:3px;
	border:1px solid #000;
	white-space:nowrap;
	width:110px; height:auto;
	z-index:300;
}

#menu li:hover ul.upsub2 {
	left:1px;
	top:-25px;
	background: #000;
	padding:3px;
	border:1px solid #000;
	white-space:nowrap;
	width:110px; height:auto;
	z-index:300;
}

#menu li ul.sub li a.over {
	background: #000 url(images/menu/arrow-on.gif) 90px 6px no-repeat;
}

#menu li:hover ul.sub {
	left:1px;
	top:26px;
	background: #000;
	padding:3px;
	border:1px solid #000;
	white-space:nowrap;
	width:110px; height:auto;
	z-index:300;
}

#menu li:hover ul.upsub li, #menu li:hover ul.upsub2 li,
#menu li:hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:110px;
	font-weight:normal;
}

#menu li:hover ul.upsub li a, #menu li:hover ul.upsub2 li a,
#menu li:hover ul.sub li a {
	display:block;
	font-size:11px;
	height:18px;
	width:108px;
	line-height:18px;
	text-indent:5px;
	color:#FFF;
	text-decoration:none;
	border: 1px solid #000;
}

#menu li ul.sub li a.over {
	background: #000 url(images/menu/arrow-on.gif) 90px 6px no-repeat;
}

#menu li:hover ul.upsub li a:hover, #menu li:hover ul.upsub2 li a:hover,
#menu li:hover ul.sub li a:hover {
	background:#333;
	color:#FFF;
	border-color:#000;
}

#menu li:hover ul.sub li a.over:hover {
	background:#333 url(images/menu/arrow-on.gif) 90px 6px no-repeat;
	color:#fff;
}

#menu li:hover li:hover ul,
#menu li:hover li:hover li:hover ul {
	left:110px;
	top:-4px;
	background: #000;
	padding:3px;
	border:1px solid #000;
	white-space:nowrap;
	width:110px;
	z-index:400;
	height:auto;
}

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

#menu li:hover li:hover a.over,
#menu li:hover li:hover li:hover a.over {
	background:#333 url(images/menu/arrow-on.gif) 90px 6px no-repeat;
	color:#fff;
	border-color:#000;
} 

#menu li:hover li:hover li a.over,
#menu li:hover li:hover li:hover li a.over {
	background:#333 url(images/menu/arrow.gif) 90px 6px no-repeat;
	color:#fff;
	border-color:#000;
} 

