@charset "utf-8";
.chromestyle{
width: 99%;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px;
width: 100%;
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #EF41A9;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px;
}


/* ######### MENU CỠ NHỎ  ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #019d49; /*Màu viền xổ xuống*/
border-bottom-width: 1;
font:normal 12px Arial, Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 140px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #FFFFFF; /*Đường line ngăn cách các dòng menu*/
padding: 5px 0;
text-decoration: none;
font-weight: normal;
color: #019d49; /*Màu sắc font chữ xổ xuống khi chưa di chuột*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
text-decoration:none;
}

.dropmenudiv a:hover{ /*Màu nền xổ xuống, khi di chuột qua*/
background-color: #019d49;
color:#FFFFFF;
text-decoration:none;
}

/* ######### MENU CỠ NHỠ  ######### */

.dropmenudiv1{
position:absolute;
top: 0;
border: 1px solid #019d49; /*Màu viền xổ xuống*/
border-bottom-width: 1;
font:normal 12px Arial, Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv1 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #FFFFFF; /*Đường line ngăn cách các dòng menu*/
padding: 5px 0;
text-decoration: none;
font-weight: normal;
color: #019d49; /*Màu sắc font chữ xổ xuống khi chưa di chuột*/
}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
text-decoration:none;
}

.dropmenudiv1 a:hover{ /*Màu nền xổ xuống, khi di chuột qua*/
background-color: #019d49;
color:#FFFFFF;
text-decoration:none;
}

/* ######### MENU CỠ LỚN  ######### */

.dropmenudiv2{
position:absolute;
top: 0;
border: 1px solid #019d49; /*Màu viền xổ xuống*/
border-bottom-width: 1;
font:normal 12px Arial, Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 310px;
visibility: hidden;
}


.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #FFFFFF; /*Đường line ngăn cách các dòng menu*/
padding: 5px 0;
text-decoration: none;
font-weight: normal;
color: #019d49; /*Màu sắc font chữ xổ xuống khi chưa di chuột*/
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
text-decoration:none;
}

.dropmenudiv2 a:hover{ /*Màu nền xổ xuống, khi di chuột qua*/
background-color: #019d49;
color:#FFFFFF;
text-decoration:none;
}
