#menu 
	{
		display: block;
		position: relative;
		width: 580px;
		height: 40px;
		top: 3px;
		left: 5px;
	}
.home, .about, .prodlines, .renportfolio, .conportfolio, .contact
	{
		display: block;
		position: absolute;
		width: 64px;
		height: 45px;
		left: 0px;
		top: 0px;
		background: transparent;
		text-align: center;
		line-height: 40px;
	}
.about
	{
		width: 104px;
		left: 64px;
	}
.prodlines
	{
		width: 84px;
		left: 168px;
		line-height: 15px;
		padding-top: 5px;
	}
.renportfolio
	{
		width: 114px;
		left: 252px;
		line-height: 15px;
		padding-top: 5px;
	}
.conportfolio
	{
		width: 114px;
		left: 366px;
		line-height: 15px;
		padding-top: 5px;
	}
.contact
	{
		width: 104px;
		left: 480px;
	}
a.menu, a.menu:visited
	{
		font-family: Verdana;
		font-size: 10pt;
		font-weight: normal;
		text-decoration: none;
		color: #F6F9A0;
	}
a.menu:hover
	{
		text-decoration: underline;
		color: #9CF820;
	}