/*OVERLINE NAVIGATION*/

#overline-navigation
{margin-bottom: 45px;}

nav
{position: absolute; left: 0; top: 0; width: 100%; background: #4C7399;}

nav ul
{margin: 0 auto; width: 940px; list-style: none;}

nav ul li
{float: left;}

nav ul li a
{display: block; margin-right: 20px; width: 140px; font-size: 14px; line-height: 44px; text-align: center; text-decoration: none; color: #ffffff;}

nav ul li a:hover
{color: #fff;}
			
nav ul li.selected a
{ color: #fff;}
			
nav ul li.subscribe a
{margin-left: 22px; padding-left: 33px; text-align: left; background: url("../images/rss.png") left center no-repeat;}

nav ul li.twitter a
{margin-left: 22px; padding-left: 33px; text-align: left; background: url("../images/twitter.png") left center no-repeat;}

nav ul li.facebook a
{margin-left: 22px; padding-left: 33px; text-align: left; background: url("../images/facebook.png") left center no-repeat;}

nav ul li.youtube a
{margin-left: 22px; padding-left: 65px; text-align: left; background: url("../images/youtube.png") left center no-repeat;}

/*HEADER*/
header img
{width: 960px;}

header a {border: none;}

/*MENU*/
.subnav
{position: relative; margin: auto; width: 945px; height: 35px; background: #26394C; -moz-border-radius: 6px; -webkit-border-radius: 6px;}

.menu ul
{margin: 0 auto; width: 940px; list-style: none;}

.menu a
{display: block; text-decoration: none; font-size: 18px; font-weight: bold; color: #ffffff; width: auto; height: 50px; float: left; margin-left: 20px; margin-right: 20px; padding-top: 4px; text-align:center;}

.menu a:hover
{text-decoration: underline; color: #ffffff;}