.arrowlistmenu {
	width: 172px; /*width of accordion menu*/
	padding-bottom: 1px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

	.arrowlistmenu strong {
	color: #666666;
	font-size: 14px;
	list-style-type: none;
	padding: 10px 0px 5px;
	position: relative;
	}
	.arrowlistmenu a:link {
		color: #666666;
	}
	.arrowlistmenu a:hover {
		color: #FF6600;
		color: #FF6600;
		background-color: #EEEEEE;
	}
	.arrowlistmenu a:active {
		color: #cccccc;
	}
	.arrowlistmenu a:visited {
		color: #999999;
	}
.arrowlistmenu .menuheader, .arrowlistmenu .menuhead, .arrowlistmenu h3 { /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: #595959;
	padding: 4px 0 4px 0;  
	cursor: hand;
	cursor: pointer; 
	margin-top: 0; 
	margin-bottom: 1px; 
}
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	margin-bottom: 10px;
}
.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 20px;
}
.arrowlistmenu ul li {
	padding-bottom: 2px;
	line-height: 18px; /*bottom spacing between menu items*/
	position: relative;
}
.categoryitems li span.new {
	color: #FF0000;
	size: 9px;
	font-weight: normal;
	font-size: 9px;
	margin-left: 10px;
}

li.news { 
	
}

.arrowlistmenu ul li a { 
	
}
.arrowlistmenu ul li a:hover { /*hover state CSS*/
	
 }

.port_menu {
padding-bottom: 20px;
}