/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

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

#menu {
	height: 35px;
	text-align:right;
	margin: 0 10px 0 0;
	border: 0;
}

#menu ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#menu ul li
{
	margin:0;
	padding:0;
	position: relative;
	float:right;
	font: 8pt Arial, Verdana;
	color:#666;
	border: 0;
	height: 35px;
}

#home a, #supplier a, #resources a, #reviews a, #myaccount a { width:114px; height:35px; display:block; }

#menu ul li#home { background:url('/images/layout_edirectory/bt_home_off.jpg') no-repeat; }
#menu ul li#supplier { background:url('/images/layout_edirectory/bt_supplier_off.jpg') no-repeat; }
#menu ul li#resources { background:url('/images/layout_edirectory/bt_resources_off.jpg') no-repeat; }
#menu ul li#reviews { background:url('/images/layout_edirectory/bt_reviews_off.jpg') no-repeat; }
#menu ul li#myaccount { background:url('/images/layout_edirectory/bt_myaccount_off.jpg') no-repeat; }
 
#menu ul li#home a:hover { background:url('/images/layout_edirectory/bt_home_on.jpg') no-repeat; }
#menu ul li#supplier a:hover { background:url('/images/layout_edirectory/bt_supplier_on.jpg') no-repeat; }
#menu ul li#resources a:hover { background:url('/images/layout_edirectory/bt_resources_on.jpg') no-repeat; }
#menu ul li#reviews a:hover { background:url('/images/layout_edirectory/bt_reviews_on.jpg') no-repeat; }
#menu ul li#myaccount a:hover { background:url('/images/layout_edirectory/bt_myaccount_on.jpg') no-repeat; }

#menu ul li#logged
{
	padding-left:5px;
	float:left;
	font: 8pt Arial, Verdana;
	color:#333;
	width:200px;
}

#menu ul li#logged p
{
	margin: 0;
	padding:0;
	text-align:center;
}

#menu ul li#logged a:link, #menu ul li#logged a:hover, #menu ul li#logged a:visited, #menu ul li#logged a:active
{
	font: bold 8pt Arial, Verdana;
	color:#666;
	text-decoration:underline;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

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

.footer-base
{
	margin: 26px 0 0 0;
	padding:8px 0 0 0; 
	border-top:1px dashed #e0e0e0;
	display: block;
}

.footer-base ul
{
	width: 600px;
	height: 20px;
	list-style: none;

	margin: 0 auto 0 auto;
	padding: 0;
}

.footer-base li
{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;

	padding: 0;
	margin: 0;
	float: right;
	border-left:1px solid #666;

	display: block;
	position: relative;
}

.footer-base li a,
.footer-base li a:link,
.footer-base li a:visited,
.footer-base li a:active,
.footer-base li a:hover

{
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	
	padding: 0 7px 0 7px;
	cursor: pointer;
	
	float: left;
}

.footer-base li a:hover
{
	color:#BD4C00;
	text-decoration: underline;
}
