﻿/* menu css */

/* #nav {
height:95px; width:970px; background-image:url('images/sliceMenuRepeat.png');
margin-left:auto; margin-right:auto; margin-top:-14px; margin-bottom:0px;
}
 */
#nav {
height:95px; width:970px; background-image:url('images/sliceMenuRepeat.png');
margin-left:auto; margin-right:auto; margin-top:-16px; margin-bottom:0px;
}

ul {
	margin-left:-35px; margin-top:-8.5px; height:30px
}

ul li {
list-style:none; list-style-type:none; display:inline; float:left; padding:0px; margin-left:0px;
}

li a {
display:block;
width: 101px;
padding:17px 4px 10px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
color:#636466;
text-decoration: none;
text-align:center;
}
li a:hover { 
color: #636466;
font-weight:bold;
}
li a:active {
color:#000000;
font-weight:bold;
}


li.home-btn a {
background: url("../images/nav/home-btn.png") 0 0 no-repeat;
}
li.home-btn a:hover { 
background: url("../images/nav/home-btn-over.png") 0 0 no-repeat;
}
li.home-btnOn .current {
background: url("../images/nav/home-btn-on.png") 0 0 no-repeat;
color:#000000;
font-weight:bold;
}

li.news-btn a {
background: url("../images/nav/forum-btn.png") 0 0 no-repeat;
}
li.news-btn a:hover { 
background: url("../images/nav/forum-btn-over.png") 0 0 no-repeat;
}
li.news-btnOn .current {
background: url("../images/nav/forum-btn-on.png") 0 0 no-repeat;
color:#000000;
font-weight:bold;
}

li.briefings-btn a {
background: url("../images/nav/briefings-btn.png") 0 0 no-repeat;
}
li.briefings-btn a:hover { 
background: url("../images/nav/briefings-btn-over.png") 0 0 no-repeat;
}
li.briefings-btnOn .current {
background: url("../images/nav/briefings-btn-on.png") 0 0 no-repeat;
color:#000000;
font-weight:bold;
}

li.events-btn a {
background: url("../images/nav/events-btn.png") 0 0 no-repeat;
}
li.events-btn a:hover { 
background: url("../images/nav/events-btn-over.png") 0 0 no-repeat;
}
li.events-btnOn .current {
background: url("../images/nav/events-btn-on.png") 0 0 no-repeat;
color:#000000;
font-weight:bold;
}

li.forum-btn a {
background: url("../images/nav/news-btn.png") 0 0 no-repeat;
}
li.forum-btn a:hover { 
background: url("../images/nav/news-btn-over.png") 0 0 no-repeat;
}
li.forum-btnOn .current {
background: url("../images/nav/news-btn-on.png") 0 0 no-repeat;
color:#000000;
font-weight:bold;
}

li.resources-btn a {
background: url("../images/nav/resources-btn.png") 0 0 no-repeat;
}
li.resources-btn a:hover { 
background: url("../images/nav/resources-btn-over.png") 0 0 no-repeat;
}
li.resources-btnOn .current {
background: url("../images/nav/resources-btn-on.png") 0 0 no-repeat;
color:#000000;
font-weight:bold;
}

li.register-btn a {
background: url("../images/nav/register-btn.png") 0 0 no-repeat;
}
li.register-btn a:hover { 
background: url("../images/nav/register-btn-over.png") 0 0 no-repeat;
}
li.register-btnOn .current {
background: url("../images/nav/register-btn-on.png") 0 0 no-repeat;
color:#000000;
font-weight:bold;
}

li.about-btn a {
background: url("../images/nav/about-btn.png") 0 0 no-repeat;
}
li.about-btn a:hover { 
background: url("../images/nav/about-btn-over.png") 0 0 no-repeat;
}
li.about-btnOn .current {
background: url("../images/nav/about-btn-on.png") 0 0 no-repeat;
color:#000000;
font-weight:bold;
}

li.contact-btn a {
background: url("../images/nav/contact-btn.png") 0 0 no-repeat;
}
li.contact-btn a:hover { 
background: url("../images/nav/contact-btn-over.png") 0 0 no-repeat;
}
li.contact-btnOn .current {
background: url("../images/nav/contact-btn-on.png") 0 0 no-repeat;
color:#000000;
font-weight:bold;
}









