header {
	background-image:url(../imgs/logo.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin-left:30px;
	width:940px;
	margin-top:50px;
	padding-bottom: 70px;
	
	overflow:hidden;
}

hgroup {
	
	width:370px;
	
	float:right;

	
	
}

hgroup p {
	font-size:16pt;
	text-align: right;
	color: #6AA38C;

	
}

hgroup ul {
	list-style-type:none;
	float:right;
	/*margin-left:15px;*/
	
}

hgroup li {
	display:block;
	float:left;

}

hgroup a{
	text-align: center;
	text-decoration: none;
	font-size: 11pt;
	padding:5px 6px;
	line-height:2.3;
}

hgroup a:link, hgroup a:visited {
	
	color: #57665f;
	
}

hgroup a:hover{
	/*color: #16D797;
	background-color:#2f2f2f;*/
	
	-webkit-animation-name: navBlinking;
	-webkit-animation-duration: .8s;
	-webkit-animation-iteration-count: infinite;
	
	-moz-animation-name: navBlinking;
	-moz-animation-duration: .8s;
	-moz-animation-iteration-count: infinite;
	
	animation-name: navBlinking;
	animation-duration: .8s;
	animation-iteration-count: infinite;
	
	
}



hgroup a.current {
	cursor:default;
	
	-webkit-animation-name: navBlinking;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	
	-moz-animation-name: navBlinking;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	
	animation-name: navBlinking;
	animation-duration: 5s;
	animation-iteration-count: infinite;
}
