@charset "utf-8";
/* CSS Document */

#menu_container {
	position: absolute;
	z-index: 100;
	top: 195px;
	left: 740px;
	width: 236px;
	text-align: left;
}

#menu_top {
	position: relative;
	width: 236px;
	height: 16px;
	background: url(../img/menutop.png) no-repeat;	
	line-height: 0px;
	font-size: 0px;
}

#menu_body {
	position: relative;
	width: 202px;
	padding: 0 17px 0 17px;
	background: url(../img/menubody.png) repeat-y;
	overflow: hidden;
}
#menu_bottom {
	position: relative;
	width: 236px;
	height: 16px;
	background: url(../img/menubottom.png) no-repeat;	
}

.menu_btn {
	position: relative;
	float: left;
	border: 1px solid #000;
	border-width: 1px 0 1px 0;
}

.accordionButton {
	
}

.accordionContent {
	position: relative;
	float: left;
	display: inline;
	padding: 0;
	width: 202px;
	background: #fff;
}

ul.submenu
{
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

ul.submenu li {
	overflow: hidden;
	margin: 0;
	padding: 0;
	line-height: 15px;
}

ul.submenu a
{
display: block;
padding: 8px 0 8px 30px;
width: 172px;
margin: 0;
text-align: left;
border: 1px solid #666;
border-width: 0 0 1px 0;
background-image: url(../img/arrow.png);
background-repeat: no-repeat;
background-position: 10px 50%;
}

ul.submenu a:link, ul.submenu a:visited
{
color: #0b1b35;
text-decoration: none;
}

ul.submenu a:hover
{
color: #0b1b35;
text-decoration: none;
background-color: #eee;
}