#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	left: 100px;
}

#nav-menu li
{
	margin: 0;
	padding: 0;
	vertical-align: top;
	float: left;
	font-size: 9px;
}




#nav-menu li a
{
	color: #613D5E;
	height: 40px;
	width: 120px;
	display: block;
	text-decoration: none;
	float: left;
	background-image: url(../Templates/perles_css_images/Untitled-2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
	text-align: center;
	padding-top: 12px;
}




#nav-menu
{
	padding-top: 20px;
	height: auto;
	float: none;
	bottom: 3%;
	margin-top: 20px;
	left: 0px;
	margin-left: 1px;
}
#nav-menu li a:hover {
	background-image: url(perles_css_images/Untitled-1.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	width: 120px;
	padding-left: 0px;
}
.body_center {
	float: none;
	background-color: #cccccc;
	width: 100%;
	
}
.top {
	float: none;
	clear: both;
}
