/* root element for accordion. decorated with rounded borders and gradient background image */
.sidemenu {
	background:#333333 url(/images/jquery/h300.png) 0 0;
	width: 100%;
	-background:#666;
}

/* accordion header */
.sidemenu h3 {
	background:#ccc url(/images/jquery/h30.png);
	margin:0;
	padding:5px 15px;
	font-size:14px;
	height: 20px;
	overflow:hidden;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer
} 

.sidemenu h4 {
	background:#ccc url(/images/jquery/h300.png);
	margin:0;
	padding:5px 15px;
	font-size:14px;
	height: 20px;
	overflow:hidden;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer
} 
.sidemenu h4 img {
    vertical-align:middle;
	height: 26px;
	margin-top:-4px;
	padding-right: 6px;
	margin-left: -5px;
}

.sidemenu h3 img {
    vertical-align:middle;
	height: 26px;
	margin-top:-4px;
	padding-right: 6px;
	margin-left: -5px;
}

/* currently active header */
.sidemenu h3.current {
	cursor:default;
	background:#ccccff url(/images/jquery/h30.png);
}

/* accordion pane */
.sidemenu div.pane {
	border:1px solid #fff;
	border-width:0 1px;
	display:none;
	padding:2px;
	color:white;
	font-size:12px;	
	background: #dcdcdc;
}

/* a title inside pane */
.sidemenu div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:white;
}

.sidemenu a:link {
	color:black;
	cursor:pointer;
	text-decoration:none;		
}

.sidemenu a:active {
	color:black;
	cursor:pointer;
	text-decoration:none;		
}
.sidemenu a:hover {
	color:black;
	background:none;
	cursor:pointer;
	text-decoration:none;		
}
.sidemenu a:visited {
	color:black;
	cursor:pointer;
	text-decoration:none;		
}
