#header ul {
	list-style-type:none;
}
#header li:before {
    content: '';
}
#header a {
    color: #6A5244;
    text-decoration: none;
}
#logo {
    display: block;
    height: 58px;
    /* width: 570px; */
}
#logo span {
    display: none;
}
#header a:hover {
    text-decoration: underline;
}
#header a:focus {
    outline: none;
}
#tabs {
	right: 11px;
	bottom: 45px;
	text-transform:uppercase;
        font-size: 1.17em;
}
#tabs li {
	float: left;
	width: 120px;
	padding-left: 13px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background:url(../images/navigation-tab.png) no-repeat;
}
#navigation {
	background: white;
	background: rgba(255,255,255,0.6);
	height: 45px;
	line-height: 45px;
    text-transform: uppercase;
    font-size: 1.17em;
	margin-bottom: 7px;
	padding-left: 10px;
}
#navigation li {
	display: block;
	padding: 0 14px 0 15px;
	float: left;
	background: url(../images/navi_dots2.png) no-repeat right;
}
#navigation li.active a {
    color: #DC291E;
}
#navigation li.last {
	background: none;
}
#social {
	left: 100%;
	top: 34px;
	position:absolute;
	margin-left: 7px;
}
#social li {
	background: rgb(44, 149, 181);
	background: rgba(44, 149, 181, 0.6);
	padding: 7px;
	border: 1px solid #2c95b5;
	border-radius: 0 7px 7px 0; -moz-border-radius: 0 7px 7px 0; -webkit-border-radius: 0 7px 7px 0;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	height: 28px;
	width: 28px;
	margin-bottom: 1px;
}
#social li:hover {
	background: rgb(44, 149, 181);
	background: rgba(44, 149, 181, 0.8);
}
#social li:before {
    content: '';
}
#social li.last {
	margin-bottom: 0;
}
#social a {
	background: url(../images/social-sprites5.png);
    display:block;
	background-position: left top;
    height: 100%;
    width: 100%;
}
#social span {
    display: none;
}
#social #menuId45 a {
	background-position: -36px 0;
}
#social #menuId89 a {
	background-position: -72px 0;
}
#social #menuId90 a {
	background-position: -108px 0;
}

