

/* CSS Document */



.top_menu ul
{
	list-style:none;
	float:left;
	border: 1px dashed;
	padding: 2%;
	/*width:95%;*/
	margin-left: 28%;
	margin-right: 20%;
}

.top_menu ul li
{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	background: #6633CC;
	padding:5px;
	border-radius: 5%;
}
.top_menu ul li a
{
	color: #FFFFFF;
	text-decoration:none;
}
.top_menu ul li a:hover
{
	color: #99FF00;
}

