* {
	font-family: sans-serif;
	font-size: 12pt;
}

.menubar	{
	color: #ffffff;
	background: #252B62;
/*	background: linear-gradient(top, #252B62 0%, #aca7a4 100%);
	background: -moz-linear-gradient(top, #252B62 0%, #aca7a4 100%);
	background: -webkit-linear-gradient(top, #252B62 0%,#aca7a4 100%);*/
	border: 0px;
	padding: 0px 36px 0px 0px;
	max-width: 1400px;
    /*max-width: 950px;*/
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	font-stretch: semi-condensed;
    z-index: 100;
}


nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	/*display: block;*/
    display: inline-block;
    z-index: 100;
}

nav ul {
/* background: #000000; */
color: white;
padding: 0 10px;
list-style: none;
position: relative;
display: inline-table;
}

nav ul:after {
	content: "";
    clear: both;
    display: block;
}

nav ul li {
	float: left;
}

nav ul li:hover {
	background: #31A6E2;
	color: white;
    z-index: 100;
}

nav ul li:hover a {
	color: #fff;
}

nav ul li a {
	display: block; padding: 5px 6px;
	color: white; text-decoration: none;
}

nav ul ul {
background: #434EB1; border-radius: 0px; padding: 0;
position: absolute; top: 100%;
}

nav ul ul li {
	float: none;
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
}

nav ul ul li a {
	padding: 5px 6px;
	color: #fff;
}

nav ul ul li a:hover {
	background: #31A6E2;
}

nav ul ul ul {
	position: absolute; left: 100%; top:0;
	width: 250px;
}

