	
	
	.paragraph,table,td {
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	font-size: 9pt;
	color: Black;
	line-height : 13pt;
}
	.polaris {
	font-family: arial, helvetica, san serif;
	font-style: normal; 
	font-size: 7pt;
	color: black;
	text-decoration: none;
	}
	.bold {
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	font-weight: bold; 
	font-size: 9pt;
	color: Black;
	}
	
	.admin {
	font-family: Helvetica, Arial,  sans-serif;;
	font-style: normal;
	font-size: 7pt;
	line-height : 10pt;
	}
	
	.boldit {
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	font-weight: bold; 
	font-size: 9pt;
	color: Black;
	}
	
	.header, .title {
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	font-weight: bold; 
	font-size: 13pt;
	line-height : 12pt;
	color: Black;
	}
	
	.header2 {
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	font-weight: bold; 
	font-size: 11pt;
	color: Black;
	}
/*
	#menuBar {
		height: 20px;
		width: 790px;
		color: #fff;
		font-family: Arial, sans-serif;
		
	}
	
	#menuBar ul {
		list-style-type: none;
		margin: 0;
		padding: 2px 0 0 30px;
	}
	
	#menuBar ul li {
		float: left;
		padding-left: 25px;
		position: relative;
	}
	
	#menuBar ul li ul {
		position: absolute;
		text-align: left;
		margin: 0;
		padding: 0;
		background-color: #ccc;
		display: none;
		width: 170px;
	}
	
	#menuBar ul li ul li {
		clear: both;
		padding-left: 0;
		color: #000;
		font-family: Arial, sans-serif;
		font-size: 12px;
	}
	#menuBar a {
		padding-left: 20px;
		text-decoration: none;
	}
*/
#menuBar {
		height: 20px;
		width: 790px;
		color: #fff;
		font-family: Arial, sans-serif;
		
	}
/* 
	LEVEL ONE
*/
ul.dropdown{
	position: relative;
	list-style-type: none;
	padding: 2px 0 0 30px;
	margin: 0;
	
}
ul.dropdown li
{ 
	padding-left: 25px;
	float: left; 
	zoom: 1;  
}
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a{ 
	display: block; padding: 4px 8px; border-right: 1px solid #333;
	color: #222;
}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul{ 
	width: 220px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0;
	list-style-type: none;
	margin: 0;
}
ul.dropdown ul li{
	font-weight: normal; 
	background: #fff; 
	color: #000; 
	float: none;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-left: 20px;
}
 ul.dropdown ul li.hover,
 ul.dropdown ul li:hover{
 	 background-image: url(/images/submenu_on.gif);
 	 background-repeat: no-repeat;
 	 background-position: 5px 2px;
 }
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a{
	border-right: none; 
	width: 100%; 
	display: inline-block;
	text-decoration: none;
	margin: 0;
	padding: 0;
} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
