
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style :none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#mains{
	width: 100%;
	margin-left: -20px;
	display: inline-block;
}
ul.containers{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
li.menus{
	width: 100%;
	text-align: right;
	display: inline-block;
	margin-top: 15px;
}

li.buttons a{
	width: 90%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 21px;
}
li.buttons a:hover{
	text-decoration: none;
}

li.button a.box1, li.button a.box2, li.button a.box3, li.button a.box4, li.button a.box5, li.button a.box6{
	color :#ccc;
	margin-left: -50px;
}
.dropdown{
	width: 100%;
	display: none;
	margin-left: 20px;
	text-align: center;
	color: yellow;
}
.dropdown li{
	/*background: url(../img/point.png);*/
	background: #3d0b5a;
	height: 50px;
	/*border: 1px solid #ccc;*/
	color: yellow;
	margin: 5px 0;
	padding: 10px 18px;
}
