/**************** menu coding *****************/
#menu-holder {
display: block;
width: 158px;

margin: 0;
padding:  0;
text-align: center;
}


#menu {

width: 158px;
background-color: #e0e7f1;
text-align: left;
padding-bottom:0px;
text-transform:capitalize;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0px;

}

#menu a, #menu h2 {
font: normal 13px/17px Verdana, arial, helvetica, sans-serif;
line-height: 1.2em;
display: block;
margin: 0;
padding: 7px 2px 5px 30px; /* around all elements */


}

#menu h2 {
color: #F08301;
background: #e0e7f1;
text-transform:capitalize;
}

#menu a {

color: #1261D5;
background: #e0e7f1;
text-decoration: none;
border-bottom: 1px solid #C1D1E1;
background-image:url(menu/bg-menu.gif);
background-position:top left;
background-repeat:repeat-x;
}

#menu a:hover {
color: #F08301;
background: #FBFBFB;
border-bottom: 1px solid #C1D1E1;
background-image:url(menu/bg-menu_on.gif);
background-position:top left;
background-repeat:repeat-x;
}

#menu li {
position: relative;

}

#menu ul ul ul {
position: absolute;
top: 0;

left: 99.5%; /* was 100 - change needed when menu inside tables in IE6 */
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#current a {
color: #5C9EFF;

text-decoration: none;
background-image:url(menu/bg-menu_in.gif);
background-position:top left;
background-repeat:repeat-x;
background-color: #bdc4ce;
}

.submenu a {
color: #F08301;

text-decoration: none;
border-bottom: 1px solid #7796B5;
border-right: 1px solid #7796B5;
background-image:url(menu/bg-menu.gif);
background-position:top left;
background-repeat:repeat-x;
}


