/*///////////////////////////////////////////
	LAYOUT STRUCTURE - MENU > NAVBAR
/////////////////////////////////////////////*/

div.navbar-base
{
	height: 30px; margin: 0 2px 6px 0; padding: 0;
}

.hdr,
.hdr a:link,
.hdr a:visited,
.hdr a:active,
.hdr a:hover
{
	font: bold 12px/29px Arial, Verdana, Helvetica, sans-serif; color: #5FA7B8; text-decoration: none; padding: 0;
}

.hdr a:hover
{
	text-decoration:underline;
}


/*///////////////////////////////////////////
	LAYOUT STRUCTURE - MENU > NAVBAR
/////////////////////////////////////////////*/

ul.footer-base
{
	height: 36px; margin: 5px 2px 6px 0; padding: 0; background: #FFFFFF url("/images/layout_edirectory/bg_footer.gif") right center no-repeat;
}

	ul.footer-base li
	{
		list-style: none; padding: 0; margin: 0; float: right;
	}

		ul.footer-base li a:link,
		ul.footer-base li a:visited,
		ul.footer-base li a:active,
		ul.footer-base li a:hover
		{
			font: normal 11px/34px Arial, Verdana, Helvetica, sans-serif; color: #000000; text-decoration: underline; padding: 0 9px 0 10px; display: block;
		}

		ul.footer-base li a:hover
		{
			text-decoration:none;
		}
