
#nav {
	padding:0;
	margin:0;
	list-style:none;
	height:38px;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	background-image: url(three_0.gif);
	background-repeat: repeat-x;
}

#nav li.top {display:block; float:left;}

#nav li a.top_link {
	display:block;
	float:left;
	height:35px;
	line-height:33px;
	color:#FFF200;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 12px;
	cursor:pointer;
	background: url(three_0.gif);
}

#nav li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:35px; background: url(three_0.gif) right top no-repeat;}

#nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:35px; background: url(three_0a.gif) no-repeat right top;}

#nav li:hover a.top_link {
	color:#FFF;
	background: url(three_1.gif) no-repeat;
}

#nav li:hover a.top_link span {background:url(three_1.gif) no-repeat right top;}

#nav li:hover a.top_link span.down {background:url(three_1a.gif) no-repeat right top; padding-bottom:3px;}


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

#nav li:hover ul.sub
{
	left:1px;
	top:38px;
	padding:3px;
	border:2px ridge #FFF;
	white-space:nowrap;
	width:145px;
	height:auto;
	z-index:300;
	background-color: #FFF200;
}

#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:140px; font-weight:normal;}

#nav li:hover ul.sub li a
{
	display:block;
	font-size:11px;
	height:18px;
	width:145px;
	line-height:18px;
	text-indent:5px;
	color:#000;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}



#nav li:hover ul.sub li a:hover 
{
	color:#FFF;
	background-color: #D50000;
	border color: #333;
}


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


#nav li b {
	display:block;
	font-size:12px;
	height:18px;
	width:145px;
	line-height:18px;
	margin-bottom:3px;
	text-indent:6px;
	color:#C00;
	cursor:default;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}

