/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#menu {
	padding: 10px 0px 0px 0px;
	position: absolute;
	top: 135px;
	left: 20px;
	z-index: 1500;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	width: 130px; /*width of menu*/
}

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 130px; /* Width of Menu Items */
}
	
.suckerdiv ul li{
	position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
	visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	font: normal 12px Arial;
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: black;
	background: #fff;
	border-bottom: 1px solid #ebe8eb;
	height: 18px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 5px 0 3px 15px;
	text-decoration: none !important;
}

.suckerdiv ul li a:visited{
	color: black;
}

.suckerdiv ul li a:hover{
	background-color: #ebe8eb;
}

.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 */
