﻿
.cssmenu {
  background: #333;
  list-style: none;
  margin: 0;
  padding: 0;
  width:200px;
}
.cssmenu li {
  font:bold 12px 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  width:200px;
}
.cssmenu a {
 /* background:#473C8B;*/
  background:white;
  /*border-bottom: 1px solid #393939;*/
 /* color: #ccc;*/
  display: block;
  margin: 0;
  padding: 8px 12px;
  text-decoration: none;
  font:normal 12px 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  color:#EE9A49;/*#C85A17*/
  text-decoration:none;
  
}
.cssmenu a:hover {
  /*background: #2580a2 url('hover.gif') left center no-repeat; *//*#F0F8FF*/
  background:#00CDCD url('hover.html') left center no-repeat;

  font:normal 12px 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  color :White;
  padding-bottom: 8px;
  border-radius:2px/1px;
  /* text-shadow: 4px 4px 2px rgba(0,0,128, 0.8) */
}
.cn_tdleft
{
 width:200px;
 height:600px;
 vertical-align:top;
 text-align:left;
 /*background-color:#473C8B;*/
 background:white;
 /*border-right:solid 1px black;*/
}
.cn_tdrt
{
 width:780px;
 height:100%;
 vertical-align:top;
 background-color:White;
}