#top-nav{
	float:left;
	width:940px;
	margin-left:20px;
	height:21px;
	background:url(/files/0/top-nav.jpg) repeat-x;
}
#top-nav ul{
	float:left;
	margin:0px;
	padding:0px;	
	list-style-type:none;
	height:21px;
	background:url(/files/0/top-nav-bkg.gif) repeat-x;	
}
#top-nav ul li{
	float:left;
	width:98px;
	height:21px;
	margin-right:7px;
	background:url(/files/0/top-nav-inactive.gif) no-repeat;
	text-align:center;
	cursor:pointer;
}
#top-nav ul li a{
	line-height:20px;
	letter-spacing:-1px;
	font-size:11px;
	text-decoration:none;
	color:#ffffff;
}
#top-nav ul li.active{
	background:url(/files/0/top-nav-active.gif) no-repeat;
}
#top-nav ul li.hover{
	background:url(/files/0/top-nav-active-hover.gif) no-repeat;
}
#top-nav ul li.hover a{
	color:#ffffff;	
}

#left-nav{
    float:left;
}
#left-nav ul{
    list-style-type:none;
    margin:0px;
    padding:0px;    
}
#left-nav ul li{
    margin-bottom:5px;
}
#left-nav ul li a{
    font-size:12px;    
}
#left-nav ul li.active a{
    color:#94d0d0;    
}