.ArticleGroupDetails
{
  width:550px;
   border: solid 1px #BDBA83;
  padding:5px;
}

a.suckerdiv link a.suckerdiv visited, 
{
	font-size: 13px;
	font-weight:bold;
	font-color: #fff;
}

.suckerdiv ul
{
	margin-left: 0px;
	padding: 0;
	list-style-type: none;
	width: 160px; /* Width of Menu Items */	
	
	font-size: 13px;
	font-weight:bold;
	font-color: #fff;
	text-decoration: none;
}

.suckerdiv ul li
{
	position: relative;
	background: #008F8F;
	color: #ffffff;
	text-decoration: none;
	
}

/*Sub level menu items */
.suckerdiv ul li ul
{
	position: absolute;
	width: 200px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	background-colors: #008F8F;
	text-decoration: none;
}



.suckerdiv ul li a
{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #ffffff;
	text-decoration: none;
	background: #fff;
	padding: 7px 7px;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	background-color: #008F8F;
	text-decoration: none;	
}

.suckerdiv ul li a:visited
{
	color: white;
	text-decoration: none;
}

.suckerdiv ul li a:hover
{
	background-color: #a8e7e7;;
	color: #008F8F;
	text-decoration: none;

}

.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 */
