body
{
	/* background-image: url('images/NenHelp.png'); */
	}
#cssmenu {
  /*padding: 0;
  margin: 0;
  border: 0;
  float:left;*/
}
#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
  float: left;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  line-height: 1.5em;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul,
#cssmenu ul ul ul {
  top: -1px;
  left: 99%;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul li {
  float: none;
}
#cssmenu a {
  display: block;
}
/* Custom CSS Styles */
#cssmenu {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu ul {
  background: #F0EFEA;
  border: 1px solid #aaaaaa;
  padding: 4px;
  width: 250px;
}
#cssmenu ul li {
  color: #000000;
  position: relative;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  background: #61b72d;
  background: -moz-linear-gradient(#61b72d 0%, #4b8e23 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #61b72d), color-stop(100%, #4b8e23));
  background: -webkit-linear-gradient(#61b72d 0%, #4b8e23 100%);
  background: linear-gradient(#61b72d 0%, #4b8e23 100%);
  color: #FFF;
}
#cssmenu ul li.hover > a,
#cssmenu ul li:hover > a {
  color: #FFF;
  border: 1px solid #4b8e23;
}
#cssmenu ul ul {
  width: 150px;
}
#cssmenu a {
  border: 1px solid transparent;
  padding: 3px 10px;
}
#cssmenu a:link,
#cssmenu a:visited {
  color: #000000;
  text-decoration: none;
}
#cssmenu a:hover {
  background: #61b72d;
  background: -moz-linear-gradient(#61b72d 0%, #4b8e23 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #61b72d), color-stop(100%, #4b8e23));
  background: -webkit-linear-gradient(#61b72d 0%, #4b8e23 100%);
  background: linear-gradient(#61b72d 0%, #4b8e23 100%);
  color: #FFF;
}
#cssmenu a:active {
  color: #ffa500;
}
#cssmenu .has-sub:hover > a:after,
#cssmenu .has-sub.hover > a:after {
  border-color: transparent transparent transparent #FFF;
}
#cssmenu .has-sub > a:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #808080;
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -4px;
  -webkit-transform: rotate(360deg);
}

.cssTieuDe {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align:center;
  color:Red;
  }
  
 #divNoiDung {
  padding: 0;
  margin: 0;
  border: 1px solid red;
  padding-left: 300px;
  width:700px;
  height:500px;
}
  
  #NoiDungHDSD 
  {
  	list-style: none;
  margin: 0;
  padding: 0;
  font-family: Verdana;
  font-size: 13px;
  color: #232323;
  
  	}
  	
  	#ContentPlaceHolder1
  	{
  		height:500px;
  		overflow:scroll;
  		background: #F0EFEA;
  		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
  		}
.cssNoiDung 
	{
	border: 1px solid #bcbcbc; background: #F0EFEA; color:#232323; font-family:Verdana; font-size:13px; padding:20px;
	}
.cssLstItem
{
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 14px;
	background: #F0EFEA;
	border: 1px solid #aaaaaa;
	padding: 4px;
	width: 250px;
	}
.cssLstItem a: hover {
  /*background: #61b72d;
  background: -moz-linear-gradient(#61b72d 0%, #4b8e23 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #61b72d), color-stop(100%, #4b8e23));
  background: -webkit-linear-gradient(#61b72d 0%, #4b8e23 100%);
  background: linear-gradient(#61b72d 0%, #4b8e23 100%);*/
  color: #FFF;
  cursor: pointer;
  background-color: yellow;
  }
