ul{
	list-style-type:none;
	float: right;
}

ul a{
	display:block;
	width:168px;
	height:30px;
	color:#FFF;
	text-decoration:none;
	line-height: 30px;
}
li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#FFFFFF;
	padding-right: 10px;
}
li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#FFFFFF;
	padding-right: 10px;
}
a:hover {
	color: #9A8E64;
}



/*WorkshopThumbsNav*/
a.wkshp_photoL {
	display: inline;
	background:url(../images/structure_icon.jpg) no-repeat center top; 
	width: 154px;
	height: 248px;
	float: left;
	overflow:hidden;
	}
a.wkshp_photoL:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
a.wkshp_photoM {
	display: inline;
	background:url(../images/players_icon.jpg) no-repeat center top;
	width: 154px;
	height: 248px;
	float: left;
	overflow:hidden;
	}
a.wkshp_photoM:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
a.wkshp_photoR {
	display: inline;
	background:url(../images/varnish_icon.jpg) no-repeat center top;
	width: 154px;
	height: 248px;
	float: left;
	overflow: hidden;
}
a.wkshp_photoR:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}