#navcontainer {
	background-color: #FFFFFF;
	margin-left: 4px;
	margin-right: 0;
	margin-top:5px;
	padding-bottom:1px;
	background-image: url(../images/naviback-1.jpg);
	background-repeat:no-repeat;
	height:409px;
}
.gecko #navcontainer {
	background-color: #FFFFFF;
	margin-left: 4px;
	margin-right: 0;
	margin-top:5px;
	padding-bottom:1px;
	height:410px;
}
#navcontainer ul
{
	margin-left: 0px;
	padding-left: 0px;
	height:65px;
	list-style-type: none;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 3px;
	margin-top:0;
	padding-top: 0px;
}
.gecko #navcontainer ul
{
	margin-left: 0px;
	padding-left: 0px;
	height:65px;
	list-style-type: none;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 3px;
	padding-top: 6px;
}


#navcontainer a
{
	display: block;
	width: 213px;
	height:65px;
	padding-right: 0px;
	padding-left: 14px;
	margin-bottom: 3px;
	
}

#navcontainer a:link
{
color: #EEE;
text-decoration: none;
}
#navcontainer a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
	background-image: url(../images/button_over.png);
	font-weight: bold;
	color: #FF9900;
}
.gecko #navcontainer a:hover{margin-top:-2px; 
background-image: url(../images/button_over.png);
	font-weight: bold;
	color: #FF9900;}
#active {
	display: block;
	width: 213px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 14px;
	background-image: url(../images/button_over.png);
	margin-bottom: 2px;
}
.number {
	font-weight: bold;
	color: #FF9900;
	font-size: 14px;
}

