/*
* Southern Silver Exploration menu styles
*
*/


/* Main menu
-----------------------------*/

div#menu-container {
	position: absolute;
	left: 228px; top: 102px;
	width: 800px;
	height: 48px;
	z-index: 20;
}

ul#mainmenu {
	position: absolute;
	left: 0px; top: 0px;
	margin: 0px; padding: 0px;
	list-style-type: none;
	height: 27px;
}

ul#mainmenu li {
	float: left;
	margin: 0px; padding: 0px;
}

ul#mainmenu li.separator {
	float: left;
	width: 7px; height: 27px;
	background: url(../images/menu/separator.gif) no-repeat;
}

ul#mainmenu a {
	font-size: 0px;
	text-decoration: none;
	display: block;
}


ul#mainmenu a.home {
	width: 47px; height: 27px;
	background: url(../images/menu/home.gif) 0 0;
}
body.home ul#mainmenu a.home,
ul#mainmenu a.home:hover {
	background: url(../images/menu/home.gif) -47px 0;
}


ul#mainmenu a.corporateprofile {
	width: 107px; height: 27px;
	background: url(../images/menu/corporateprofile.gif) 0 0;
}
body.corporateprofile ul#mainmenu a.corporateprofile,
ul#mainmenu a.corporateprofile:hover {
	background: url(../images/menu/corporateprofile.gif) -107px 0;
}


ul#mainmenu a.whatsnew {
	width: 79px; height: 27px;
	background: url(../images/menu/whatsnew.gif) 0 0;
}
body.whatsnew ul#mainmenu a.whatsnew,
ul#mainmenu a.whatsnew:hover {
	background: url(../images/menu/whatsnew.gif) -79px 0;
}


ul#mainmenu a.projects {
	width: 58px; height: 27px;
	background: url(../images/menu/projects.gif) 0 0;
}
body.projects ul#mainmenu a.projects,
ul#mainmenu a.projects:hover {
	background: url(../images/menu/projects.gif) -58px 0;
}


ul#mainmenu a.investors {
	width: 66px; height: 27px;
	background: url(../images/menu/investors.gif) 0 0;
}
body.investors ul#mainmenu a.investors,
ul#mainmenu a.investors:hover {
	background: url(../images/menu/investors.gif) -66px 0;
}


ul#mainmenu a.news {
	width: 44px; height: 27px;
	background: url(../images/menu/news.gif) 0 0;
}
body.news ul#mainmenu a.news,
ul#mainmenu a.news:hover {
	background: url(../images/menu/news.gif) -44px 0;
}


ul#mainmenu a.contactus {
	width: 75px; height: 27px;
	background: url(../images/menu/contactus.gif) 0 0;
}
body.contactus ul#mainmenu a.contactus,
ul#mainmenu a.contactus:hover {
	background: url(../images/menu/contactus.gif) -75px 0;
}


ul#mainmenu a.german {
	width: 74px; height: 27px;
	background: url(../images/menu/switch-german.gif) 0 0;
}



/* Main menu
-----------------------------*/

ul#submenu {
	position: absolute;
	left: 77px; top: 31px;
	margin: 0px; padding: 0px;
	list-style-type: none;
}

ul#submenu li {
	float: left;
	margin: 0px; padding: 0px 10px 0px 0px;
}

ul#submenu a {
	font: 11px/11px "Trebuchet MS", "Tahoma", sans-serif;
	color: #acacac;
	text-decoration: none;
	display: block;
	padding-bottom: 3px;
}


/* Corporate Profile */
body.highlights ul#submenu a.highlights,
body.management ul#submenu a.management,
body.governance ul#submenu a.governance,
body.listinginfo ul#submenu a.listinginfo,
body.corporateinfo ul#submenu a.corporateinfo,
body.disclaimer ul#submenu a.disclaimer,
/* Investors */
body.stockquote ul#submenu a.stockquote,
body.media ul#submenu a.media,
body.sedar-filings ul#submenu a.sedar-filings,
body.financial-reports ul#submenu a.financial-reports,
body.contact-ir ul#submenu a.contact-ir,
body.events ul#submenu a.events,
body.links ul#submenu a.links,
/* Projects */
body.overview ul#submenu a.overview,
body.gallery ul#submenu a.gallery,
body.mexico ul#submenu a.mexico,
body.usa ul#submenu a.usa,
body.locationmaps ul#submenu a.locationmaps,
/* Contact Us */
body.contactform ul#submenu a.contactform,
body.newsletter ul#submenu a.newsletter,
/* Default hover */
ul#submenu a.on,
ul#submenu a:hover {
	border-bottom: 3px solid #f6af55;
}