.menutitle{
border-style:solid; border-width:0px; padding:0px; cursor:hand;
margin-bottom: 0px;
background-color:#000000;
color:#000000;
width:220px;
text-align:left;
font-weight:bold;
font-family:Tahoma; font-size:8pt; /*/*/
}

.submenu{
margin-bottom: 0em; color:#000000; font-family:Tahoma; font-size:8pt; padding-bottom:3px; padding-top:2px; padding-left:3px
}


.suckerdiv li{
color: #FFFFFF; 
font-family: Tahoma; 
font-size: 10pt; 
font-weight: bold; 
background-color: #e68e47;
cursor:default
}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 202px; /* Width of Menu Items */
border-bottom: 1px solid #000000; 
font-family:Tahoma; 
font-size:8pt; 
font-weight:bold;
height:22
}
	
.suckerdiv ul li{
position: relative; 
height:22
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 202px; /*sub menu width*/
top: 0;
visibility: hidden; 
height:22
}

/* Sub level menu links style */
.suckerdiv ul li a{
border-right:1px solid #000000; 
border-top:1px solid #000000; 
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #000000;
text-decoration: none;
background: #e68e47;
font-family:Tahoma; 
font-size:8pt; font-weight:normal; 
padding-left:5px; 
padding-right:0px; 
padding-top:0px; 
padding-bottom:0px; 
height:15; 
vertical-align:middle
}

.suckerdiv ul li a:visited{
color: black;

vertical-align:middle
}

.suckerdiv ul li a:hover{
background-color: #e68e47;
font-family:Tahoma; 
font-size:8pt; 
font-weight:normal; 
text-decoration:none; 
vertical-align:middle; color:#000000
}

.suckerdiv .subfolderstyle{
background: #e68e47 url('/ct/includes/seta.gif') no-repeat center right;
}