/*Menue Definition*/

#showit{
color: silver;
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 : #333333;
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 #333333;
text-align: center;
}
#showit li a:hover, #showit li a:active { 
background-color : #444444;
color: #DDDDAA;
border: 1px groove #777744;

/*
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: pink;
border-top: solid 1px #888;
border-right: solid 1px #e0e0e0;
border-bottom: solid 1px #e0e0e0;
border-left: solid 1px #888;
}
