body {
	background-color: #E9E2C3;
}

ul, ol, li	{ margin-top: 0px; margin-bottom: 0px; margin-left: 5px }
ol			{ margin-top: 0px; margin-bottom: 0px; margin-left: 8px }

a:link		{ font-size: 9px; text-decoration: none; color: blue;  font-weight: bolder; text-align: center;}
a:visited	{ font-size: 9px; text-decoration: none; color: blue;  font-weight: bolder; text-align: center;}
a:hover, a:active { font-size: 9px; text-decoration: none; color: blue; background: #E9E2C3; font-weight: bolder; text-align: center;}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-align: center;
	margin-top: 0px; margin-bottom: 0px;

}

#menu li { /* all list items */
	float: left;
	position: relative;
	width: 9em; 
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;

}

#menu li ul {/* second-level lists */
	position: absolute;
	display: block; 
	top: 2em;
    left: 0;
	width: 16em; 

}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { visibility:hidden; }		

/* Make-up syles */
#menu ul, li {
    margin: 0 0 0 0; 
}

/* Styles for Menu Items */
#menu ul a {
	display: block;
	text-decoration: none;
	color: #00247e;
	background: #E9E2C3; /* IE6 Bug */
	padding: 5px;
	
}

/* Hover Styles */
#menu ul a:hover { 
	color: #E2144A;
	background: #E9E2C3; 
} 

/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	color: #00247e;
	background: #E9E2C3; /* IE6 Bug */
	border: 1px solid #E9E2C3;
    padding: 5px; 
} 

/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: #E2144A;
	background: #E9E2C3; 
} 

.contenttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: 00247e;
	width: 220px; 
 	padding-left: 10px

}

.line {
	/* color: #E2144A; */
	color: #ffffff; 

}