
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 160px; /* Width of Menu Items */
	
		color:white;
	
}


.suckerdiv ul li a {
	width: 100%;
} 

.suckerdiv ul li{
	position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 181px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	background-image:url(/img/button2.gif);
	background-repeat:no-repeat;
	width:190px;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: black;
	text-decoration: none;

	background-image:url(/img/button2.gif);
	width:190px;
	color:#f1f0ad;
	background-repeat:no-repeat;
}

.suckerdiv ul li a:visited{
	color:#f1f0ad;
}

.suckerdiv ul li a:hover{
/*background-color: yellow;*/
	color:#ba722b;
}

.suckerdiv .subfolderstyle{
	background-image:url(/img/button2_arrow.gif);
}

li.limenu {
	width:199px;
	background-image:url('/img/button.gif');
background-repeat:no-repeat;
	text-indent:22px;
	height:35px;
	line-height:35px;
	font-weight:bold;
	font-size:13px;
	display:block;
	padding-right:1px;
}

ul#ulmenu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 160px; /* Width of Menu Items */
}

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