/**************************************************************************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.khmenu{
list-style-type: none;
margin: 5px 10;
padding: 0;
width: 160px;
border-bottom-width: 0;
}


.khmenu ul{
list-style: none;
}

.khmenu li a{
background: white url(glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .khmenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.khmenu li a:visited, .glossymenu li a:active{
color: white;
}

.khmenu li a:hover{
background-image: url(glossyback2.gif);
color: white;
}


