.header-menu{
	float: left;
	width: 730px;
	height: 56px;
	background: url(../images/blue_big_bg.jpg) repeat;
	margin-top: -5px;
}

.header-menu img{
	vertical-align: bottom;
}
.header-menu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.header-menu ul li{
	position: relative;
	display: inline;
	float: left;
}

.header-menu ul li span img{
	margin-top: 5px;
}

/*Top level menu link items style*/
.header-menu ul li a{
	padding: 20px 25px;
	display: block;
	line-height: 15px;
	color: #FFF;
	text-decoration: none;
}

* html .header-menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.header-menu ul li a:link, .header-menu ul li a:visited{
	/*color: white;*/
}

.header-menu ul li a.active, .header-menu ul li a:hover{ 
	background: #FFF; /*left tab image path*/
	color: #000;
}
	
/*1st sub level menu*/
.header-menu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	padding-bottom: 10px;
	width: 200px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.header-menu ul li ul li{
	display: list-item;
	float: none;
	height: 30px;
	border-bottom: 1px solid #FFF;
	background: url(../images/blue_big_bg.jpg) repeat;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.header-menu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.header-menu ul li ul li a{
	font: normal 12px AvantGarde;
	padding: 8px 10px;
	border-top-width: 0;
	color: #FFF;
}
.header-menu ul li ul li a:hover{
	background: url(../images/blue_big_bg.jpg) repeat;
	color: #000;
}
.header-menu ul li ul li.last{
	border: none;
}

/* Holly Hack for IE \*/
* html .header-menu{height: 1%;} /*Holly Hack for IE7 and below*/

/* ######### CSS for PRODUCT MENU ###### */
.product-menu{
	float: left;
    height: 56px;
    margin-left: 10px;
    width: 915px;
	background: url(../images/red_big_bg.jpg) repeat;
	text-align: center;
}

.product-menu img{
	height: 23px;
    vertical-align: bottom;
    width: 213px	
}
.product-menu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.product-menu ul li{
	border-left: 2px solid #f17f79;
    display: inline;
    float: left;
    position: relative;
    width: 227px;
}
.product-menu ul li:first-child{
	border-left: none;
}
.product-menu ul li span img{
	margin-top: 5px;
}

/*Top level menu link items style*/
.product-menu ul li a{
	padding: 13px 30px 8px;
	display: block;
	line-height: 15px;
	color: #FFF;
	text-decoration: none;
}

* html .product-menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.product-menu ul li a:link, .product-menu ul li a:visited{
	/*color: white;*/
}

.product-menu ul li a.selected, .product-menu ul li a:hover{ 
	background: url(../images/product_menu_selbg.jpg) repeat;
}
	
/*1st sub level menu*/
.product-menu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	width: 228px;
	background: #F3F3F3 url('../images/product_menu_hover.jpg') no-repeat center bottom; /*left tab image path*/
	padding-bottom: 10px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.product-menu ul li ul li{
	display: list-item;
	float: none;
	height: 45px;
	border-top: 1px solid #d6d6d6;
	border-left: none;
}
.product-menu ul li ul li:first-child{
	border-top: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.product-menu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.product-menu ul li ul li a{
	padding: 8px;
	border-top-width: 0;
}
.product-menu ul li ul li a:hover{
	/*background: #637E1E;*/
}
.product-menu ul li ul li.last{
	border: none;
}

/* Holly Hack for IE \*/
* html .product-menu{height: 1%;} /*Holly Hack for IE7 and below*/

.product-menu .catname{
	font-size: 18px;
}
.product-menu .catname-bot{
	margin-top: 5px;
	font-size: 14px;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 20px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 20px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}

/* ######### QuyenUC Added ########### */
.submenu a{
	color: #767676;
}