.head-top-info ul.menu{
	/*padding-left: 30px;*/
}
.head-top-info ul.menu li {
	float: left;
	padding-right: 5px;
}
.head-top-info ul.menu li  a:first-child{
	display: block;
	padding: 6px 10px 6px 10px;
	text-align: center;
}
.head-top-info ul.menu li  a:first-child:hover{
	border-radius: 20px;
	background: #90d6f1;
}
/*----topmenu----*/
#topmenu{
	margin: 5px 0 10px 0;
	height: 41px;
	background: url(../img/menu-grad.png) repeat-x left top;
}
#topmenu ul {
	
}
#topmenu ul li {
	float: left;
	position: relative;
	padding: 0px 18px 0 18px;
	height: 40px;
}
#topmenu ul li.last {
padding-right: 0;
}
#topmenu>ul>li.first{
	padding-left: 40px !important;
}
#topmenu ul li a {
	font-size: 16px;
	color: #032f94;
	line-height: 36px;
	text-decoration: none;
	white-space:  nowrap;
}
#topmenu ul ul {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 40px;
	display: none;
	background: #30b2ed; /*#dbf2fc;*/  
}
#topmenu ul li li{
	float: none;
	min-width: 150px;
	padding: 0 10px;
	
	
}
#topmenu ul li li a {
	
}
#topmenu ul li:hover ul {
	display: block;
}
/*---left-menu*/
.container aside nav ul.menu{
	margin-left: 20px;
}
.container aside nav ul.menu li {
	list-style: circle;
	margin-bottom: 5px;
	
	
}
aside nav ul.menu li a {
	font-family: Arial;
	font-size: 18px;
	background: url(../img/dotted.png) bottom left repeat-x;
	padding-bottom: 5px;
	color: #032f94;
}


