/*Menue Definition*/

#showit{
color: #ff0000;
font:10px verdana, arial, georgia, sans-serif;
margin: 0px 0px 0px 0px;
padding: 5px 5px 4px 2px;
border: 1px outset #ff0000;
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;
text-decoration: none; 
color: #ff0000;
background-color : transparent;
margin: 1px 1px 1px 1px;
padding: 2px 6px 2px 6px;
border: 1px solid #ff0000;
text-align: center;
font-weight: normal;
}
#showit li a:hover, #showit li a:active { 
border-top: solid 1px #e0e0e0;
border-right: solid 1px #888;
border-bottom: solid 1px #888;
border-left: solid 1px #e0e0e0;
}
#showit li a:active { 
background-color: #ffbbbb;
border-top: solid 1px #888;
border-right: solid 1px #ff0000;
border-bottom: solid 1px #ff0000;
border-left: solid 1px #888;
}
