/* CSS Document */
/* CSS Document */
.suckerdiv ul{
margin: 0;
padding: 0;

list-style-type: none;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: right;
	line-height:30px;
 /* Width of Menu Items */

}
	
.suckerdiv ul li{
position: relative;

list-style-type: none;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: right;
	
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
 /*sub menu width*/
top: 0;
visibility: hidden;
text-align: right;
padding-left:30px;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
color: #434141;
text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding-bottom: 0px;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	margin: 0px;
	
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
color: #0000CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}

.suckerdiv .subfolderstyle{

}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


