.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family : "verdana";
font-weight:bold;
font-size:11px;
}

/*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: 25px;
width: 152px; /*Width of top level menu link items*/
padding-top:5px;
text-align:center;
border-left-width: 0;
border-right:1px solid #DFD4BD;
text-decoration: none;
color:#ffffff;
background:#CBB790;
}
.suckertreemenu ul li a:hover
{
color:#000000;
background:#F0AA38;
}	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*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;
text-align:left;
width: 152px; /*width of sub menu levels*/
color:#ffffff;
text-decoration: none;
padding-top:5px;
padding-left:2px;
/*border: 1px solid #ccc;*/
background: #CBB790;
}

.suckertreemenu ul li ul li a:hover
{
color: #000000;
background:#F0AA38;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background:  #CBB790 no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #CBB790 no-repeat center right;
}

* 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; height: 25px; }
* html .suckertreemenu ul li a { height: 25px; }
/* 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:#FF6300;
}

body
{
background:#CBB790;
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 : "Book Antiqua";
font-size : 13px;
color:#ffffff;
font-weight:bold;
}
.style_menu a
{
font-family : "Book Antiqua";
font-size : 13px;
color:#efefef;
font-weight:bold;
text-decoration:none;
}
.style_menu a:hover
{
font-family : "Book Antiqua";
font-size : 13px;
color:#333333;
font-weight:bold;
}
.style-text-small-small
{
font-family : "Verdana";
font-size : 7px;
color:#000000;
}
.style-text-small-small a
{
font-family : "Verdana";
font-size : 7px;
color:#000000;
text-decoration:none;
}

