
 
/* root element for accordion. decorated with rounded borders and gradient background image */
.toolsaccordion {
	background-color : transparent;
	width: 210px;
	color:#fff;
	margin-left: 25px;
}

/* accordion header */
.toolsaccordion h3 {
	background-image: url(../img/menuitem.gif); background-repeat: no-repeat ; 
    text-align:center;
	margin:0;
	padding:5px 15px;
	font-size:18px;
	font-weight:bold;
	height:16px;
	cursor:pointer;		
	margin-top:0px;
 	height:30px;
	margin-bottom:0;
	padding:0 10px 0 0;
}

/* currently active header */
.toolsaccordion h3.current , .toolsaccordion h3:hover  {
	cursor:default;
	background-image: url(../img/menuh.gif);
}

/* accordion pane */
.toolsaccordion div.pane {
	 
	margin:0 1px;
	
	display:none;
	padding:15px;
	color:#fff;
	font-size:12px;
	background-color:transparent;
	margin-top: -5px;
	padding-left:7px;
	
	padding-right:20px;
	width:180px;
}

/* entry inside pane with no link */
.toolsaccordion div.pane div {
	color:#0fff;
}

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

.toolsaccordion A:link, .toolsaccordion A:visited, .toolsaccordion A:active {
	background-image: url(../img/leftarrow.jpg); background-repeat: no-repeat;
	background-position: 0px center; padding-left: 17px;
	color: #fff;
	text-decoration: none;  	 
	font-size:12px;
	font-weight:normal;	
	display:block;
	min-height:17px;
	padding-bottom:0;
	padding-top:3px;
	width:182px;
	text-transform: capitalize;
}
.toolsaccordion A:hover
{
	text-decoration: underline;
}

.toolsaccordion H3 A:link, .toolsaccordion H3 A:visited, .toolsaccordion H3 A:active {
	background-image: none;
	color:#fff;
	text-align:center; font-weight: bold;
	font-size:11px;
	display: block;
	width: 100%; height:22px;
	padding-top:8px;
	padding-left: 0px;
	text-decoration: none;  
	text-transform: uppercase;
	padding-left:20px;
	width:180px;
}
.toolsaccordion   A.mi1:link, .toolsaccordion A.mi1:visited, .toolsaccordion A.mi1:active
{
	margin-left: 10px;
	width:167px;
}

.toolsaccordion   A.mi0:link, .toolsaccordion A.mi0:visited, .toolsaccordion A.mi0:active
{
	font-weight: bold; 	text-transform: uppercase;
	font-size:11px;
}
.toolsaccordion div.hide
{
padding-bottom:5px;
padding-top:0;
}