﻿.droplinebar{
overflow: hidden;
}

.droplinebar ul{
margin: 0;
padding: 0;
float: left;
width: 958px;
height: 30px;
background: url('../Images/module1TopBg.jpg') #f4f5f6  repeat-x left top; /*default background of menu bar Ảnh cũ là '../Images/NenMenuDropdown.gif'*/
font-style:normal; font-variant:normal; font-weight:bold; font-size:10pt; font-family:Arial
}

.droplinebar ul li
{
	text-align:center;
	display: inline;
}

.droplinebar ul li a
{
float: left;
color: white;
padding: 7px 8px;
text-decoration: none;
text-align:center;
}

/*.droplinebar ul li a:visited{
color: white;
}*/

.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
color: #e2e2e2;
background: url('../Images/module1TopBg.jpg')  repeat-x top; 
/*background: url('../Images/topmnL.gif')  repeat-x top; /*Over Menu1 */
}

/* Sub level menus*/
.droplinebar ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
margin-top: 0px; /* đẩy thanh nền bên dưới xuống cho bằng nền ban đầu */
background: url('../images/module2TopBg.jpg') repeat-x center top; /*sub menu background color - Ảnh cũ là ../IMG/bgoff.gif*/
visibility: hidden;
/* bo đáy 
-moz-border-radius: 0px 0px / 10px 10px;
border-radius: 0px 7px / 10px 7px;*/

-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 7px;
border-bottom-left-radius: 7px;
}

/* Sub level menu links style - Thiết lập tham số Chữ của Menu cấp 2 ở đây */
.droplinebar ul li ul li a
{
font: normal 10pt Arial;
padding: 7px; /* chiều cao bên dưới */
padding-right: 8px;
padding-bottom: 17px;
margin: 0;
color: Black;
font-weight: bold;
font-size: 10pt;
}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
/*background: url('../IMG/bgoff.gif') repeat-x center; */ /* Nền thanh Menu bên dưới khi Hover chuột vào dòng bên dưới */
 background: transparent;
	color: #AB0000;
}
.imagesdropline
{
	top:0;
	left:0;
	margin: 0px;
	margin-right: 3px;
}
