/*body {
 
	font: normal 13px Verdana, sans-serif;
	color: #222;
}

#header {
	background: #0F1620 url(bg.jpg) no-repeat top center;
	width: 100%;
	height: 120px;
	border: solid #0F1620;
	border-width: 3px 0 3px 0;
} */

#navi {
	margin-top:; margin-right:; width:100%; height:100; overflow:auto;
}

#menu {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #426d9c), color-stop(40%, #0f67a1), color-stop(100%, #1384d1));
	background: -moz-linear-gradient(top, #69c, #426d9c, #426d9c);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 1px;

	line-height: 20px;
	text-align: center;
	margin: 0 auto; margin-bottom: ;
	padding: 8;
	z-index:1; opacity:0.5;  transition: background 0.2s ease;
	background:#00aa88
}

#menu:hover{opacity:1;}

/*
#content {
	width: 750px;
	margin: 0 auto;
	margin-bottom: 25px;
	padding: 30px 0;
	text-align: left;
} */

.pop_aut {
	padding: 0;
}

.pop_aut li {
	list-style-type: none;
	display: inline;
	margin-right: 15px;
}

.pop_aut li a {
	color: #fff;
	text-decoration: none;
	padding: 3px 5px;

	text-shadow: 1px 1px 1px #000;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
}

.pop_aut li a:hover {
	background: #01458e;
	color: #ff0;
	color: red;
	background: #fff;
	
	text-shadow: 0px 0px 0px #000;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
}

.default {
	width:  auto;
	height: auto;
 border:0px solid black; 

 margin-bottom: 0%;
	-webkit-box-shadow: 0 5px 20px #888;
	-moz-box-shadow: 0 5px 20px #888;
	box-shadow: 0 5px 10px #000;
}

.fixed {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%; 
 border:0px solid black;
	g-webkit-box-shadow: 0 0 40px #222;
	-moz-box-shadow: 0 0 40px #222;
	bbox-shadow: 0 0 20px #222;}
	
.menu_pick{background: #01458e;
	color: #ff0;
	color: red;
	background: #fff; 
	padding:0.75%;
	opacity:1;
	text-shadow: 0px 0px 0px #000;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;}