ul.menu {
	margin-top:0;
	margin-right:0;
	margin-bottom:2;
	margin-left:4px;	
	list-style-position: outside;
}
li.menu { list-style-type:none }
a.menu { text-decoration:none; font-size:14px }
a.link { text-decoration:none; font-size:12px }
div.borderedheader{ 
	width:130px;	
	border-style: solid;
	border-color: #4A4A4A;
	border-width: 1px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	background-color: #FAC800;
}
div.sub{
	width:120px;
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}