.suckerdiv ul{

font-family:"Times New Roman", Times, serif;

margin: 0;

padding: 0;

list-style-type: none;

color:#FFFFFF;

width: 230px; /* Width of Menu Items */

background-color:#2c3091;

border-bottom: 1px solid #fff;

}

	

.suckerdiv ul li{

position: relative;

}

	

/*Sub level menu items */

.suckerdiv ul li ul{

position: absolute;

width: 230px; /*sub menu width*/

top: 0;

font-size:8px;

visibility: hidden;

background-color: #dfdddd;

color:#FFFFFF;

}



/* Sub level menu links style */

.suckerdiv ul li a{

display: block;

overflow: auto; /*force hasLayout in IE7 */

color: #FFFFFF;

font-family:Arial, Helvetica, sans-serif;

font-weight:bold;

font-size:12px;

text-decoration: none;

background: #25288e;

padding:10px;

border: 1px solid #fff;

border-bottom: 0;

}



.suckerdiv ul li a:visited{

color: #FFFFFF;

}



.suckerdiv ul li a:hover{

background-color: #dfdddd;

color:#333333;

}

.suckerdiv ul li.selected{

background-color: #dfdddd;

color:#333333;

}

.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 */


