.suckerdiv ul{
margin: 0;
padding: 0;
margin-top:5px;
list-style-type: none;
width: 168px !important;
width: 162px; /* Width of Menu Items */
background-color: #000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#16314a;
font-weight:bold;
}

.suckerdiv ul li{
position: relative;
width: 168px !important;
width:168px;
/*border-bottom:#CCCCCC solid 1px;*/
background-color:#e8e8e8;;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #cccccc;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 168px; /*sub menu width*/
width: 168px !important;
top: 0;
visibility: hidden;
background-color: #000;
}

/* Sub level menu links style */
.suckerdiv ul li ul li{
background-color:#d9d286;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #cccccc;
}
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color:#16314a;
	width:158px !important;
	width:158px;
	text-decoration: none;
	background-color: #e8e8e8;
	/*background: #fff;*/
/*height:33px !important;*/
height:30px;
	padding: 5px 0 3px 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
/*border: 1px solid #ccc;
border-bottom: 0;*/
}
.suckerdiv ul li ul{
background-color:#000;
}
.suckerdiv ul li ul li a{
background-color:#d9d286;
color:#003860;
}
.suckerdiv ul li ul li a:hover{
color:#000000;
}
.suckerdiv ul li a:visited{
color:#16314a;
}

.suckerdiv ul li a:hover{
	background-color:#d9d286;
	color:#003860;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.suckerdiv .subfolderstyle{
background:url(images/link-menu-bottom--normal-1.gif) left top no-repeat;
}
.bgcolor{ background:#FFFFFF;}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; /*height: 1%;*/ }
* html .suckerdiv ul li a { /*height: 1%;*/ }
/* End */
