#menu {
width: 160px; /* set width of menu */
margin:5px 0 0 5px;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding-left: 5px;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 12px arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
text-decoration: none;
background: #CCEBB9;
border-width: 0 2px 2px 0;
border-color: #353535;
background-repeat: no-repeat;
background-position: 145px;
padding: 5px 5px 5px 3px;
}

#menu a:hover {
color: #fff;
background: #117637;
background-repeat: no-repeat;
background-position: 145px;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
margin: 5px 0 0 0;
} 

#menu ul ul {
position: absolute;
top: 0px;
left: 100%; /* to position them to the right of their containing block */
width: 150%; /* width is based on the containing block */
background: #fff;
border-style: solid; 
border-width: 0 2px 2px 0;
border-color: #353535;
padding:0;
}
#menu ul ul li{
margin: 0;
}
#menu ul ul li a {
background: #CCEBB9;
border-width: 0;
padding: 1px 0 1px 3px;
}
#menu ul ul li a:hover {
background-image: none;
}
div#menu ul ul ,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}

.cbox {
width: 300px;

}
.cboxh{

color:#FFF;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11pt;
padding: 4px 0 6px 5px;
border-width:0 0 0 0;
margin:0;
text-align:left;
width: 100%;
background: url(/images/bg_nograd.gif);
background-repeat: no-repeat;
}
.cboxb{

text-align:left;
display: block; 
padding:5px;
border-width: 0px; 
border-style: solid; 
border-color: #818181;
}
.cboxhb{
background-color:#17037C;
color:#fff;
font-family:sans-serif;
font-weight:bold;
padding: 5px 0 5px 0;
margin:0;
text-align:center;
}
