#nav_main { 
	float: left;
	width: 100%;
	background-color: #00446D; 
	text-align: left !important;
	overflow: visible !important
}

#nav_main ul { 
	width: 100%;
	margin: 0 auto;
	list-style: none;
	border: none
}

#nav_main li { 
	float: left;
	position: relative;
	width: 10.1em
	w\idth: 9.5em
}

#nav_main a { 
	display: block;
	width: 14.4em; 
	color: #FFF; 
	background-color: #F00;
} 

#subnavigation ul li a {
	padding: 3px 5px 3px 5px
}

#nav_main a:hover { 
	background-color: #900
}

#nav_main li ul { 
	display: block;
	position: absolute; 
	width: 14.4em; 
	left: -999em;
	border: 1px solid black
} 

#nav_main li:hover ul {
	left: 6px;
	top: -78px
}

#nav_main li li {
	display: block
}







#nav_main ul li.first {
		background: #00446D !important;
		margin-top: 2px;
		margin-bottom: 1px;
		height: 18px;
		/*url("../yaml/images/subnavi.gif") repeat 0 78px*/
		width: 100%
}


#nav_main ul li.second {
		/*background: url("../yaml/images/subnavi.gif") repeat 0 58px !important;*/
		background: #B20592 !important;
		margin-top: 0;
		margin-bottom: 1px;
		height: 18px;		
		width: 100%
}

#nav_main ul li.third {
		/*background: url("../yaml/images/subnavi.gif") repeat 0 37px !important;*/
		background: #A09600 !important;
		margin-top: 0;
		margin-bottom: 1px;
		height: 18px;		
		width: 100%
}

#nav_main ul li.last {
		/*background: url("../yaml/images/subnavi.gif") repeat 0 19px !important;*/
		background: #F89C1C !important;
		margin-top: 0;
		margin-bottom: 2px;
		height: 18px;				
		width: 100%
}