/*.dropdown:hover .dropdown-menu {
    display: block;
 }*/
 
 .navbar-toggle{
	background:#fff;
 }

.menuContainer{
	float:right;
}

.logo{
	padding: 0px;
	margin: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #1f005e;
}

.topMenuLine{
	padding-left: 0px;
}

.topNavMenu{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left:0px !important;
	background: #203065;
}

.topMenuDiff{
	width: 16px;
	height: 61px;
	background: url(../img/menuDiff.png) no-repeat;
	float: left;
}

.menuHome{
	width: 24px;
	height:23px;
	margin-top: 20px;
	margin-right: 20px;
	padding: 0px !important;
	text-indent: -10000px;
	background: url(../img/homeIcon.png) no-repeat;
	float: left;
	clear: left;	
}

.menuHome:hover{
	background-position:0px -23px;
}

.navbar-nav > li > a{
	padding:24px 15px;
	font-size: 14px;
	color: #ffb2a1 !important;
}

.menuDropDown{
	background: #0e2e96 url(../img/submenubg.png) repeat-x !important;
}

.menuDropDown a{
	border-bottom: 1px solid #13265f;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	color: #ffffff !important;
	font-size: 12px !important;
}

.menuDropDown a:hover{
	background:#152351 !important;
}