/*Menue Definition*/

#showit{
color: 000000;
font:10px verdana, arial, georgia, sans-serif;
margin: 0px 0px 0px 0px;
padding: 5px 5px 4px 2px;
border: 1px outset #CCCCCC;
width: auto;
background-color : #CEDBE3;
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: #000000;
	background-color : transparent;
	margin: 1px 1px 1px 1px;
	padding: 2px 6px 2px 6px;
/*	border: 1px none #CCCCCC;*/
	font-size : 14px;
	text-align: center;
	font-weight: bolder;
	letter-spacing : 1px;
	font-family : sans-serif;
}
#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: pink;*/
border-top: solid 1px #888;
border-right: solid 1px #e0e0e0;
border-bottom: solid 1px #e0e0e0;
border-left: solid 1px #888;
}

