BODY {
    margin: 0px;
    padding: 0px;
background-color: #e99d4f; 
min-width:1015px;
min-height:570px;
}
form{
    margin: 0px;
    padding: 0px;
}
.edit_cl{
    font-size: 18px; 
    font-family: "Comic Sans MS";
    border: 2px solid black; position:absolute; left: 50%; top:50%; margin-left:-125px; background-color:#E0E0E0;
    width: 250px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity:.80;
}


.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 200px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
background: #E0E0E0;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 200px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #fff;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: yellow;
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

.Usual
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #663333;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;

}

.ITL
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
              color: #ff6600;
    text-decoration: none;
    font-weight: bold;
}
.ITL:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
              color: #ff6600;
    text-decoration: none;
    font-weight: bold;
}

.ITL:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
              color: #ff9900;
    text-decoration: none;
    font-weight: bold;

}
.ITL:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
              color: #ff3300;
    text-decoration: none;
    font-weight: bold;

}
.ITL:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
              color: #ff3300;
    text-decoration: none;
    font-weight: bold;

}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */