DIV.level0 {
	font-family: Arial, Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
DIV.container  {
	position: absolute;
	clip: rect(0px, 0%, 0%, 0px);
	visibility: hidden;
	background-color: #199FFF;
}
DIV.level1 {
	position: relative;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #199FFF;
	cursor: hand;
	width: 175px;
	text-decoration: none;
}
DIV.bordered {
	position: relative;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 13px;
	padding-top: 5px; 
	padding-bottom: 5px;
	padding-left: 5px; 
	padding-right: 5px;
	border-top: 1px solid #FFFFFF;
	background-color:#199FFF;
	cursor:hand;
	width:175px;
	text-decoration: none;			
}
A.menu_item {
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;		
}
A.menu_item:hover {
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	color: #0A20B2;	
}
