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

ul.navbar-base
{
	height: 29px; margin: 0; padding: 0; /*border: 1px solid #FBAC20; border-bottom: 1px solid #BD4C00;*/ background-color:#90A8CE;
}

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

		ul.navbar-base li a:link,
		ul.navbar-base li a:visited,
		ul.navbar-base li a:active,
		ul.navbar-base li a:hover
		{
			font: bold 13px/29px "Times New Roman", Times, serif; color: #333; text-decoration: none; /*border-left: 1px solid #EC9B04;*/ padding: 0 10px 0 10px; display: block;
		}

		ul.navbar-base li a:hover
		{
			/*border-left: 1px solid #FBAA15;*/ color:#000; background: #AABEDA;
		}

ul.navbar-base li.menuActived a,
ul.navbar-base li.menuActived a:link,
ul.navbar-base li.menuActived a:visited,
ul.navbar-base li.menuActived a:active,
ul.navbar-base li.menuActived a:hover
{
	border-left: 1px solid #FBAA15; color:#3F2901; background: #FCC154;
}

ul.navbar-base li.menu_searchListing
{
	width:250px; background:url(../images/layout_edirectory/bgSearchListingTitle.gif) no-repeat 5px 0; font: bold 14px/29px "Times New Roman", Times, serif;
}

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

.footer-base
{
	 background:#FFF; padding:10px; margin-top:26px;
}

.footer-base table
{
	margin: 0 auto 0 auto;
}

.footer-base table td
{
	font: bold 11px/11px Verdana, Arial, sans-serif; color: #FFFFFF; padding: 0; margin: 0; border-left:1px solid #666666; text-align:center;
}

.footer-base table td a,
.footer-base table td a:link,
.footer-base table td a:visited,
.footer-base table td a:active,
.footer-base table td a:hover
{
	font: normal 8pt/11px Verdana, Arial, sans-serif; color: #333333; text-decoration: none; padding: 0 7px 0 7px; text-align:center;
}

.footer-base table td a:hover
{
	color:#003365; text-decoration: underline;
}