.dropdown ul {
	margin: 0;
	list-style-type: none; }
 
	.dropdown ul li ul li { margin: 0; }
	
.dropdown li {
	float: left;
	display: inline;
	padding: 0;
	 }
 	
 .dropdown a {
	text-decoration: none;
	font-weight: bold;
	color: #fff; }
 
  

	
	
/*Top level list items*/
.dropdown ul li {
	position: relative;
	display: inline;
	margin-right: 0; }
 
	/*Top level menu link items style*/
.dropdown ul li a { text-decoration: none; }
 
* html .dropdown ul li a { display: inline-block; /*IE6 hack to get sub menu links to behave correctly*/ }
 
/*1st sub level menu*/
.dropdown ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index: 900;
	text-align: left;
    width: auto !important;
    min-width: 100% !important;
 	}

 	
	.dropdown ul li ul li { padding:2px 10px; margin:0; background:#4282B4 !important; height:35px !important; width: 100%;}
	.dropdown ul li ul li:hover {background:#000066 !important;}
	
	#menu ul li ul li, #topbar ul li ul li {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin:0; }
 
 
	/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.dropdown ul li ul li ul { top: 0; }
 
	/* Sub level menu links style */
.dropdown ul li ul li a {
		
		border-top-width: 0;
		text-transform: none;
		line-height: 2.2 !important;;
		 }
 
.dropdown ul li:hover ul li a { 
	color: #444;  
 	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; }
	
.dropdown ul li:hover ul li:hover a:hover {
	background: #2f2f2f;
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; }
	
  
.dropdown ul li ul li:last-child a, .dropdown ul li ul li:last-child a:hover { border: none; }
 
.dropdown ul li ul li a:hover { color: #000; }
 
 
#topbar ul li:hover .downarrowclass, #menu ul li:hover .downarrowclass { background: url(../images/down.png) no-repeat center; }

 
#topbar ul li {
	margin: 0 5px 0 0;
 	display: block;
	
 float:right;
 height:30px;
	 }
	
	#topbar ul li ul {
	background:#2C2B2B;
	}
	#topbar ul li:first-child a{ border-right:0px;}
	#topbar ul li a {
		padding: 0px 10px;
		float: left;
		color:#005BB0; 
		font-size:11px;
		font-weight:bold;
		border-right:1px solid blue;
		height:15px; margin-top:10px;
		text-transform:uppercase;
		}
 
	#topbar ul li:hover { background:url(../images/TuyenKeToan33_02.png) repeat-x left top }
 
		#topbar ul li:hover a, #topbar ul li a:hover { color: #fff; border-right:0px; }
	
	#topbar ul li ul li a {
		padding: 5px 0;
		color: #fff;
		line-height:1.3;
 		background: none;
		margin:0;
		 }
		 
	#topbar ul li ul li:hover {
 		background: #3A3A3A; }
		
		
 
 
#menu ul li {
  	display: block;
	padding: 0 8px;
	text-decoration: none;
	font-weight: bold;
	 }
	
		#menu ul li:last-child {
		background:none;
		}
		 
#menu ul li a {
  float: left;
  font-weight: normal;
  font-size: 15px;
  color: #fff;
}
 
	#menu ul li:hover { background: rgba(255, 255, 255, 0.26);   }
 
		#menu ul li:hover a, #menu ul li a:hover { color: #fff;  text-decoration:none;}
	
	#menu ul li ul li a {
		padding: 3px 1px;
		color: #fff;
 		background: none;
		margin:0;
		font-size:12px;
		 }
		 
	#menu ul li ul li:hover {
		background:rgba(255, 255, 255, 0.26);;		
		 }