/*Menue Definition*/

#showit{
color: black;
font:10px courier, verdana, arial, georgia, sans-serif;
margin: 0px 0px 0px 0px;
padding: 5px 5px 4px 2px;
border: 1px outset #666666;
width: auto;
background-color : #000000;
text-align: left;
}
#showit ul, #showit li{
display: inline;
list-style: none;
margin: 0px;
padding: 0px;
}
#showit li a, #showit li a:hover, #showit li a:active {
display: inline;
font-family: Verdana, Arial;
font-weight: bold;
font-size: 12px;

text-decoration: none;
color: #BBBB88;
background-color : transparent;
margin: 1px 1px 1px 1px;
padding: 2px 6px 2px 6px;
border: 1px solid #000000;
text-align: center;
}
#showit li a:hover, #showit li a:active {
background-color : #000000;
color: #000000;
border: 1px groove #000000;

/*
border-top: solid 1px #000000;
border-right: solid 1px #000000;
border-bottom: solid 1px #000000;
border-left: solid 1px #000000;
*/
}
#showit li a:active {
background-color: black;
border-top: solid 1px #000000;
border-right: solid 1px #000000;
border-bottom: solid 1px #000000;
border-left: solid 1px #000000;
}
