@charset "utf-8";



#menu {margin:0 0 0 0; padding:0 0 0 30px; background-color:#184093; height:auto; overflow:hidden;}

#menu:after {clear: both;}

#menu ui {margin:0; padding:0; list-style: none;}

#menu li {
	float: left; background-color:#184093;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
margin:2px 0;
padding: 6px 15px;
display: inline;
border-left: 1px dotted #fff;
border-right: 1px dotted #fff;
white-space: nowrap;
}
 
#menu li+li {
margin:2px 0;
border-left: 0;
border-right: 1px dotted #fff;
}


#menu ul li a
{
	display: block;
	padding: 6px 15px;
	border-top: 8px solid #184093;
	color: #fff; text-align:center;
	text-decoration: none;
	font-size: 100%; line-height:1.4;
}

#menu ul li a:hover
{
	display: block;
	padding: 6px 15px;
	border-top: 8px solid #FFFFFF;
	color:#FFFFFF; text-align:center;
	text-decoration: none;
	font-size: 100%; line-height:1.4;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}