﻿#menu {
	margin: 0; /* all lists */
/*	border-left:15px #4db9cf solid; */
	float: right;
}

#menu ul {
	margin: 0; /* all lists */
	padding: 0;
	line-height:1em;
}
#menu li {
	margin: 0; /* all list items */
	padding: 0;
	float: left;
	display: block;
	background: none;
	cursor: pointer;
	line-height:1em;
/* Ben - set in spheerio so not overridden!!
	font-size: 1em;  */
	font-weight: bold; 
	font-style: normal; 
	background-color: #4db9cf;
	font-family: Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
/*
	padding:0;
	padding-left:10px;
	padding-right:10px;
	margin:2px;*/
/* Ben */
}

/* level 2 */
#menu li ul {
	width: 13em;
	position: absolute; 
	z-index: 99;
	left: -999em; 
	height: auto;	
}

/* level 3, where to start  */
#menu li ul ul {
	margin: -1.3em 0 0 13em; 
/* to hide uncomment 
	display:none;
*/
}
/* level 4, HIDE!!  */
#menu li ul ul ul {
	display:none;
}

/* width of submenu item*/
#menu li li {
	padding: 0 0 0 0;
	margin: 0;
	width: 13em;
}

#menu ul a {
	width: 13em;
}

#menu li:hover ul ul, 
#menu li:hover ul ul ul,
#menu li.sfhover ul ul, 
#menu li.level1sfhover ul ul, 
#menu li.level1-activesfhover ul ul,
#menu li.sfhover ul ul ul, 
#menu li.level1sfhover ul ul ul, 
#menu li.level1-activesfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */

#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul,
#menu li.sfhover ul, 
#menu li.level1sfhover ul, 
#menu li.level1-activesfhover ul,
#menu li li.sfhover ul, 
#menu li li.levelhavechildsfhover ul, 
#menu li li.levelhavechild-activesfhover ul,
#menu li li li.sfhover ul, 
#menu li li li.levelhavechildsfhover ul, 
#menu li li li.levelhavechild-activesfhover ul {
	left: auto;
}

/*
-----------------------------------*/

/* Thiet lap menu trong suot */
#menu li ul {
	border: 1px solid #CCCCCC;
	background: #F2F2F2;
	 
}

#menu li ul li {
	background-color:#b2e1eb;
/*	border-bottom: 1px solid #e1e8e5;*/
}

#menu li ul a {
	border-right: none;
	padding: 2px 10px;
	border-top: none;
	background: none;
	font-weight: normal;
	text-transform: none;
	color:#009BBB;
}

#menu li ul a:hover,
#menu li ul a:active,
#menu li ul a:focus {
	color: #009BBB;
}

#menu li a {
	margin: 0;
	padding: 8px 10px 7px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover {
	color: #0039a6;
}

#menu li a.active {	
	color: #0039a6;
}

/*class="level1"><a class="" */

#menu li a.active:hover,
#menu li a.active:active,
#menu li a.active:focus {
	color: #0039a6;
}

#menu li li a.active {
	border-top: none;
	background: none;
	color: #F85703;
	font-weight: bold;
}

/*Muc 1*/
#menu li.level1
{
/*BEN	background: url( topbg_green2.gif) repeat-x #FFFFFF;	
	border-bottom: 1px solid #e1e8e5;
	border-right: 1px solid #e1e8e5;
*/
	border-right: none;
	margin-right:1px;
	margin-left:1px;
	color: #ffffff;
}

#menu li.level1-active {
	color: #F85703;
}

#menu li.levelhavechild
{
	background: url( breadcrumb.gif) no-repeat 95% 50%;
	background-color:#b2e1eb;
	color: #F85703;
/*
	background: url( arrow7.jpg) no-repeat 95% 50%;
	border-bottom: 1px solid #e1e8e5;
*/	
}

#menu li.levelhavechild-active {
	color:#F85703;	
}

/* hover li with sub
   change arrow7.jpg to arrow12.gif
   bgcolor = #e0ffff
*/
#menu li.levelhavechild:hover {
/*
	background: url( arrow12.gif) no-repeat 95% 50% #e0ffff!important;
*/
	background-color:#E5F5F8;
	color:#0039a6;
}
/* hover or active level 1
   bground = topbg_green1.gif	
   backcolor = #FFFFFF
*/
#menu li:hover,
#menu li.sfhover, 
#menu li.level1sfhover, 
#menu li.level1-activesfhover {
/*	
background: url( topbg_green1.gif) repeat-x top right #FFFFFF!important;	
*/
	background-color:#E5F5F8;
	color:#0039a6!important;
}

/* hover li no sub
   backcolor = #e0ffff
*/
#menu ul li:hover, 
#menu ul ul li:hover, 
#menu ul li.sfhover, 
#menu ul ul li.sfhover
{
	background: #E5F5F8!important;
	color:#0039a6;
}

H4MenuLevel1Selected
a.H1MenuLevel0Selected, .H1MenuLevel0Selected {
	background-color: #0039a6;
	background-image:url(blueArrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	color:white!important;
}
a.H4MenuLevel1Selected, .H4MenuLevel1Selected {
	border-top:1px solid white!important;
	border-bottom:1px solid white!important;
}

a.H1MenuLevel0Selected:hover, .H1MenuLevel0Selected:hover, a.H1MenuLevel0Selected:active, .H4MenuLevel1Selected:active, .H1MenuLevel0Selected:active{
	color:white!important;
}
//END BEN

