.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 60px; /* 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;
background: #FFFFFF;
border-bottom: 1px solid #ccc;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #FFFFFF;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: #B8E8A8;
}

.suckerdiv .subfolderstyle{
background: url(/images/list-marker.gif) no-repeat center right;
}

.first a:hover
{
border:0;
background-color:#f7f8f7;
width:60px;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

.membermenu
{
	font-family: arial,sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border:1px solid #CCCCCC;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}

/*Header Menu*/
#MainMenu{
	margin:0;
	vertical-align:bottom;	
	padding-left: 395px;
}
.tabs {
	float:left;
	width:100%;	
	font-size: 1.0em;
	line-height:normal;
}
.tabs ul {
	margin:0;
	padding:5px 5px 0;
	list-style:none;
}
.tabs li {
	float:left;
	background:url("/images/left.gif") no-repeat left top;
	margin-top: 4px;
	margin-left:1px;
	line-height:22px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 7px;  
}
.tabs a {
	float:left;
	display:block;
	width:0.1em;
	background:url("/images/right.gif") no-repeat right top;
	text-decoration:none;
	color:#FFFFFF;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.tabs > ul a { width:auto; }
  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a {
	float:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
/* End IE5-Mac hack */

.tabs li.item_active a, .tabs li.item_active {
	background-position:right bottom;
	color:#000000;
}
.tabs li.item_active {
	background-position:left bottom;
}

.tabs li:hover {
	background-position:left bottom;
}
.tabs li:hover a {
	background-position:right bottom;
	color:#FFFFFF;
}
.tabs li a:visited {
	color:#FFFFFF;
}
