/* CSS Document */

.suckerdiv ul{
	margin: 0px 0;
	padding: 0;
	list-style-type: none;
	width: 200px; /* Width of Menu Items */
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	border-bottom-width: 0;
}
	
.suckerdiv ul li{
	position: relative;
	background: white url(../images/glossyback.gif) repeat-x bottom left;
	height: 26px;
	vertical-align: middle;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 200px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	background: white url(../images/glossyback.gif) repeat-x bottom left;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	display: block;
	overflow: hidden; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	background: #fff;
	padding-left: 10px;
	border-bottom-width: 0;
	background: white url(../images/glossyback.gif) repeat-x bottom left;
	white-space: nowrap;
	height: 26px;
	vertical-align: middle;
}

.suckerdiv ul li a:visited{
	color: white;
}

.suckerdiv ul li a:hover{
	background: white url(../images/glossyback2.gif) repeat-x bottom left;
}
/* Removed flyout arrow entirely */
.suckerdiv .subfolderstyle{
	background: url(../images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 26px; vertical-align: middle; }
* html .suckerdiv ul li a { height: 26px; vertical-align: middle; }
/* End */
