table.sidemenu
{
	text-align: right;
	font-family: "Tahoma Bold";
	font-weight: bold;
	color: #752842;
	font-variant: small-caps;
	letter-spacing: 0.05em;
	
	width: 13em;
}
/* text */ table.sidemenu, table.sidemenu a:link, table.sidemenu a:visited
{
	color: #752842;
	text-decoration: none;
}
table.sidemenu a:hover{color: black;background: #FFF2CF;}
table.sidemenu a:active{color: black}
table.sidemenu .sidemenu_sub
{
	font-size: 75%;
	font-weight: normal;
	padding-right: 1em;
	font-family: "Arial";
}
table.sidemenu td.sidemenu_box
{
	background: #FFF2CF;
	border: 1px solid #FFAF55;
	border-bottom: 0px;
}
.sidemenu_over{border: 2px solid red}

.sidemenu_logobox
{
	background: url("img/logo_side.gif") center right no-repeat;
	height: 130px;
}
