/*----Menus----*/
#top-menu {
	height: 30px;
	background: #000;
	text-align: center;
	float:left; 
	width:100%; 
	overflow:hidden;
}
#top-menu ul {
	margin: 0 0 0 10px;
	overflow: hidden;
}
#top-menu li {
	float: left;
	background: url(images/menu-dot.gif) no-repeat left center;
	margin: 0 17px 0 -20px;
	padding: 0 20px 0 23px;
}
.dot {
	background: url(images/menu-dot.gif) no-repeat center center;
	width: 5px;
	height: 30px;
}
#top-menu li a {
	color: #fff;
	padding: 4px 0;
	display: block;
	text-decoration: none;
}
#top-menu li a:hover {
	text-decoration: none;
	background: url(images/active.gif) repeat-x center bottom;
}
#top-menu .current_page_item a {
	background: url(images/active.gif) repeat-x center bottom;	
}
