/*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: #525042;
	width: 180px; /*width of menu*/
}

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 180px; /* 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: bold 14px Garamond;
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #525042;

	border-bottom: 1px solid #292929;
	height: 18px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 5px 0 3px 5px;
	text-decoration: none !important;
}

.suckerdiv ul li a:visited{
	color: #525042;
}

.suckerdiv #current{
	background: url(../images/arrow.png) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

.suckersubmenu	{background:#000; border-top:1px solid #292929; border-right:1px solid #292929; margin:-1px 0 0 0;}