@charset "utf-8";
/* CSS Document */
.social{
	float:right;
	width: 35%;
}
.social ul{
	float:right;
	display:inline;
	list-style-type:none;
	margin:14px 20px 0 0;
}
.social li a{
	float:left;
	padding-top:25px;
	height: 0 !important;
	height /**/:+25px;
	overflow: hidden;
	padding-right: 10px;
}
.facebook{
	width:20px;
	background: url(../images/fb.png) top left no-repeat;
}
.social a:hover {
	background-position:0 -25px;
}
.youtube{
	background: url(../images/yt.png) top left no-repeat;
	width:65px;
}
.thrColFixHdr #sidebar1 {
padding-top: 0px;
}

.navlist {
	width: 65%;
	float: left;
}
.navlist ul {
	padding-left: 0;
	margin-left: 0;
	color: White;
    position:relative;
	float: left;
	font-family: "Myriad Bold", Verdana, sans-serif;
}

.navlist ul li ul {
 display:none;
 margin:0
}
.navlist ul li:hover ul {
 display:block;
 position:absolute;
 top:20px;
 left:155px;
 width:95px;
 background:#999 url(../images/dropdown.jpg) no-repeat;
 padding: 8px 2px 8px;
 z-index:99;
}
.navlist ul li ul li a{
 margin-left:0;
 border:none;
}
#navcontainer ul li {
	display: inline;
}
.navlist ul li a {
	padding: 3px 12px;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font: "Myriad Bold", Verdana, sans-serif;
	font-size:12px;
}
.navlist ul li a:hover {
	color: #cca859;
}

