/*  Author: Matthew Vaughan - Simplefusion.co.uk 
	Email: Matt@simplefusion.co.uk 
	Stylesheet for number menu in portfolio
*/
	#ProjectSelect{
	width:350px;
	height:35px;
	margin-left:250px;
	margin-top:15px;
	}
	#ProjectSelect ul{
	list-style-type:none;
	margin:0;
	line-height:20px;
	text-align:center;
	}
	#ProjectSelect li{
	float:left;
	}
	#ProjectSelect li a{
	margin-left:5px;
	margin-right:5px;
	width:30px;
	height:25px;
	display:block;
	text-align:center;
	background-color:#333333;
	border-color:#666666;
	border-width:3px;
	border-style:outset;
	border:solid;
	padding-top:5px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#999999;
	}
	#ProjectSelect li a:hover{
	background-color:#990099;
	color:#FFFFFF;
	border-color:#999999;
	}	