/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* level 0 inner */
.out1 
{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	margin:  4px 0 0 8px;
	margin:  4px;
	text-align:justify ;
	color: #FFFFFF;
}
.over1 {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	margin: 5px 0 0 8px;
	color: #FFFFFF;
}

/* level 0 outer */
.out2 {
	font-family: Verdana;
	text-decoration : none;
	color: #FFFFFF;
	background-color: #2C5F93;
}
.over2 {
	font-family: Verdana;
	text-decoration : none;
	font-size: 8px;
	color: #FFFFFF;
	background-color: #2C5F93;
}

/* level 1 inner */
.out3 {
	font-family: Verdana;
	font-size: 11px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.over3 {
	font-family: Verdana;
	font-size: 11px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.out4 
{
    font-size:small;
	font-family: Verdana;
	text-decoration : none;
	background-color: #5286BB;
}
.over4 {
	font-family: Verdana;
	text-decoration : none;
	background-color: #1A4D81;
}