
body {
	background-color: #EEEED0;
}


a:link {color: #ADD8E6}

a:visited {color: #ADD8E6}

a:active {color: #ADD8E6}

a:hover {color: yellow}

h6 {color: white; font-size:12px} 

#navigation {width:150px; font-size:12px;}
 
/*Main Menu*/


#navigation ul {
	margin:0px; 
	padding:0px; 
	background-color:#26499C;
				}

 
#navigation ul li {
	height:25px;
	line-height:25px; 
	list-style:none; 
	padding-left:5px;
	font-weight: bold; 
	color:white; 
	border-top:#fff solid; 
	border-bottom:#fff solid; 
	border-width:1px;
	cursor:pointer; 
				}

#navigation ul li:hover {
	background-color:#3659AC; 
	position:relative;
				}
 
/*Sub Menu*/
#navigation ul ul {
	display:none; 
	position:absolute; 
	left:100px; 
	top:0px; 
	border:#fff solid; 
	border-width:1px; 
	background-color:#3659AC;  
				}

#navigation ul li:hover ul {
	display:block;
				}
 
#navigation ul ul li { 
	width:300px; 
	float:left; 
	display:inline; 
	border:none;
				}

#navigation ul ul li:hover {
	text-decoration:underline; 
	border:none;
				}
 
#navigation li:hover ul li ul {
	display:none;
				}
 
#navigation ul ul li ul {
	width:300px; 
	left:150px; 
	background-color:#4669BC;
				}


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


 
