#navcontainerS {
	width: 214px;
	background-color: #000;
	margin-top:20px;
}
.gecko #navcontainerS {
	width: 214px;	
	background-color: #000;
	
}

#navcontainerS ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;

}
.gecko #navcontainerS ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;

}
#navcontainerS li span{
color:#fff; height:39px; width:100%; font-family: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif; font-weight:normal; font-size:18px; text-align:center;
}
.gecko #navcontainerS li span{ margin-top:250px;
}

#navcontainerS a
{
	display:block; color:#999999; text-decoration:none; 
	font-family: Tahoma, Verdana, "Century Gothic";
	font-size: 14px;
	height: 15px;
	padding-left: 33px;
	width: 178px;
	line-height: 18px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-top: 17px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	text-align:left;
	background-image: url(../images/button_normal.gif);
	background-repeat: no-repeat;
}

#navcontainerS a:hover
{
	color: #FFFFFF;
	background-image: url(../images/button_active.gif);
	background-repeat: no-repeat;
}
#navcontainerS li#actives a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/button_active.gif);
	background-repeat: no-repeat;
}

