/*Website Menu */
#navcontainer
{
	position:absolute;
	margin: 52px 0px 0px 0px;
	padding: 0px;
	width:100%;
	height:80px;
	overflow: visible;
	z-index:30;
}

#navcontainer ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
}

#navcontainer ul li { float: left; }

#navcontainer ul li a
{
text-decoration: none;
float:left;
margin-top: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
/*Home Button*/
#navcontainer ul li a.Home
{
background: url("/img/Homea.gif") no-repeat top left;
height: 28px;
width: 65px;
}
#navcontainer li a.Home:hover
{
background: url("/img/Homeb.gif") no-repeat left top;
}
/*Association Button*/
#navcontainer ul li a.Association
{
background: url("/img/Associationa.gif") no-repeat top left;
height: 28px;
width: 105px;
}
#navcontainer li a.Association:hover
{
background: url("/img/Associationb.gif") no-repeat left top;
}
/*Galleries Button*/
#navcontainer ul li a.Galleries
{
background: url("/img/Galleriesa.gif") no-repeat top left;
height: 28px;
width: 74px;
}
#navcontainer li a.Galleries:hover
{
background: url("/img/Galleriesb.gif") no-repeat left top;
}
/*City Button*/
#navcontainer ul li a.City
{
background: url("/img/Citya.gif") no-repeat top left;
height: 28px;
width: 55px;
}
#navcontainer li a.City:hover
{
background: url("/img/Cityb.gif") no-repeat left top;
}
/*Links Button*/
#navcontainer ul li a.Links
{
background: url("/img/Linksa.gif") no-repeat top left;
height: 28px;
width: 60px;
}
#navcontainer li a.Links:hover
{
background: url("/img/Linksb.gif") no-repeat left top;
}
/*Newsletters Button*/
#navcontainer ul li a.Newsletters
{
background: url("/img/Newslettersa.gif") no-repeat top left;
height: 28px;
width: 105px;

}
#navcontainer li a.Newsletters:hover
{
background: url("/img/Newslettersb.gif") no-repeat left top;}
/*Forum Button*/
#navcontainer ul li a.Forum
{
background: url("/img/Foruma.gif") no-repeat top left;
height: 28px;
width: 60px;
}
#navcontainer li a.Forum:hover
{
background: url("/img/Forumb.gif") no-repeat left top;}

#navcontainer2 { display:none; }
#navelist2 { display:none; }
