
/*Credits: Dynamic Drive CSS Library */
	/*URL: http://www.dynamicdrive.com/style/ */
.suckerdiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 195px; /* Width of Menu Items */
	background:#afafaf;

	
}

.suckerdiv .ver_active a{
	background-color: #515151;
	color:#FCDC00;
}


.suckerdiv ul li {
	position: relative;
	line-height:25px;
	background:url("../images/img_menu.gif") repeat-x top left;
}

/*Sub level menu items */
.suckerdiv ul li ul {
	position: absolute;
	width: 180px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #fff;
	text-decoration: none;
	padding: 1px 15px;
	/*border-bottom: 1px dashed #ccc;	
	text-transform:uppercase;*/
	font-weight:bold;
}

.suckerdiv ul li a:hover{
	text-decoration: none;
} 
.suckerdiv ul li ul li{
	border: 1px solid #FFFFFF;
	margin-bottom:-1px; 
	background:none;
}
.suckerdiv ul li ul li a:hover{
	color:#000;
	background:#FFDB0D;
} 
.suckerdiv ul:hover li ul:hover li ul:hover li a:hover{
	color:#000;
	background:#D3D2D2;
} 
.suckerdiv ul ul a {
	text-transform:none;
	font-weight:bold;
	line-height:20px;
}

.suckerdiv ul li a:visited {
/*	color: black;*/
}

.suckerdiv ul li a:hover {
	background-color: #515151;
	color:#FCDC00;
}

.suckerdiv .subfolderstyle {
	background: url(../images/arrow-list.gif) no-repeat center right;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li {
	float: left;
	height: 1%;
}

* html .suckerdiv ul li a {
	height: 1%;
}
/* End */ft;
	height: 1%;
}

* html .suckerdiv ul li a {
	height: 1%;
}
/* End */