.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 179px; /* Width of Menu Items */
}
	
.suckerdiv ul li{
position: relative;
font: bolder 12.2pt Times, "Times New Roman", Verdana, arial, helvetica, sans-serif;
font-weight:bolder;
list-style:none;
/*font-stretch:expanded;*/
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 175px; /*sub menu width*/
top: 0;
visibility: hidden;
text-align:left;
list-style:none;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #fff;
text-align:left;
text-decoration: none;
padding: 7px 7px 7px 12px;
border-bottom: 1px solid rgb(56,96,149);
font: bolder 12.2pt Times, "Times New Roman", Verdana, arial, helvetica, sans-serif;
/*font-stretch:expanded;*/
font-weight:bolder;
line-height:19px;
background-color:rgb(238,134,51);
text-shadow:#FFFFFF;
list-style:none;
}

.topnav a{
border-top: 1px solid rgb(56,96,149);
}
.topnav a:hover{
border-top: 1px solid rgb(56,96,149);
}

.suckerdiv ul li a:visited{
color: #fff;
}

.suckerdiv ul li a:hover{
/*color: rgb(56,96,149);*/
color:rgb(90,64,153);/*#FFFFCC;*/
text-decoration:none;
border-bottom:rgb(56,96,149) 1px solid;
/*background-color:rgb(223,129,51);*/
background-color:#FFCC66;
list-style:none;
}

.suckerdiv ul li ul{
border-left:rgb(56,96,149) 1px solid;
border-right:rgb(56,96,149) 1px solid;
list-style:none;
}

.suckerdiv ul li ul li a {
/*color: rgb(56,96,149);*/
color:#FFFFFF;
text-decoration:none;
border-bottom:rgb(56,96,149) 1px solid;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */