/* Menu bar styles */
ul.menu {
	background: #72A9BE url(images/menybutton.gif) repeat;
	list-style-type: none;
	margin: 0;
}

.menu li {
	border-bottom: 1px solid white;
	list-style:none;
}

.menu li a {
	display: block;
	line-height: 28px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding-left: 0.5em;
}

.menu li a:hover {
	background: white url(images/menybutton-over.gif) repeat-x;
	color: #73A9BE;
}


/* sub menu */


ul.submenu {
	list-style-type: inherit;
	background: inherit;
	margin: 0;
	margin-top: -5px;
	margin-bottom: 5px;
}

.submenu li {
	border: 0;
}

.submenu li a {
	line-height: 22px;
	color: white;
	padding-left: 1.5em;
}

#active_menu_entry  {
	font-style:italic; 
	text-decoration:underline;
}
