#cssmenu_right {
  
  list-style: none;
   
 
  
  /*background-color: #22acac;*/
  background-color: rgb(200,200,200);
	float: left;
	padding:3px;
 	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	/*
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	*/
	-webkit-box-shadow: #848BB3 5px 5px 5px;
	-moz-box-shadow: #848BB3 5px 5px 5px; 
	box-shadow: #848BB3 5px 5px 5px;
	
}
#cssmenu_right ul {
  margin: 5;
  padding: 0;
  list-style: none; 
}
#cssmenu_right li {
  font: 110% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  margin: 0;
 
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  
  list-style: none;
   width: 100%;
}

#cssmenu_right a {
  /*background: #22acac;*/
   background-color: rgb(200,200,200);
  
  border-bottom: 1px solid #393939;
  /*color: rgb(16,61,144);*//* เพื่อการไว้อาลัย*/
  color: rgb(50,50,50);
  display: block;
  margin: 0;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 5px;
  text-decoration: none;
  font-weight: normal;
}
#cssmenu_right a:hover {
  background: #2580a2 url('images/hover.gif') left center no-repeat;
  color: #fff;
  
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 5px;
}
