#menu
{
}
#menu div.bg_left
{
	padding-left: 10px;
	height: 35px;
	background: url(/img/menuleft.png) no-repeat;
	background-position: left;
}
#menu div.bg_right
{
	padding-right: 12px;
	height: 35px;
	background: url(/img/menuright.png) no-repeat;
	background-position: right;
}
#menu ul
{
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	margin: 0;
	padding: 0;
	height: 35px;
	background: url(/img/menubtnback.png) repeat-x;
}
#menu li
{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	
	text-align: center;
}
#menu li.right
{
	float: right;
}
#menu li.selected
{
	background: url(/img/menubtnsel.png) repeat-x;
}
#menu li.submenu.selected
{
	background: url(/img/menubtnsel2.png) repeat-x;
}
#menu li:hover, #menu li.submenu:hover
{
	background: url(/img/menubtnover.png) repeat-x;
}
#menu li a
{
	display: block;
	min-width: 100px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 35px;
	color: black;
	font-weight: bold;
}
#menu li:hover a
{
	color: white;
}
#menu li.submenu a
{
	color: green;
	font-size: 8pt;
}
#menu li.submenu:hover a
{
	color: white;
}
.faq_title
{
	margin-bottom: 5px;
	margin-top: 0;
	font-weight: bold;
}
.faq_title a
{
	color: black;
	border-bottom: 1px dashed #e4e4e4;
}
.faq_title a:hover
{
	border-bottom: 1px solid #cecece;
}
.faq_desc
{
	margin: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px dashed #eabc42;
	padding: 2px;
	adisplay: none;
}
