Untitled

                Never    
CSS
       
div.glav_menu{
	margin-left: -10px;
	margin-right: -8px;
	margin-top: -10px;
	border: 5px solid #272727;
	background-color: #272727;
	min-height: 80px;
}
a:hover{
	text-decoration: underline;
}
ul{
	margin-left: 300px; 
}
a{
	font-size: 25px;
	color: white;
	text-decoration: none;
}
img{
	float: left;
}
li{
	list-style-type: none;
	float: left;
}
a#panel1{
	margin-left: 140px;
	color: white;
	font-size: 30px;
	text-decoration: none;
}
a#p2{
	margin-left: 50px;
	color: white;
	font-size: 30px;
	text-decoration: none;
}
a#p3{
	margin: 50px;
	color: white;
	font-size: 30px;
	text-decoration: none;
}

Raw Text