/************************************************************************
* Navigation element styles
************************************************************************/
#NavTop ul
{
	display:block;
	position:relative;
	z-index:1;
	height:59px;
    list-style-type:none;
    text-align:center;
    margin:0;
    margin-left:50px;
    padding:0;
    border:none;
    white-space:nowrap;
}
#NavTop ul li
{
	float:left;
    display:block;
    height:59px;
    margin:0;
    padding:0;
    border:none;
    position:relative;
    z-index:98;
    white-space:nowrap;
}
#NavTop ul li a
{
	display:block;
	color:#2a256c;
	height:59px;
	font-family:Georgia, Times New Roman, Serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	white-space:nowrap;
}
#NavTop ul li a:hover
{
    cursor:pointer;
}
#NavTop ul li a.current, #NavTop ul li a.current:link, #NavTop ul li a.current:visited
{
    text-decoration:none;
}
#NavTop a.current:hover
{
    text-decoration:none;
}
#NavTop a span
{
	visibility:hidden;
}

/* drop down navigation */
#NavTop ul li ul
{
    display:none;
}
#NavTop ul li:hover ul, #NavTop ul li.sfhover ul
{
	float:none;
    display:block;
    width:auto;
    height:auto;
    margin:0;
    padding:16px 0;
    border:none;
    background:#eeb886 url(images/bgSubNav.png) repeat-x;
    list-style:none;
    text-align:left;
    position:absolute;
    z-index:99;
    top:59px;
    left:0;
    z-index:2;
}
#NavTop ul li ul li
{
	float:none;
	display:block;
	width:auto;
	height:auto;
    margin:0;
    padding:0;
    border:none;
    background-image:none;
    white-space:nowrap;
}
#NavTop ul li ul li a
{
	float:none;
	display:block;
	width:auto;
	height:auto;
	margin:5px 8px;
	margin-bottom:0;
	padding:2px 5px;
	border:none;
	color:#FFF;
}
#NavTop ul li ul li a:hover
{
	background-color:#c57c66;
}

/* Company section */
li#Company
{
	width:80px;
	background:url(images/navCompany.png) no-repeat;
}
li#Company:hover, li.sfhover#Company
{
	background:url(images/navCompany_hover.png) no-repeat;
}
li#Company a
{
	width:80px;
}
li#Company a.current
{
	background:url(images/navCompany_current.png) no-repeat;
}
li#Company ul li a
{
	width:auto;
}

/* Relief section */
li#Relief
{
	width:130px;
	background:url(images/navRelief.png) no-repeat;
}
li#Relief:hover, li.sfhover#Relief
{
	background:url(images/navRelief_hover.png) no-repeat;
}
li#Relief a
{
	width:130px;
}
li#Relief a.current
{
	background:url(images/navRelief_current.png) no-repeat;
}
li#Relief ul li a
{
	width:auto;
}

/* Science section */
li#Science
{
	width:150px;
	background:url(images/navScience.png) no-repeat;
}
li#Science:hover, li.sfhover#Science
{
	background:url(images/navScience_hover.png) no-repeat;
}
li#Science a
{
	width:150px;
}
li#Science a.current
{
	background:url(images/navScience_current.png) no-repeat;
}
li#Science ul li a
{
	width:auto;
}

/* Testimonials section */
li#Testimonials
{
	width:95px;
	background:url(images/navTestimonials.png) no-repeat;
}
li#Testimonials:hover, li.sfhover#Testimonials
{
	background:url(images/navTestimonials_hover.png) no-repeat;
}
li#Testimonials a
{
	width:95px;
}
li#Testimonials a.current
{
	background:url(images/navTestimonials_current.png) no-repeat;
}
li#Testimonials ul li a
{
	width:auto;
}

/* Buy section */
li#Buy
{
	width:130px;
	background:url(images/navBuy.png) no-repeat;
}
li#Buy:hover, li.sfhover#Buy
{
	background:url(images/navBuy_hover.png) no-repeat;
}
li#Buy a
{
	width:130px;
}
li#Buy a.current
{
	background:url(images/navBuy_current.png) no-repeat;
}
li#Buy ul li a
{
	width:auto;
}

