
header#header h1, h2, h3 {
 text-align: center;
}
/* Header Style */
header#header{
/*	height:130px;*/
/*	line-height:64px;*/
	font-size:13px;
	z-index:4;
	width: 600px;
	margin: auto;
	border-bottom: 3px solid #fff;
}
header#header a h1 {
 background: url('../img/logo.jpg') no-repeat 24px 0;
 height: 120px;
 line-height: 70px;
 font-size:44px;
}
header#header a h2 {
 top: -64px;
 font-size: 22px;
}
header#header a h3 {
 top: -60px;
 font-size: 16px;
}

header#header a{
 text-indent: 140px;
/*	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	text-align:right;*/
}
header#header nav a:hover{
	color: #555;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	position:absolute;
	right:4px;
}

header#header nav#main_menu {
 top: -30px;
}
header#header nav#main_menu ul li {
 display: inline-block;
 width: 140px;
 text-align: center;
 border: 1px solid #A77;
 margin: 2px 4px;
 background-color: #fff;
}
header#header nav#main_menu ul li:hover {
 background-color: #eee;
}
header#header nav#main_menu ul li:active {
 background-color: #aaa;
}
header#header nav#main_menu ul li a {

}
header#header nav#main_menu ul li.firstItem {
 border-radius: 20px 0 0 6px;
}
header#header nav#main_menu ul li.lastItem {
 border-radius: 0 20px 6px 0;
}

.header ul#ac_menu {
	width: 510px;
	margin: auto;
	display: block;
}

.header ul#ac_menu li {
	width: 120px;
	height: 34px;
	background-color: #473;
	background: linear-gradient(0deg, #AADD99 0, #447733  20px);
	display: inline-block;
	text-align: center;
	line-height: 34px;
	border: 1px solid #473;
	border-radius: 6px;
}
.header ul#ac_menu li:hover {
	background-color: #695;
	background: linear-gradient(0deg, #AADD99 0, #669955  20px);
}
.header ul#ac_menu li:active {
	background-color: #f00;
	background: linear-gradient(0deg, #700 0, #f00  20px);
}
.header ul#ac_menu li a {
}
.active {
 color: #a00;
}

nav#main_menu ul ul {
    position: absolute;
    right: -1px;
    visibility: hidden;
}
nav#main_menu ul ul li {
    margin-right: 0 !important;
}
 
nav#main_menu ul li:hover ul{
    visibility: visible;
}

nav#main_menu ul li ul li:hover {
    background-color: #888;
}
