.glossymenu{
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	width: 99%; /*width of menu*/
	border: 1px solid #CECECE;
	/*border-bottom-width: 0;*/
	background: #fff;color:#818181;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #00006C;
}

.glossymenu a.menuitem{
	background-color:#FFFFFF;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 18px;
	text-decoration: none;
	border-bottom: 1px solid #CECECE;
	background: url(http://www.vinalink.com.vn/images/bul_off.gif) no-repeat center left;
	color: #00006C;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #00006C;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	
	
}

.glossymenu a.menuitem:hover{
	color:#36a9f4;
	background: url(http://www.vinalink.com.vn/images/bul_on.gif) no-repeat center left;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;

}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #CECECE;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px Arial, Helvetica, sans-serif;
color: #00006C;
text-decoration: none;
padding: 2px 0;
padding-left: 25px;
background: url(http://www.vinalink.com.vn/images/bul_off.gif) no-repeat 3% 10%;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: #36a9f4;
background: url(http://www.vinalink.com.vn/images/bul_on.gif) no-repeat 3% 10%;
}