#navcontainer
{
    margin: 0px;
    padding: 0px;
}

#navcontainer ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left;
    list-style-image: none;
}

#navcontainer ul li
{
    float: left;
    list-style-type: none;
    font-family: arial;
    font-weight: bold;
}

#navcontainer ul li a
{
    text-decoration: none;
    background: url(/images/Learning/BaiGiang/nut_notactive.jpg) no-repeat bottom left;
    float: left;
    margin-right: 2px;
    height: 26px;
    width: 127px;
    font-weight: bold;
    color: #333333;
    font-size: 12px;
    /*padding-top: 13px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 10px;*/
    
}

#navcontainer ul li a:hover
{
    background: url(/images/Learning/BaiGiang/nut_active.jpg) no-repeat bottom left;
    color: #ffffff;
    margin-right: 2px;
    font-weight: bold;
    font-size: 12px;
    
}

#navcontainer ul li a.current
{
    background: url(/images/Learning/BaiGiang/nut_active.jpg) no-repeat bottom left;
    color: #ffffff;
    margin-right: 2px;
    font-weight: bold;
    font-size: 12px;
    
}

/* Menu */

.menu_list {	
	width: 162px;
	background-color: #e6f4ca;
	margin-top: 23px;
}
.menu_head {
	padding: 0px 0px ;
	cursor: pointer;
	position: relative;
	margin: 3px;
    font-weight:bold;
    width: 160px;
    height: 25px;
    /* background: #e6f4ca url(images/1.jpg) center right no-repeat; */
}
.menu_body {
	display:none;
	background-color: #f3e394;
	width: 146px;
	margin-left: 12px;
	
	
}
.menu_body a{
  display:block;
  color:#333333 !important;
  /*background-color:#EFEFEF;*/
  padding-left: 10px;
  font-weight:bold;
  text-decoration:none;
  font-family: Arial !important;
  font-size: 12px !important;
  height: 23px;
  padding-top: 6px;
}
.menu_body a:hover{
  color: #006600;
   background: url(/images/Learning/BaiGiang/nen.jpg) center right no-repeat;
  
  }
.menu_body a.actived{
  color: #006600;
   background: url(/images/Learning/BaiGiang/nen.jpg) center right no-repeat;
  
  }  
  
  
  
 #boxcontent_webcast
 {
	
	float: left; 
	border: solid 1px #bfbfbf; 
	padding: 2px; 
	width: 350; 
	height: 162;
	margin: 2px; 
	background-image: url(/images/Learning/BaiGiang/nen_bai_giang.jpg);
    background-repeat: no-repeat;	
 } 
 
 #boxcontent_webcast a
 {
	text-decoration: none;
	color: #666666;
	
 }
 
 #boxcontent_webcast a:hover
 {
   color: #ff9a13;	
 }
