﻿/* Menu */
ul#nav {
    
    clear:both;
    text-align: left; 
    color: #ff4d03;
	border:none;	
	
	font: 12px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;	
}
ul#nav, ul#nav li ul {margin:0; padding:0; list-style:none;}
ul#nav a {cursor:pointer;}
ul#nav li {
    position: relative;
    display: block;
    width: 100%;
    float: left; 
    margin-bottom:5px;
    
}
ul#nav li.parent {
    background-position: right;
    background-image: url(../Images/icons.jpg);
    background-repeat: no-repeat;
}



ul#nav li a {
    /* display: block;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #B3E6B3;
    background: #E4FBE4 url(  '../../images/nav-link.gif' ) no-repeat 0 0;
    font-weight: bold;
    color: #1AA30F;
    text-decoration: none;*/
    color: #ff4d03;
	border:none;
	background:url(../Images/bgmenuright.gif) no-repeat;
	height:28px;
	padding:2.5px;
	padding-left: 15px;
	padding-top:6px;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	
	text-align:left;
	/*
    color: #FFFFFF;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    height: 18px;
    padding: 0px 0px 0px 5px;*/
}

ul#nav li a:hover {

   /* background:url(../images/Hover_menu.jpg) no-repeat;   */
   background:url(../Images/bgmenuright2.gif) no-repeat;
	color: #000000;
	text-decoration: none;
    
    
}
ul#nav li .parent a {
    background: url(../images/icons.jpg) no-repeat;
    background-color: #FFFF66;
}


ul#nav li.menuactive a {
    border-bottom: 1px solid #B3E6B3;
    background: #E3EFFC url( '../../images/nav-active.gif' ) no-repeat 0 0;
    color: #0C53A7;
    text-decoration: none;
}	
	 
ul#nav li#primary-nav a {
    border-bottom: 1px solid #c3E6B3;
    background: #E3EFFC url( '../../images/nav-active.gif' ) no-repeat 0 0;
    color: #0C53A7;
    text-decoration: none;
}	

ul#nav li ul {
    position: absolute;
    z-index: 999;
    left: 200px;
    top: 0;
    border:none;
    /*border: 1px solid #C0C0C0;*/
    display: none;
    
    /*background:url(../Images/bgmenuright.jpg) #dcdcdc no-repeat;*/
}
ul#nav li ul li {
    width: 200px;
	
}

ul#nav li ul li a, ul#nav li#active ul li a {
    color: #ff4d03;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    height: 30px;
    padding: 5px 0px 0px 5px;
}
ul#nav li ul li a:hover, ul#nav li#active ul li a:hover {
    background:url(../Images/bgmenuright2.gif) no-repeat;
	color:#000000;
}
ul#nav li ul li#active2 a, ul#nav li ul li#active2 a:hover {
    border-bottom: 1px solid #B3E6B3;
    background: #E3EFFC url( '../../images/nav-active.gif' ) no-repeat 0 0;
    color: #0C53A7;
    text-decoration: none;
}

ul#nav li:hover ul, ul#nav li.over ul {
    display: block;
}
* html #col-l ul li {
    float: left;
    height: 1%;
}
* html #col-l ul li a {height:1%;}
/*su ly doan active menu*/
