/**************************
Keyven Ferland
http://www.keyvenferland.com
Default Stylesheet
**************************/

/* =Main Nav-----------------------------------------------------------------------------*/

#nav {
	width: 894px;
	height:30px;
	margin:0;
	margin-left:10px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#tab { 
	margin:0;
}
#tab ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li {
	display:inline;
	float:left;
	margin:0 ;
	padding:0;
}
#tab a {
	margin:0;
	padding:0;
	width:109px;
	text-align: center;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	background: transparent url('../../img/bright_granite.gif') no-repeat right top;
}
#tab a span {
	font-size: 85%;
	display:block;
	padding:0 14px 3px 14px;
	color:#343530;
	line-height:27px;
	background: transparent url('../img/bleft_voluzion.gif') no-repeat left top;
}
#tab a:hover,#tab li.active a {
	background-position:right bottom;
}
#tab a:hover span,#tab li.active a span {
	background-position:left bottom;
	color:#343530;
	font-style:normal;
	text-decoration:none;
}

