@charset "utf-8";
/* CSS Document */
/* ==================== pha nmenu ======================*/
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:25px;
z-index:100;
background-color: #fe9903;
width:180px;
visibility: hidden;
-moz-opacity:.8;		
filter:alpha(opacity=100); /* day la thuoc tinh dung de tao do trong suot giua nen menu voi nen chinh  */
	

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
text-indent:10px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fe9903;
color:#281c10;
}


/* =====================het phan menu========================= */

