/*whole side menu*/
div.sidemenu
{
	width: 12em;
	float: left;
}

/*highest level menus*/
div.sidelev1
{
	cursor: pointer;
	background-color: #CE9D37;
	color: #000;
	border: solid #eee 1px;
	font-family: verdana,helvetica;
	font-size: 10pt;
}

div.sidelev1
{
	background: url( "graphics/menubglev1.png" );
	background-repeat: no-repeat;
	padding-left: 8px;
	height: 19px;
	border: 0;
}

div.sidelev1:hover
{
	background-color: #ffc;
}

/*sub menu entries*/
div.sidesubnav
{
	background-color: #eee;
	margin-left: 1em;
	margin-bottom: 1em;
	font-family: verdana,helvetica;
	font-size: 10pt;
}

.sidesubnav div
{
	background: #eee url( "graphics/menubg.png" );
	padding-left: 8px;
	height: 19px;
	border: 0;
}

a.sidesubnavlink
{
}

.sidesubnav a
{
	text-decoration: none;
	color: #6e4d06;
	vertical-align: top;
}

.sidesubnav a:hover
{
	color: black;
}

/*contact*/
div.contactblock
{
	padding: 0.5em 0em;
}

/*login*/
.sidelogin a
{
	text-decoration: none;
	color: #CD9D3B;
	vertical-align: top;
}

.sidelogin:hover
{
	color: black;
}

.sidelogin div
{
	background: #eee url( "graphics/menubg.png" );
	padding-left: 8px;
	height: 19px;
	border: 0;
}


