

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
body{
background:url(../images/background.gif);
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}


.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
border:0px medium;

/*background-color:url('images/background.gif'); overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: ;
background: ; /*mau cua menu ko co sub*/
width: auto; /*Width of top level menu link items*/
padding:6px 12px;
border:0px solid  ;

font-weight:bold;

text-decoration: none;
color:#333333;
font-size:12px;
}

	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
font-size:10px;
background:#9BADB9 ;/* mau nen cua sub menu*/
height:20px;
width:250;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float:left;

}


/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 135px; /* no need to change, as true value set by script */
top: 0;

}


}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 270; /*width of sub menu levels*/
color: #fff; /*mau chu cua submenu*/
font-family: tahoma;
text-decoration: none;
padding: 4px 3px;
font-size:12px;
z-index: 3; filter: alpha(opacity=85);opacity: 0.85;
font-weight:400;
height:25px;
border-left: 1 solid #FFFFF2; border-right: 1 solid #FFCC00; border-top: 1 solid #FFFFF2;border-bottom: 1 solid #FFCC00



}
.suckertreemenu ul li ul li a:hover{
background-color:#0033CC;
color:#FFFFFF;
}
.suckertreemenu ul li a:hover{

color: #FF0000;/*mau cua sub menu khi move chuot len*/



}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{

font-weight:bold;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{


}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;

}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }

.menu
{
	text-decoration:none;
color:#FF0000;
font-weight:600;
font-size:11px;
}

.menu:hover
{
	text-decoration:none;
color:#FFFF00;
font-weight:bold;
font-size:11px;
}

.menuborder {
	background: red;
}
.menuborder: hover {
	background: blue;
}
.box {
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C8CDE8;
	border-right-color: #C8CDE8;
	border-bottom-color: #C8CDE8;
	border-left-color: #C8CDE8;
}

/* End */








