/* Navbar
------------------- */
.navbar {
	list-style: none;
	background: #3570A0;
	height: 32px;
	cursor: pointer;
	padding-left: 15px;
}

.navbar li {
	position: relative;
	background:  url("/public/images/frontend/right_btn.png") no-repeat top right;
      /*  border-right: 1px solid #9DD6E0;*/
	font-family: Arial;
	font-size: 16px;
	float: left;
	cursor: pointer;
	z-index: 1000;
}
.navbar li .link_navbar {
	display: block;
	background: url("/public/images/frontend/left_btn.png") no-repeat top left;
	font-size: 16px;
	color: #FFF;
	padding: 0 1em;
	line-height: 27px;
	text-decoration: none;
	padding-top: 5px;
}

/* =submenus */
.navbar .submenu {
	/*width: 200px;*/
	border: 1px solid #3570A0;
	border-top: none;
	/*background: #9DD6E0;*/
	background: #3570A0;
	position: absolute;
	top: 32px;
	/*left: 2px;*/
	left: 2px;
}
.navbar .submenu li {
	background: none;
	list-style: none;
	float: none;
	color: #FFF;
	padding: 0px;
	width: 100%;
padding-right:14px;
}
.navbar .submenu li a {
	display: block;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
	height: 30px;
	width: 100%;
	line-height: 30px;
	text-indent: 14px;
}
.navbar .submenu li a:hover {
	position: relative;
	background: #FFF !important;
	/*color: #3B97C4;*/
color: #3570A0;
	white-space: nowrap;
}
