.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 160px; /* 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{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	padding: 1px 5px;
	border-bottom: 0;
}

.suckerdiv a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.suckerdiv ul li a:hover{

}

.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 */
.mnlnkorg , .mnlnkorg:visited , .mnlnkorg:link { font:11px Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#FFFFFF; text-decoration:none; }
.mnlnkorg:hover { color:#f8f400; }

.mainsize{ font:12px "tahoma"; font-weight:bold; color:#0107fd;}
.main_on{	font:12px "tahoma"; font-weight:bold; color:#ef0802; }
.main_off{ 	font:12px "tahoma"; font-weight:bold; color:#0107fd; }
.sub_on{	font:11px "tahoma"; color:#ef0802; }
.sub_off{	font:11px "tahoma"; color:#0107fd; }

.subdrop{
	width:250px; background:#0107fd; font:12px Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; 
	FILTER: Alpha(opacity=85);
	moz-opacity: .85; opacity: .85;
	
}
.subdrop li {
	padding-top:5px; padding-bottom:5px;
	border-bottom:1px dotted #3439FE;
}
.subli  {
	line-height:25px;
	background:#49c6e9;
}