#socialmedia {
    float: right;
    margin-top: 36px;
}

.bar {
	position:		relative;
}
ul.bar .sl-1, ul.bar .sl-1 a:first-child {	/* main level of social media icons */
	width:32px;
	height:32px;
}
ul.bar .sl-1 li.sl-2 {
        padding:10px;
        width:172px;
        height:80px;
}
ul.bar .sl-1 a, ul.bar .sl-1 li {
	padding:0;
	margin:0;
	border:none;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: none;
	outline: 0;
}

ul.bar .current ul,
ul.bar ul li:hover ul,
ul.bar ul li.sfHover ul,
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 32px !important; /* match top ul list item height */
}
ul.bar ul li:hover ul {
       /* padding:10px;
        border:1px solid red; */   /* check ... */
}
.bar li {
	background:		#AABDE6;
	position:		static;
        height: 80px;
	padding:0px;
	margin:0;
}
.bar a {
	border-top: none;
        text-decoration: none;
}
/*
.bar li ul {
	width: 172px; */     /*IE6 fix*/
/*
        padding:10px;
        height:120px;
} **/
.bar li ul a {
        background:none;
}
.bar li li {
	background: #BDD2FF;
	position: relative;
        padding:10px;
}
.bar li li ul {
	width: 13em;
}
.bar li li li {
	width: 100%;
}

ul.bar .facebook li { background:#4a6ea9; }
ul.bar .facebook a:first-child { background:#4a6ea9 url(../../images/12/facebook_32.png) top left no-repeat; }
ul.bar .twitter li { background:#32def4; }
ul.bar .twitter a:first-child { background:#32def4 url(../../images/12/twitter_32.png) top left no-repeat; }
ul.bar .pinterest li { background:#d73532; }
ul.bar .pinterest a:first-child { background:#d73532 url(../../images/12/pinterest_32.png) top left no-repeat; }
ul.bar .youtube li { background:#e64a41; }
ul.bar .youtube a:first-child { background:#e64a41 url(../../images/12/youtube_32.png) top left no-repeat; }
ul.bar .google li { background:#000; }
ul.bar .google a:first-child { background:#000 url(../../images/12/google-plus_32b.png) top left no-repeat; }
ul.bar .newsletter {
	background:#3B5999;
}
ul.bar .blog {
	background:#3B5999;
}
ul.bar .more {
	background:#3B5999;
}