#logo {
	float:right;
	color:#fff;
	font-size:16pt;
	width:200px;
    display: inline;
    text-align:center;
    margin-left:10px;
}

#nav {
	list-style: none none;
}

#nav ul {
	margin: 0;
	padding: 0;
	left:0;
	list-style: none outside none;
	position: absolute;
	display: none;
	z-index: 999;
}

#nav li {
	float: left;
	position: relative;
	border-right: solid 1px #436981;
}

#nav a {
	display: block;
	padding: 5px;
	color: #dfdfdf;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
}

#nav li.first
{
	border-left: solid 1px #436981;
}

#nav li ul ul {
	left: 190px;
	top: 7px;
	margin: 0 0 0 10px;
}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li:hover ul ul ul ul {
	display: none;
}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li li li li:hover ul {
	display: block;
}

#header {
    min-width: 1050px;
/*     margin-right: 10px; */
/*     background: #3E5E79; */
/*     height: 100px; */
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
/*     margin-bottom: 45px; */
}

#header-top {
    height:75px;
    
/*     background-image: url(../img/snowfall.jpg); */
/*     background-size: 100%; */
    
    background: url(../img/header-top.png) repeat;

    border-bottom: solid 1px #436981;
}

#nav .menubaritem {
    font-size: 10pt;
	height: 75px;
	padding: 0 2px;
	text-align: center;
}

li.menubaritem {
	border-top: 1px;
	min-width: 90px;
}

li.menubaritem a {
/* 	line-height: 45px; */
	margin-top: 0px;
	font-weight: bold;
}

.menubaritem a:hover {
	background: #31526f; /* url(../img/header-menu-bg.png) top right no-repeat; */
	background: #3d5b74; /* url(../img/header-menu-bg.png) top right no-repeat; */
	color: #fff;
}

li.menubaritem ul li a {
	line-height:40px;
	font-size: 9pt;
	width: 190px;
	text-align: left;
	font-weight: normal;
}

li.menubaritem ul {
	margin-top: 15px;
}

li.menubaritem:hover, li.menubaritem ul li {
	background-color: #3d5b74;
}

li.menubaritem ul li {
	border: solid 1px #436981;
	border-top-width: 0;
}

li.menubaritem ul li a:hover{
	background: #31526f;
}

#signout {
	float: right;
	padding-right: 10px;
	color: #0f1723;
	font-size: 11pt;
	text-align: right;
	vertical-align: middle;
}

#signout a {
	color: #0f1723;
}

#nav li.help {
	float:right;
	width:60px;
}

#nav li.help ul {
	left: -106px;
}