<style type="text/css">



#toppanelmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
}

#toppanelmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#toppanelmenu li a{
display: block;
padding: 0px 0;
padding-left: 9px;
width: 80px; 
text-decoration: none;
color: #00ff00;
background-image: url(../../bar1.jpg);
border-bottom: 1px solid #6DBE46;
border-left: 1px solid #6DBE46;
}

* html #toppanelmenu li a{ /*IE only */
width: 80px; 
width: 80px;
}

#toppanelmenu li a:hover {
background-image: url(../../images/bkorangemenu.jpg);
background-color: #6DBE46;
border-left-color: #6DBE46;
color: #ffffff
}

#toppanelmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
padding-top: 0px;
padding-bottom: 0px;
background-image: url(../../images/bkorangemenu.jpg);
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

</style>

