* :focus { outline: 0; }

body  {
	background-color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	width: 100%;
	height: 100%;
}

.arrowlistmenu {
	width: 199px;
	padding-bottom: 1px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align:left;
}

	.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;
	}
	.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: 8px;

}
.arrowlistmenu ul li {
	padding-bottom: 2px;
	line-height: 12px; /*bottom spacing between menu items*/
	position: relative;
	margin-left:-36px;
	font-family: Helvetica, Arial, sans-serif;
}
li.news { 
	
}

.arrowlistmenu ul li a {
font-family: Helvetica, Arial, sans-serif;
font-size:12px;
line-height:16px;
color:#666666;
}

.arrowlistmenu ul li a:visited {
font-family: Helvetica, Arial, sans-serif;
font-size:12px;
line-height:16px;
color:#666666;
}

.arrowlistmenu ul li a:hover { /*hover state CSS*/
font-family: Helvetica, Arial, sans-serif;
color: #CE5B15;
line-height:16px;
font-size:12px;
 }

.port_menu {
padding-bottom: 20px;
}

.port_menu li span.new {
	color: #CE5B15;
	size: 9px;
	font-weight: bold;
	font-size: 9px;
	margin-left: 10px;
}


.sidelinklarge {
	font: bold 14px Arial;
	color: #595959;
	padding: 4px 0 4px 0;  
	cursor: hand;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 1px;
}

a.sidelinklarge:link {	font: bold 14px Arial;
	color: #595959;
	padding: 4px 0 4px 0;  
	cursor: hand;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 1px;}
a.sidelinklarge:visited {	font: bold 14px Arial;
	color: #595959;
	padding: 4px 0 4px 0;  
	cursor: hand;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 1px;}
a.sidelinklarge:hover {	font: bold 14px Arial;
	color: #FF6600;
	padding: 4px 0 4px 0;  
	cursor: hand;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 1px;}


