*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font-family: Tahoma;
	font-size: 11px;
}
.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	background-color:#666;
}
.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
}

#basic-accordian{
	width:207px;
}

.accordion_headings{
	background:url(../images/top-menu.jpg) no-repeat;
	color:#000;
	cursor:pointer;
	height:28px;
}

.accordion_headings div {
	padding:10px 0 0 0;
}
	

.accordion_headings:hover{
	background:url(../images/top-menu.jpg) no-repeat;
	color:#000;
	cursor:pointer;
	height:28px;
}

.accordion_child{
	background:#dbe7f5;
	text-align:right;
	direction:rtl;
	border-right:1px solid #cbcbcb;
	border-left:1px solid #cbcbcb;
	padding-top:8px;
}

.accordion_child a {
	padding-right:10px;
	line-height:14px;
	text-decoration:none;
	color:#000000;
	}
	
.accordion_child a:hover {
	padding-right:10px;
	line-height:14px;
	text-decoration:none;
	color:#393939;
	}
	

.header_highlight{
	background:url(../images/top-menu.jpg) no-repeat;
	color:#000;
	cursor:pointer;
	height:28px;
}
