#logo {
	float:left;
	color:#fff;
	font-size:16pt;
	width:200px;
    display: inline;
    padding-left: 20px;
}

#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: 0 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: 755px;*/
    margin-right: 10px;
    background: #3E5E79;
    height: 111px;
    -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:65px;
    background: url(../img/header-top.png) repeat;
    border-bottom: solid 1px #436981;
}

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

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

li.menubaritem a {
	line-height: 45px;
	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;
}