/* THE MAIN MENU */

#menu{
	position:absolute;
	top:74px;
	left:269px;
	float:bottom;
	height:40px;
	width:550px;
}
#menu_corner_left{
	background-image:url(../images/menu/bg_links.gif);
	height:23px;
	width:5px;
	margin:17 0 0 0;
	float:left;
}
#menu_corner_right{
	background-image:url(../images/menu/bg_rechts.gif);
	height:23px;
	width:5px;
	margin:17 0 0 0;
	float:left;
}
#menu_items{
	height:40px;
	background-image:url(../images/menu/bg.gif);
	float:left;
}

#menu_item{
	float:left;
	margin-left:13px;
	margin-right:13px;
	text-align:center;
}

#menu_spacer{
	height:10px;
	width:1px;
	background:white;
	float:left;
	margin:25 0 0 0;
	font-size:1px;
}

.menu_font { font-family:Verdana,Helvetica,sans-serif; font-size:11px; color:white; text-align:center; font-weight:bold;}
.menu_font a:link { text-decoration:none; color:white;}
.menu_font a:visited { text-decoration:none; color:white;}
.menu_font a:hover { text-decoration:none; color:#FF55B5;}

.menu_active_font { font-family:Verdana,Helvetica,sans-serif; font-size:11px; color:#FF55B5; text-align:center; font-weight:bold;}
.menu_active_font a:link { text-decoration:none; color:#FF55B5;}
.menu_active_font a:visited { text-decoration:none; color:#FF55B5; }
.menu_active_font a:hover { text-decoration:none; color:#FF55B5; }


/* THE SUB MENU */

#submenu{
	position:absolute;
	top: 200px;
	left: 10px;
	width:150px;
	height:auto;
}

#submenu_item{
	float: bottom;
	margin-bottom: 10px;
	height: 20px;
}

.submenu_font { font-family: Verdana,Helvetica,sans-serif; font-size: 10px; color: black; }
.submenu_font a:link { text-decoration: none; }
.submenu_font a:visited { text-decoration: none; }
.submenu_font a:hover { text-decoration: none; color: green;}

.submenu_active_font { font-family:Verdana,Helvetica,sans-serif; font-size:10px; color:red; fontweight:bold;}
.submenu_active_font a:link { text-decoration:none; color:red; }
.submenu_active_font a:visited { text-decoration:none; color:red; }
.submenu_active_font a:hover { text-decoration:none; color:red; }

/* THE LEGAL MENU */

#legalmenu{
	position:absolute;
	left:10px;
	top:310px;
	width: 150px;
	height: 60px;
	border: solid 1px grey;
}

#legalmenu_item{
	float:bottom;
	margin-right:10px;
}

.legalmenu_font { font-family:Verdana,Helvetica,sans-serif; font-size:10px; color:black; }
.legalmenu_font a:link { text-decoration:none; }
.legalmenu_font a:visited { text-decoration:none; }
.legalmenu_font a:hover { text-decoration:none; color:green;}
