body
{
    margin-top:0px;
    background-color:white;
    background-image:url("images/Bottom_texture.jpg");
    
    background-position: left top;
    background-repeat: repeat-x;
    color: #423210;
    margin-bottom: 5px;
    margin-top: -2px;
    min-width: 1100px;
    padding: 0;
    /* #EAFAE6 */
}
a{text-decoration:none;color:;}
a:visited{color:darkgreen;}
p{margin:0px;padding: 2px 0;}
h1{
    color: #808F6B;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 3px;
    padding-left: 6px;}
h2{
    color: #808F6B;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 3px;
    padding-left: 6px;}
h3{
    color: #808F6B;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 3px;
    padding-left: 6px;}
ul{padding-left:15px;}
.main {}
#body{
    margin-top:15px;
    
}
#body_center{
    margin-top:15px;
    padding:6px;
}
#body_right{
    margin-top:15px;
    margin-left:10px;
    padding:6px;
}
#body_full, #body_wide_full, #body_full_full{
    margin-top:15px;
    padding:16px;
}
#body_wide_full{
    padding-right:30px;
}
#body_full_full{
    padding-right:40px;
}
#menu_right
{
    margin-left:10px;
}
#sidebar_right{
    margin-top:15px;
    width:280px;
}
#sidebar_full_right{
   margin-left: 20px;
   width: 330px;
}
#sidebar_full_full_right{
  
}
#sidebar_wide_right{

}
#sidebar_sidebar_right, #sidebar_integration_right,#sidebar_subcontent_right
{
    width:280px;
    margin-left:6px;
}
#sidebar_sidebar_full_right, #sidebar_integration_full_right,#sidebar_subcontent_full_right
{
    
}
#sidebar_sidebar_wide_right, #sidebar_integration_wide_right,#sidebar_subcontent_wide_right
{
    
}
#sidebar_sidebar_right, #sidebar_sidebar_full_right, #sidebar_sidebar_wide_right{
    padding:6px;
    margin-top:15px;
}
#sidebar_subcontent_right, #sidebar_subcontent_full_right, #sidebar_subcontent_wide_right{
    /*padding:6px;*/
    margin-top:15px;
}
#sidebar_subcontent_center{
    padding:6px;
    margin-top:15px;
}
#sidebar_integration_right, #sidebar_integration_full_right, #sidebar_integration_wide_right
{
    margin-top:15px;
}

#sidebar_left{
	margin-right:20px;
}
#sidebar_full_left{
	margin-right:20px;
}
#sidebar_full_full_left{
	margin-right:6px;
}
#sidebar_wide_left{
	margin-right:20px;
}
#sidebar_sidebar_left, #sidebar_integration_left,#sidebar_subcontent_left
{
    width:265px;
    
}
#sidebar_sidebar_full_left, #sidebar_integration_full_left,#sidebar_subcontent_full_left
{
}
#sidebar_sidebar_wide_left, #sidebar_integration_wide_left,#sidebar_subcontent_wide_left
{
}
#sidebar_sidebar_left, #sidebar_sidebar_full_left, #sidebar_sidebar_wide_left{
    padding:0px;
    margin-top:15px;
}
#sidebar_subcontent_left, #sidebar_subcontent_full_left, #sidebar_subcontent_wide_left{
    padding:6px;
    margin-top:15px;
}
#sidebar_integration_left, #sidebar_integration_full_left, #sidebar_integration_wide_left
{
    margin-top:10px;
}
#footer{
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top:10px;
    width:100%;
}
.grid {border-collapse:separate;border-spacing:0; width:100%;}
.grid-header th{background:#c3d9ff;font-size:90%;}
.grid-row1{background:#eee;font-size:80%;}
.grid-row2{background:lightyellow;font-size:80%;}
.grid-pager{color:silver;font-size:80%;}

/* Search */
#search { text-align:right;}
/*
  Mnue & Submenu
  Based on http://w3iscool.com/demo/html-dropdown-menu-with-css3-animation/
*/
.menu nav {
  position:relative;
  display:block;
  height:35px;
  font-size:13px;
  font-weight:bold;
  background:transparent url(images/bgOFF.gif) repeat-x top left;
  font-family:Arial,Verdana,Helvitica,sans-serif;
  border-top: 4px solid #0000FF;
  margin-top: -7px;
}
.menu ul {
  margin:0;
  padding:0;
  list-style-type:none;
  width:auto;
}
.menu ul li {
  display:block;
  float:left;
  margin:0;
}
.menu ul li a{
  display:block;
  float:left;
  color:#003366;
  text-decoration:none;
  text-transform: uppercase;
  padding:06px 20px 0 20px;
  height:28px;
  background:transparent url(images/bgDIVIDER.gif) no-repeat top right;
}
.menu ul li a.arrow::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  content: "";
  position: absolute;
  right: 5px;
  top: 45%;
  z-index: 999;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.menu ul li:hover a.arrow::after {
  border-top-color: #fff;
}
.menu ul li:hover a{
  background: #D32F2F;
  color: #fff;
}
.menu ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 250px;
  -webkit-box-shadow: 4px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
}
.menu ul li ul li {
  background: #D32F2F;
  display: block;
  color: #fff;
  height: 0px;
  overflow: hidden;
  -webkit-transiton: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.menu ul li:hover ul li{
  height: 48px;
}
.menu ul li ul li:hover a{ background: #B71C1C ; }
.menu ul li:hover ul {
  display: block;
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}
.menu ul li a.current{color:#B30000;background:#fff url(images/bgON.gif) no-repeat top right;}

/* Side Bar */
ul.sidebar { 
    padding:0px;
    margin-left:0px;
}
.sidebar li {
	/*background:transparent url(images/dots.gif) repeat-x scroll left bottom;*/
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 1px;
    font-family:Arial,Verdana,Helvitica,sans-serif;
	width:100%;
    font-size:11pt;
    font-weight:normal;
    background-color:#eee;
    padding:6px;
    border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.sidebar li a { color:#626262; margin-left:4px;}
/*  For Admin */
.submenu ul {
	margin:0;
	padding:0;
	list-style:none;
}

.submenu li {
	display:inline;
	margin:0;
	padding:0;
}

.submenu-active {
	text-decoration: none;
	background: #a3b8cc;
	padding: 3px 5px 0 5px;
}

.submenu-inactive {
	text-decoration: none;
	background: #dae0e6;
	padding: 3px 5px 0 5px;
}

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;
	border-color: #F0F0F0;
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #F0F0F0;
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #f8f8f8
}
table.grid tr td{ padding:6px;}
/* Language link */
.sublang{
    padding:6px;
}
/* Footer */
#footer{background-color: #C1DAD6;border-radius: 3px;}
#footer table{margin:0px;}

/* Button */

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn:visited{color:#4A8810;}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  background-color: #365cdc;
  background-image: -moz-linear-gradient(top, #366ddc, #3644dc);
  background-image: -ms-linear-gradient(top, #366ddc, #3644dc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#366ddc), to(#3644dc));
  background-image: -webkit-linear-gradient(top, #366ddc, #3644dc);
  background-image: -o-linear-gradient(top, #366ddc, #3644dc);
  background-image: linear-gradient(top, #366ddc, #3644dc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#366ddc', endColorstr='#3644dc', GradientType=0);
  border-color: #3644dc #3644dc #1d29a8;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #3644dc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #3644dc;
  *background-color: #2533d4;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #212ebe \9;
}
.btn-warning {
  background-color: #ff822e;
  background-image: -moz-linear-gradient(top, #ff944d, #ff6600);
  background-image: -ms-linear-gradient(top, #ff944d, #ff6600);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff944d), to(#ff6600));
  background-image: -webkit-linear-gradient(top, #ff944d, #ff6600);
  background-image: -o-linear-gradient(top, #ff944d, #ff6600);
  background-image: linear-gradient(top, #ff944d, #ff6600);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff944d', endColorstr='#ff6600', GradientType=0);
  border-color: #ff6600 #ff6600 #b34700;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ff6600;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #ff6600;
  *background-color: #e65c00;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #cc5200 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #454545;
  background-image: -moz-linear-gradient(top, #555555, #2c2c2c);
  background-image: -ms-linear-gradient(top, #555555, #2c2c2c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#2c2c2c));
  background-image: -webkit-linear-gradient(top, #555555, #2c2c2c);
  background-image: -o-linear-gradient(top, #555555, #2c2c2c);
  background-image: linear-gradient(top, #555555, #2c2c2c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#2c2c2c', GradientType=0);
  border-color: #2c2c2c #2c2c2c #060606;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2c2c2c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #2c2c2c;
  *background-color: #1f1f1f;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #121212 \9;
}

/* Label */
.label,
.badge {
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #e8a39a;
}
.label-important[href],
.badge-important[href] {
  background-color: #df7d70;
}
.label-warning,
.badge-warning {
  background-color: #fcb46b;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #fb9b39;
}
.label-success,
.badge-success {
  background-color: #9ed99c;
}
.label-success[href],
.badge-success[href] {
  background-color: #7acb77;
}
.label-info,
.badge-info {
  background-color: #9bcacd;
}
.label-info[href],
.badge-info[href] {
  background-color: #79b8bc;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* Customize */
a[class="link_5"]{
	padding-left:25px;
	background: transparent url(images/travel.png) no-repeat scroll left top;
}


/* Carousel */
#carousel-wrapper {
    width: 950px;
    height: 300px;    
    /*background-color:#eee;*/
    overflow: hidden;
}
#carousel-content {
    width: 2500px;
}
#carousel-content .slide { 
    width: 950px;
    /* padding:10px; */ 
    overflow: hidden;
}

#sidebar_sidebar_left,
#sidebar_sidebar_left ul,
#sidebar_sidebar_left ul li,
#sidebar_sidebar_left ul li a {
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
}
#sidebar_sidebar_left {
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#sidebar_sidebar_left.align-left {
  float: right;
}
#sidebar_sidebar_left:after,
#sidebar_sidebar_left ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#sidebar_sidebar_left ul li {
  	display: block;
  	z-index: 1;
  	background:#E8E4E4;
	border:1px solid;

}
#sidebar_sidebar_left ul li::after {
    border-top-left-radius: 50% 4px;
    border-top-right-radius: 50% 4px;
    bottom: 10px;
    content: "";
    height: 8px;
    margin-left: 236px;
    position: absolute;
    width: 100%;
    z-index: 2;
}
#sidebar_sidebar_left ul li a {
 	display: block;
    	padding: 10px 30px;
    	text-decoration: none;
    	font-size: 12px;
    	text-transform: uppercase;
    	color: #252424;
    	/* border: 0.5px solid; */
    	font-family: khmer os content;
}
#sidebar_sidebar_left ul li a:hover,
#sidebar_sidebar_left ul li.active a {
  color: #ffffff;
}
#sidebar_sidebar_left ul li:hover,
#sidebar_sidebar_left ul li.active {
  background: #16bd8c;
}
#sidebar_sidebar_left ul li:hover::after,
#sidebar_sidebar_left ul li.active::after {
  
}