

/*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;
}
.menu
{
	
	color:#FF0000;
	width:800;
	height: 20px;
	
	
}
.menu:visted,menu:link
{
	width:800px;
	height: 20px;
}

.menuborder {
	background: red;
}
.menuborder: hover {
	background: blue;
}

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

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

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

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: table-cell;
 background: ; /*mau cua menu ko co sub*/
width: auto; /*Width of top level menu link items*/
padding: 5px 18px;
border: 0px solid white;
border-left-width: 0;
font-weight:bold;

text-decoration: none;
color: #FF3300;
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:12px;
background:#FFCC33 ;

}

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

}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* 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: 135px; /*width of sub menu levels*/
color: #FFFFFF; /*mau chu cua submenu*/
text-decoration: none;
padding: 1px 5px;
border: 0px solid #FFFFFF;
font-size:11px;
z-index: 3; filter: alpha(opacity=85);opacity: 0.85;





}

.suckertreemenu ul li a:hover{

color: #666666;/*mau cua sub menu khi move chuot len*/
font-weight:bold;


}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background:url(../images/arrow-down.gif) no-repeat  right;
font-weight:bold;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background #666666:url(../images/arrow-right.gif) no-repeat  right;

}

* 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 */







