.header{
	width:100%;
	float:left;
	height:60px;
	z-index:1;
}

.header-content{
	width:990px;
	margin:0 auto;
	height:50px;
}

.header-content ul{
	float:left;
	border-right:1px solid #666;
	margin-top:17px;
}

.header-content ul li{
	float:left;
	height:22px;
	line-height:22px !important;
	border-left:1px solid #666;
	padding:0 10px 0 20px;
}

.header-content ul li span{
	display:block;
}

.header-content ul li span object{
	margin-top:3px;
}

.header-content a{
	cursor:pointer;
	font-style:italic;
	color:#fff;
	padding-right:13px;
	font-size:0.8em;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
}

.header-content a:hover{
	color:#BE1E2D;
}

.header-content ul li span a#contact{
	width:48px;
}

.header-content ul li a:hover{
/*	font-weight:bold;*/		
}

li#home a,
li#why a,
li#about a,
li#features a,
li#pricing a,
li#video a,
li#contact a{
	background:url(/html/images/framework/nav-bar.png) no-repeat 0 5px;
	display:block;
	z-index:500;
}

.header-content li#home a{width:35px; background-position:0px 5px;}
.header-content li#why a{width:100px; background-position:-70px 5px;}
.header-content li#about a{width:35px; background-position:-216px 5px;}
.header-content li#features a{width:55px; background-position:-285px 5px;}
.header-content li#pricing a{width:40px; background-position:-360px 5px;}
.header-content li#video a{width:55px; background-position:-430px 5px;}
.header-content li#contact a{width:55px; background-position:-500px 5px;}
	
.header-content li#home a:hover{width:35px; background-position:0px -34px;}
.header-content li#why a:hover{width:100px; background-position:-70px -34px;}
.header-content li#about a:hover{width:35px; background-position:-216px -34px;}
.header-content li#features a:hover{width:55px; background-position:-285px -34px;}
.header-content li#pricing a:hover{width:40px; background-position:-360px -34px;}
.header-content li#video a:hover{width:55px; background-position:-430px -34px;}
.header-content li#contact a:hover{width:55px; background-position:-500px -34px;}
	
