#subnav { 
	position:absolute; 
	top:15px; 
	left:15px; 
	z-index:1;
	}
	
#subnavtop {
	background:url(../images/top.png);
	width:165px;
	height:2px;
}

#subnavmid {
	background:url(../images/mid.png) repeat-y; 
	width:163px;
	padding-left:2px;
}

#subnavmid a {
	display:block;
	background:url(../images/dot.gif) no-repeat 14px 12px;
	padding:8px 3px 9px 26px;
	width:130px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#1f5d00;
	text-decoration:none;
}

#subnavmid a:hover, #subnavmid a.active {
	background-color:#339900;
	color:#FFFFFF;
}

#subnavbot {
	background:url(../images/bot.png); 
	width:165px;
	height:5px;
}
