﻿/*Copyright by St. Paulus 2009. Landgraaf*/
/*Name: menu.css*/

div#h_menu_container
{
	position: absolute;
	top: 85px;
	left: 284px;
	width: 570px;
	height: 25px;
}

div#h_menu_left, div#h_menu_content, div#h_menu_right, .h_menu_bar, .h_menu_item, .h_menu_item_100, .h_menu_message
{
	float: left;
	clear: right;
}

div#h_menu_left
{
	width: 7px;
	height: 25px;
	background-image: url('menu/h_menu_left.gif' );
}

div#h_menu_content
{
	width: 556px;
	height: 25px;
	background-image: url('menu/h_menu.gif' );
}

div#h_menu_right
{
	width: 7px;
	height: 25px;
	background-image: url('menu/h_menu_right.gif' );
}

.h_menu_message
{
	font-size: 9pt;
	font-family: Times New Roman;
	font-style: italic;
	padding-top: 3px;
	text-align: right;
}
.h_menu_item, .h_menu_item_100
{
	width: 83px;
	height: 22px;
	cursor: pointer;
	font-size: 9pt;
	font-family: Times New Roman;
	font-style: italic;
	padding-top: 3px;
	text-align: center;
}
.h_menu_item_100
{
	width: 100px;
}
.h_menu_bar
{
	width: 1px;
	height: 25px;
	background-image: url('menu/h_menu_bar.gif' );
	margin-left: 5px;
	margin-right: 5px;
}

.l_menu
{
	width: 170px;
	background-image: url('menu/l_menu3.gif' ); /*border-bottom: solid 1px #a6d080;*/
}

.l_menu_item_cell
{
	width: 170px;
	height: 23px;
	cursor: pointer;
	background-image: url('menu/l_menu_item3.gif' );
	background-repeat: no-repeat;
}

.l_menu_item, .l_menu_top
{
	width: 150px;
	padding-left: 20px;
	font-size: 8pt;
	color: #004b82;
}

.l_menu_top
{
	height: 16px;
	padding-top: 2px;
	font-size: 9pt;
	overflow: hidden;
	background-image: url('menu/l_menu_top.gif' );
	background-repeat: no-repeat;
}

.l_menu_bottom
{
	overflow: hidden;
	width: 170px;
	height: 11px;
	background-image: url('menu/l_menu_bottom.gif' );
}

.l_menu_music
{
	overflow: hidden;
	width: 27px;
	height: 21px;
	background-image: url('menu/l_menu_music.gif' );
	position: absolute;
}

.l_menu_highlight
{
	background-repeat: no-repeat;	
	position: relative;
}