/*----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;
//	font-size: 0.8em;
	list-style-type: disc;
	list-style-image: url(../images/menu-dot.gif);
}
#top-menu li {
	float: left;
//	background: url(../images/menu-dot.gif) no-repeat left center;
	list-style-image: url(../images/menu-dot.gif);
	font-size: 1.2em;
	margin: 0 17px 0 0px;
	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;	
}
