
/*naviagation*/
#top #nav a{
	color:#888;
}

#top #nav ul {
	border-top:none;
}



#top #nav li ul a{

}

#top  #nav ul a, #top  #nav ul li{
	background-color:#07348f;
	background-image:none;
}

#top  #nav ul a:hover, #top  #nav ul a:focus {
	background-color:#1887d0;
	color:#555;
}

#top  #nav a:hover, #top  #nav a:focus {
	color:#555;
}


#top #nav .current_page_item a{
	color:#ffffff;

	font-size:16px;
}

#top #nav .current_page_parent .current_page_item a, #top #nav .current_page_item ul a{
	border-right:0 solid #f5f5f5;
	border-left:none;
	background-image:none;
	color:#ffffff;
	font-size:12px;
}

