#navigation
{
	margin						: 0px;
	padding						: 0px;
	width						: 489px;
	height						: 89px;
	background-image			: url(bg-navigation.png);
	background-repeat			: none;
}

/* ----------------------------------- */
/* ------------- NAV TOP ------------- */
/* ----------------------------------- */

#top-navigation
{
	margin						: 0px;
	padding						: 0px;
	width						: 100%;
	height						: 30px;
}

#top-navigation ul
{
	margin						: 0 0 0 32px;
	padding						: 0px;
	list-style-type				: none;
	height						: 100%;
}

#top-navigation li
{
	margin-top					: 1px;
	padding-top					: 5px;
	float						: left;
	font-size					: 11px;
	height						: 15px;
}

#top-navigation li a
{
	color						: #505050;
}

#top-navigation li a:hover
{
	color						: #6d460e;
}

.top_li_site_map
{
	width						: 273px;
}

.top_li
{
	border-right				: 1px Solid #e4e4e4;
	padding						: 0 12px 0 12px;
}

.top_li_spanish
{
	padding						: 0 0 0 12px;
}


/* ----------------------------------- */
/* ------------- NAV BOT ------------- */
/* ----------------------------------- */

#bot-navigation
{
	margin						: 0px;
	padding						: 0px;
	width						: 100%;
	height						: 59px;
	/*background-color			: #00FF00;*/
}

#bot-navigation ul
{
	margin						: 29px 0 0 0;
	padding						: 0px;
	list-style-type				: none;
}

#bot-navigation li
{
	margin						: 0px;
	padding						: 0px;
	float						: left;
}

#li_company a
{
	display					: block ; 
    background				: url(btn_company.png) left top no-repeat ; 
    color					: #505050 ;
    width					: 120px;
    height					: 30px;
    text-indent				: -9000px;
    overflow				: hidden;  
}

#li_company a:hover, #li_company a:focus, #li_company a:active
{ 
    background				: url(btn_company.png) left bottom no-repeat ; 
}

#li_corporate a
{
	display					: block ; 
    background				: url(btn_corporate.png) left top no-repeat ; 
    color					: #505050 ;
    width					: 75px;
    height					: 30px;
    text-indent				: -9000px;
    overflow				: hidden;  
}

#li_corporate a:hover, #li_corporate a:focus, #li_corporate a:active
{ 
    background				: url(btn_corporate.png) left bottom no-repeat ; 
}

#li_mining a
{
	display					: block ; 
    background				: url(btn_mining.png) left top no-repeat ; 
    color					: #505050 ;
    width					: 51px;
    height					: 30px;
    text-indent				: -9000px;
    overflow				: hidden;  
}

#li_mining a:hover, #li_mining a:focus, #li_mining a:active
{ 
    background				: url(btn_mining.png) left bottom no-repeat ; 
}

#li_exploration a
{
	display					: block ; 
    background				: url(btn_exploration.png) left top no-repeat ; 
    color					: #505050 ;
    width					: 85px;
    height					: 30px;
    text-indent				: -9000px;
    overflow				: hidden;  
}

#li_exploration a:hover
{ 
    background				: url(btn_exploration.png) left bottom no-repeat ; 
}

#li_investors a
{
	display					: block ; 
    background				: url(btn_investors.png) left top no-repeat ; 
    color					: #505050 ;
    width					: 72px;
    height					: 30px;
    text-indent				: -9000px;
    overflow				: hidden;  
}

#li_investors a:hover, #li_investors a:focus, #li_investors a:active
{ 
    background				: url(btn_investors.png) left bottom no-repeat ; 
}

#li_media a
{
	display					: block ; 
    background				: url(btn_media.png) left top no-repeat ; 
    color					: #505050 ;
    width					: 46px;
    height					: 30px;
    text-indent				: -9000px;
    overflow				: hidden;  
}

#li_media a:hover, #li_media a:focus, #li_media a:active
{ 
    background				: url(btn_media.png) left bottom no-repeat ; 
}

#li_news a
{
	display					: block ; 
    background				: url(btn_news.png) left top no-repeat; 
    color					: #505050;
    width					: 40px;
    height					: 30px;
    text-indent				: -9000px;
    overflow				: hidden;  
}

#li_news a:hover, #li_news a:focus, #li_news a:active
{ 
    background				: url(btn_news.png) left bottom no-repeat ; 
}


#bot-navigation li ul
{
	position				: absolute;
	margin					: 0 0 0 18px;
	padding					: 2px 0 0 0;
	width					: 88px;
	left					: -999em;
	background-color		: #bfa650;
}

#bot-navigation li ul li a
{
	width					: 92px;
	background				: none;
	text-indent				: 0;
	color					: #505050;
	background-color		: #FFFFFF;
	height					: 18px;
	padding					: 2px 0 0 10px;
	border-bottom			: 1px Solid #5b4f3f;
}

#bot-navigation li ul li a:hover
{
	background				: none;
	text-indent				: 0;
	color					: #6d460e;
	background-color		: #FFFFFF;
	border-bottom			: 1px Solid #5b4f3f;
}

#bot-navigation li:hover ul, #bot-navigation li li:hover ul, #bot-navigation li.sfhover ul, #bot-navigation li li.sfhover ul 
{
        left				: auto;
        min-height			: 0;
}



