/*Menue Definition*/

#showit{
color: #000000;
font:8px  verdana, courier, arial, georgia, sans-serif;
margin: 0px 0px 0px 0px;
padding: 1px 1px 1px 1px;
/*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 { 

font-family: Verdana, Arial;
font-weight: bold;
font-size: 10px;

text-decoration: none; 
color: #BBBB88;
background-color : transparent;

padding: 2px 6px 2px 6px;

text-align: center;
}
#showit li a:hover, #showit li a:active { 
background-color : #444444;
color: #DDDDAA;


/*
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: #FF0000;
border-top: solid 1px #888;
border-right: solid 1px #e0e0e0;
border-bottom: solid 1px #e0e0e0;
border-left: solid 1px #888;
}
