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

#faqmenu{
	position:absolute;
	width:320px; 
	height:400px;
	margin-left: 500px;
}

#faqmenu ul{ 
	list-style:none;	
	margin-bottom:0px;
	font-weight:bold;
	font-size:14px;
	
}
#faqmenu ul li a{
	text-decoration:none;
	color:#2e2e2b;
	hasLayout: 1;
}
#faqmenu ul li a:hover{
	text-decoration:underline;
	color:#2e2e2b;
	hasLayout: 1;
}
#faqmenu ul ul{ 
	font-weight:normal;
	font-size:12px;
	list-style:square;
}
#faqmenu ul ul li a{
	text-decoration:underline;
	color:#d65300;
}

.category{
	cursor:pointer;	
}

#answer h3{
	font-weight:bold;
	margin-bottom:5px;
}

.faqtop{
	background: url("../images/helppages/faqMenu-top.png") no-repeat;
	width: 450px;
	height: 62px;
}
.faqmiddle{
	background: url("../images/helppages/faqMenu-middle.png") repeat-y;
	width:450px;
	margin-top:-10px;
	padding-left:5px;
	padding-right:5px;
}
.faqbottom{
	background: url("../images/helppages/faqMenu-bottom.png") no-repeat;
	width: 450px;
	height: 78px;
	margin-top:-30px;
}

.pricetable td{
	border:solid #666;
	border-width:1px;
}
