#portmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 700px;
}
#portmenu ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 700px;
	margin-right: 0px;
}
#portmenu li {
	float: left;
	width: 120px;
	margin-right: 1px;
}
#portmenu li a {
	text-decoration: none;
	text-align: center;
	display: block;
	height: 35px;
	background-image: url(../images/port_tab_off.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 4px;
	color: #ffffff;
}
#portmenu li a:hover {
	text-decoration: none;
	background-image: url(../images/port_tab_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #ffffff;
}

#portfoliomenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#portfoliomenu a {
	text-decoration: none;
	height: 25px;
	padding-top: 4px;
	color: #ffffff;
	width: 120px;
	text-align: center;
	display: block;
	margin-right: 1px;
}
#portfoliomenu a:hover {
	text-decoration: none;
	background-image: url(../images/port_tab_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.portfoliomenuOn {
	text-decoration: none;
	background-image: url(../images/port_tab_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.portfoliomenuOff {
	text-decoration: none;
	background-image: url(../images/port_tab_off.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
