.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family : "verdana";
font-weight:bold;
font-size:11px;
z-index:1000;
}

/*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:#0086E9;
}
.suckertreemenu ul li a:hover
{
color:#B2D0F7;
background:#0086E9;
}	
/*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: 153px; /* 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: #0086E9;
}

.suckertreemenu ul li ul li a:hover
{
color: #B2D0F7;
background:#0086E9;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background:  #0086E9 no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #0086E9 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*/
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 25px; }
* html .suckertreemenu ul li a { height: 25px; }
/* End */
/* CSS Document */

/* vertical menu */

#nav{list-style: none;}

#nav ul { 
	padding:0;
	margin:0;
	list-style: none;
   z-index:99;
}

#nav li { 
	position: relative;
   display:block;
   margin:0;
   font-family:verdana;
   font-size:11px;
}
#nav ul li a{ background-color:#ffffff;     color:#000000;   
width:160px;   padding:4px;
 font-weight:bold;     
 /*helps IE with hover */
    
	
}

#nav li ul :last-child{border-bottom:1px solid #CECECE;}
#nav li ul{border-bottom:1px solid #CECECE;}

#nav a {
    text-decoration:none; 
    display:block;
	padding:4px;
    margin:0; /*helps Opera with hover */
}
#nav li ul a{
	color:#ffffff;
    background-color:#0086E9; 
    width:200px; /*helps IE with hover */
    padding:4px;
	border-top:1px solid #CECECE;
	border-left:1px solid #CECECE;
	border-right:1px solid #CECECE;
   font-family:verdana;
   font-size:10px;
   font-weight:100;
}
#nav li ul a:hover{
	color:#B2D0F7;
    background-color:#0086E9; 
	
}

#nav ul, #nav ul ul, #nav ul ul ul{
    display:none; 
    position:absolute; 
    top:0; 
    left:160px;
}
 #nav ul ul
 {
     display:none; 
    position:absolute; 
    top:0; 
    left:206px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul{
    display:none; 
  
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul{
    display:block;
}

li>ul { 
	top: auto;
	left: auto;
}

/* Win IE only \*/
* html #nav li{float:left;} 
/* end holly hack */




.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:#ffffff;
}

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 : 10px;
color:#000000;
font-weight:bold;
}
.style_menu a
{
font-family : "Verdana";
font-size : 10px;
color:#000000;
font-weight:bold;
text-decoration:none;
}
.style_menu a:hover
{
font-family : "Verdana";
font-size : 10px;
color:#0000ff;
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;
}
