@charset "utf-8";
/* CSS Document */
#btmenu {
	color: #FFFFFF;
	height: 200px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	position: absolute;
	margin-top: 500px;
}
#header #menu {
	height: auto;
	width: 350px;
	float: left;
	padding-top:95px;
	margin-left:-40px;
	
}

#header #menu li {
	display: block;
	list-style-type: none;
}
#header #menu a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	text-decoration: none;
	background: url(../bg.png) no-repeat left;
	height: 30px;
	width: 180px;
	display: block;
	outline:0;
	margin-bottom: 1px;
}
#header #menu a:hover {
	color: #CCFF00;
	font-weight: bold;
}
#popup {
	float: right;
	width: 300px;
	border: thin solid #666666;
	height: auto;
	background: #FFFFFF;
	visibility:hidden;
	font: 11.333px Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-right: 20px;
}
#header #menu .accordion a {
	color: #FFCC00;
}
#header #menu .accordion a:hover {
	color: #FFFF00;
}



