/**************************
Keyven Ferland
http://www.keyvenferland.com
Default Stylesheet
**************************/

/* =Main Nav-----------------------------------------------------------------------------*/

#nav {
	background: transparent url('../../img/bg-nav.gif') no-repeat left top;
	width: 920px;
	height:64px;
	margin:0;
	padding:0;
	padding-top: 2px;
	padding-left: 60px; 
	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;
	text-align: center;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span {
	font-size: 85%;
	text-indent: -10000px;
	display:block;
	padding:0;
	color:#343530;
	line-height:40px;
}
#tab li#nav1 a {
	background: transparent url('../../img/nav-01.gif') no-repeat right top;

	width:83px;
}
#tab li#nav2 a {
	background: transparent url('../../img/nav-02.gif') no-repeat right top;

	width:165px;
}
#tab li#nav3 a {
	background: transparent url('../../img/nav-03.gif') no-repeat right top;

	width:186px;
}
#tab li#nav4 a {
	background: transparent url('../../img/nav-04.gif') no-repeat right top;

	width:150px;
}
#tab li#nav5 a {
	background: transparent url('../../img/nav-05.gif') no-repeat right top;

	width:90px;
}
#tab li#nav6 a {
	background: transparent url('../../img/nav-06.gif') no-repeat right top;

	width:86px;
}
#tab li#nav7 a {
	background: transparent url('../../img/nav-07.gif') no-repeat right top;
	width:89px;
}

#tab li#nav1 a:hover,
#tab li#nav2 a:hover,
#tab li#nav3 a:hover,
#tab li#nav4 a:hover,
#tab li#nav5 a:hover,
#tab li#nav6 a:hover,
#tab li#nav7 a:hover,
#tab li#nav1.active a,
#tab li#nav2.active a,
#tab li#nav3.active a,
#tab li#nav4.active a,
#tab li#nav5.active a,
#tab li#nav6.active a,
#tab li#nav7.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;
}

