/* Navbar with NO drop down menus. See v2.3 for working drop down menu version */
#navbar {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	text-align: center;
	width: 750px;
}

#navbar a, a:visited {
	text-decoration: none;
}

#navbar li.navmenu {
	float: left;
	position: relative;
	/* below lines prevent inheritance problems from zyrion_web.css */
	line-height: 21px;
	padding: 0 1px 0 0px; /* top right bottom left */
	margin: 0;
}

#navbar li ul {
        display: none;
        position: absolute;
        left: 0;
        margin: 0;
}


/* the buttons for the main menu */
li.navmenu div a.navmenuLink {
	padding: 0;
	margin: 0;
	display: block;
	background-image: url(/images/menu-bg-1px.gif);
	width: 106px;
	color: #ffffff;
	font-size: 11px;
	font-family: tahoma, arial, sans-serif; /*  */
	font-weight: bold; /* bold or normal */
	text-align: center;
}

#navbar li:hover, li.selected {
	background-color: #111111;
	color: #fff000;
}
/* background color of main menu on hover */
li.navmenu:hover a.navmenuLink, a.navmenuLink:hover {
	color: #fff000;
}

li.navmenu div {
	/* width: 106px; */
	padding: 0;
	margin: 0;
}
