/*.dropdown:hover .dropdown-menu {
    display: block;
 }*/
 
 .topMenuHome{
 	position:absolute;
	top:25px;
	margin:0px auto !important;
	font-size:20px !important;
	width:100%;
}
 
 .navbar-toggle{
	background:#d32f2f;
	color:#fff !important;
 }
 
.navbar-toggle:hover{
	background:#d32f2f !important;
	color:#fff !important;
 }

.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{
	position:absolute;
	top:25px;
	margin:0px auto !important;
	font-size:20px !important;
	width:100%;
	
}

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



.navbar-nav > li > a{
	padding-top:10px;
	margin:0px 15px;
	color: #212121 !important;
}

.navbar-nav > li > a:hover{
	padding-top:7px;
	margin:0px 15px;
	border-top:3px solid #212121
}

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

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