#menu_top {
	width: 185px;
	background-image: url(/images/menu_top.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

.menu_box {
	margin: 15px 2px 0px 10px; 
}

.menu_box h1 {
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 3px 3px 3px 3px;
	font-size: 12px;
	border-bottom: solid 1px #3A3B3A;
	color: #ffb526;
}
.menu_box_text {
	padding: 5px;
}

#topmenu {
	background-image: url(/images/top2.gif);
	background-repeat: no-repeat;
	width: 599px;
	height: 48px;
}

#topmenu a {
	color: #ffffff;
	text-decoration: none;
}

#topmenu a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#topmenu .topm1 {
	float: left;
	height: 48px;
	width: 10px;
}
#topmenu .topm2 {
	width: 300px;
	float: left;
	padding-top: 18px;
}

#topmenu .topm2 a {
	background-image: url(/images/bullet1.gif);
	background-repeat: no-repeat;
	margin: 0 0px 0 0px;
	padding: 0 10px 0 10px;
	background-position: 0px 5px;
}

#topmenu .topm3 {
	width: 200px;
	text-align: right;
	padding-top: 18px;
	float: right;
}

#topmenu .topm3 a {
	background-image: url(/images/bullet1.gif);
	background-repeat: no-repeat;
	margin: 0 0px 0 0px;
	padding: 0 15px 0 15px;
	background-position: 4px 5px;
}

#menu {
	margin: 0px 4px 0 11px;
	padding: 10px 0 0;
	display: block;
	width: 170px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	list-style: none;
	display:block;
}

#menu li a {
	color: #ffffff;
	display: block;
	margin: 1px 1px 2px;
	width: auto;
	padding: 4px 0 4px 15px;
	text-decoration: none;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/images/button.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
}

#menu ul li a:hover, #menu ul li .act {
	text-decoration: underline;
	background-image: url(/images/button_hover.gif);
}

#menu ul ul {
	margin: -1px 1px 3px 1px;
	padding: 0;
	border: 1px solid #4E4E4E;
	border-top: none;
}

#menu ul ul li a {
	color: #ffffff;
	display: block;
	margin: 1px 1px 2px;
	width: 80px;
	padding: 1px 0 1px 30px;
	background-image: url(/images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	font-weight: normal;
}

#menu ul ul li a:hover, #menu ul ul li .act {
	text-decoration: underline;
	background-image: url(/images/bullet2.gif);
}

