#hvemenu
	{
	padding:0;
	border:0px;
	background:url(./menubalk.gif) repeat-x bottom left;
	margin:0;
	}

#hvemenu ul
	{
	margin:0 auto;
	padding:0;
	list-style:none;
	display:table;
	white-space:nowrap;
	list-style:none;
	height:2em;
	position:relative;
	font-size:15px;
	}

#hvemenu li
	{
	display:table-cell;
	margin:0;
	padding:0;
	}

#hvemenu li a
	{
	display:block;
	float:left;
	height:2em;
	line-height:2em;
	background:url(./menu1.jpg) no-repeat;
	color:#FF0;
	text-decoration:none;
	font-family:arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 10px;
	cursor:pointer;
	}

#hvemenu li a b
	{
	float:left;
	display:block;
	padding:0 10px 0 0;
	background:url(./menu1.jpg) no-repeat right top;
	}

#hvemenu li a:hover
	{
	color:#FFF;
	background:url(./menu1h.jpg) no-repeat;
	}

#hvemenu li a:hover b
	{
	background:url(./menu1h.jpg) no-repeat right top;
	}

#hvemenu li a:active
	{
	color:#770;
	background:url(./menu1a.jpg) no-repeat;
	}

#hvemenu li a:active b
	{
	background:url(./menu1a.jpg) no-repeat right top;
	}

#hvemenu li.accent a
	{
	color:#FF0;
	background:url(./menu3.jpg) no-repeat;
	}

#hvemenu li.accent a b
	{
	background:url(./menu3.jpg) no-repeat right top;
	}

#hvemenu li.accent a:hover
	{
	color:#FFF;
	background:url(./menu3h.jpg) no-repeat;
	cursor:default;
	}

#hvemenu li.accent a:hover b
	{
	background:url(./menu3h.jpg) no-repeat right top;
	}

#hvemenu li.accent a:active
	{
	color:#770;
	background:url(./menu3a.jpg) no-repeat;
	cursor:default;
	}

#hvemenu li.accent a:active b
	{
	background:url(./menu3a.jpg) no-repeat right top;
	}

#hvemenu li.project a
	{
	color:#FF0;
	background:url(./menu2.jpg) no-repeat;
	}

#hvemenu li.project a b
	{
	background:url(./menu2.jpg) no-repeat right top;
	}

#hvemenu li.project a:hover
	{
	color:#FFF;
	background:url(./menu2h.jpg) no-repeat;
	cursor:default;
	}

#hvemenu li.project a:hover b
	{
	background:url(./menu2h.jpg) no-repeat right top;
	}
#hvemenu li.project a:active
	{
	color:#770;
	background:url(./menu2a.jpg) no-repeat;
	cursor:default;
	}

#hvemenu li.project a:active b
	{
	background:url(./menu2a.jpg) no-repeat right top;
	}

