


#mainMenus {
	height: 50px;
	margin-top: 1px;
}

#navigations {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #990000), color-stop(40%, #990000), color-stop(100%, #990000));
	/*background: -moz-linear-gradient(top, #990000, #990000, #990000); */
	background-color:#990000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width:100%;
}

#content {
	width: 750px;
	margin: 0 auto;
	background:#D1DFF3;
	margin-bottom: 25px;
	padding: 10px;
	text-align:justify;
}

ul {
	padding: 0;
}

ul li {
	list-style-type: none;
	display: inline;

}

ul li a {
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	padding: 10px 7px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition-property: color, background;
}

ul li a:hover {
	background: #fff;
	color: #333;
}

.default {
	width: 995px;
	height: 50px;
	box-shadow: 0 5px 20px #888;
	-webkit-box-shadow: 0 5px 20px #888;
	-moz-box-shadow: 0 5px 20px #888;
}

.stabled{
	position: fixed;
	top: -5px;
	box-shadow: 0 0 10px #222;
	-webkit-box-shadow: 0 0 40px #222;
	-moz-box-shadow: 0 0 40px #222;
	opacity:0.6;
	width:100%;
}

.stabled:hover{
	position: fixed;
	top: -5px;
	box-shadow: 0 0 10px #222;
	-webkit-box-shadow: 0 0 40px #222;
	-moz-box-shadow: 0 0 40px #222;
	width:100%;
	opacity:0.9;
}