.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family : "verdana";
font-size:12px;
font-weight:bold;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
color:#ffffff;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
height:20px;
width: 130px; /*Width of top level menu link items*/
text-align:center;
border-left-width: 0;
text-decoration: none;
color:#4c4c4c;
}
.suckertreemenu ul li a:hover
{
color:#000000;
}	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position:absolute;
top: 10px; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
padding-top:5px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
padding-top:5px;
height:15px;
text-align:left;
width: 150px; /*width of sub menu levels*/
color:#4c4c4c;
text-decoration: none;
padding:5px;
border-bottom:1px solid #cccccc;
background:url(../images/menubackground.jpg);
}

.suckertreemenu ul li ul li a:hover
{
color: #000000;
background:url(../images/menubackground_over.jpg);
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background:#b2c4b6;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; }
* html .suckertreemenu ul li a {  }
/* End */
/* CSS Document */
.style_heading
{
font-family : "Verdana";
font-size : 14px;
color:#000000;
font-weight:bold;
line-height:18px;
}
.style_text
{
font-family : "Verdana";
font-size : 10px;
color:#000000;
line-height:18px;
}
.style_text a
{
font-family : "Verdana";
font-size : 10px;
color:#790303;
text-decoration:none;
}
.style-text-small
{
font-family : "Verdana";
font-size : 9px;
}
.style-text-small a
{
font-family : "Verdana";
font-size : 9px;
color:#4d4c4c;
}

body
{
background:#cccccc;
margin:0;
}
.small_text
{
font-family : "Arial";
font-size : 8px;
color:#ffffff;
}
.small_text a
{
font-family : "Arial";
font-size : 8px;
color:#ffffff;
text-decoration:none;
}
img
{
border:0;
}
.style_menu
{
font-family : "Verdana";
font-size : 12px;
color:#597AB6;
font-weight:bold;
}
.style_menu a
{
font-family : "Verdana";
font-size : 12px;
color:#597AB6;
font-weight:bold;
text-decoration:none;
}
.style_menu a:hover
{
font-family : "Verdana";
font-size : 12px;
color:#597AB6;
font-weight:bold;
}
.style-text-small-small
{
font-family : "Verdana";
font-size : 7px;
color:#4d4c4c;
}
.style-text-small-small a
{
font-family : "Verdana";
font-size : 7px;
color:#4d4c4c;
text-decoration:none;
}
.style_heading_news
{
font-family : "Verdana";
font-size : 14px;
color:#ffffff;
font-weight:bold;
}
.style_news
{
font-family : "Verdana";
font-size : 10px;
color:#feaf16;
}
.style_news a
{
font-family : "Verdana";
font-size : 10px;
color:#16fef0;
}
.style_content
{
font-family : "Verdana";
font-size : 10px;
color:#4d4c4c;
}
.style_content a
{
font-family : "Verdana";
font-size : 10px;
color:#4d4c4c;
}
