div#topbar {
	background:url(nav-bg.jpg)  top left repeat-x;
	border:none;
	color:#000;
	height:16px;
	border-bottom:4px solid #000;
	
}
div#topbar a { color:#eee; }

li.current_page_item a { background:url(nav-current.jpg)  center bottom no-repeat; padding-bottom:1em;}
li#title-menu a { }

div#minibar 

a:link { 
	color: #6600FF;
	}
a:visited { 
	color: #000066;
	}
a:hover { 
	color: #CC3300;
	background-color: none;
	text-decoration: none;
	}
a:active { 
	color: #3300FF;
	}
