#suckertreemenu
{
	/*height: 100%;*/
	margin-left: 0px;
	padding: 0px 0px 10px 0px;
	width: 100px;
	/*width: 200px;*/
	background-color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

#suckertreemenu ul
{
	margin: 0;
	padding: 0px;
	list-style-type: none;
	width: 100px;
	background-color: #000;
	 /* Width of Menu Items */
}

#suckertreemenu ul li
{
	position: relative;
	padding: 1px 10px 1px 0px;
	background-image: url('images/bullet.png');
	background-position: right 2px;
	background-repeat: no-repeat;
	/*margin-bottom: 2px;*/
}	
#suckertreemenu ul li a
{
	text-align: left;
	width: 100%;
	display: block;
	text-transform: uppercase;
}

/* IE6 Tan Hack */
* html #suckertreemenu ul li ul
{
	margin-left: -230px;
}
	
/*Sub level menu items */
#suckertreemenu ul li ul
{
	position: absolute;
	width: 120px; /*sub menu width*/
	margin-left: -220px;	
	top: -1px;
	visibility: hidden;
	z-index: 100;
}

#suckertreemenu ul li ul li
{
	background-image: none;
	background-color: #000;
}

/* Sub level menu links style */
#suckertreemenu ul li ul li a
{
	z-index: 100;
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #fff;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border-bottom: 0;
	text-align: right;
}

#suckertreemenu ul li a:visited{
color: #fff;
}

#suckertreemenu ul li a:hover{
color: #cc1a1a;
}

#suckertreemenu ul li ul li ul
{
	margin-left: -200px;
}
	
/* Holly Hack for IE \*/
* html #suckertreemenu ul li { float: left; height: 1%; }
* html #suckertreemenu ul li a { height: 1%; }
/* End */
