/* menu bar for template 0 */

div#menubar {
	position: relative;
	display: block;
	border-top: 1px solid;
	border-bottom: 1px solid;
	height: 25px;
	text-align: left;
	width: 100%;
}

div#menulinks {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 97%;	
}

td.menulink, td.menuselected, td.gtitle {
	height: 23px;
}

.menulink, .menuselected, div#menubar, div#menubar span, div#menubar a, div#menulinks span, div#menulinks a {
	/* fix menubar font sizes so they fit nicely */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
}

a.menulink:link, a.menulink:visited {
	text-decoration: none;
	background: transparent;
}

.menuselected {
	background: transparent;
	color: #000;
}