body  {
  font-family: arial;
  font-size: 9pt;
  color:#333333;
  background-image: url("../images/CMTbackground.gif");
  margin-top:0;
  margin-left:10;
}

form  {
  margin:0;
}

table  {
  font-family: arial;
  font-size: 9pt;
  color:#333333;
}

.orange  {
  color:#fc7613;
}

#form_error  {
  border:1px solid #fc7613;
  padding:10px;
  margin-bottom:10px;
}

#container  
{
  width:760px;
}

#header  
{
  height:127px;
}

#menu
{
  top:92px;
  float:right;
  text-align:right;
  position:relative;
}

#banner  
{
  height:212px;
}

#maincontent  {
  width:760px;
}

#footer  {
}

.cursor_hand  {
  cursor:pointer;
  cursor:hand;
}

#nav  {
  list-style: none;
  padding: 0;
  margin: 0;
}

#nav a {
  font-weight: bold;
  color: white;
}

#nav a {
  text-decoration: none;
}

#nav li li a {
  display: block;
  font-weight: normal;
  color: #333333;
  padding: 0.2em 10px;
}

#nav li li a:hover {
  padding: 0.2em 5px;
  border: 5px solid #00366e;
  border-width: 0 5px;
  color:#fb7713;
}

#nav li {
  float: left;
  position: relative;
  width: 109px;
  text-align: center;
  cursor: default;
}

#nav li div  {
  height:23px;
}

#nav li#first {
  width:109px;
}

#nav li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  font-weight: normal;
  padding: 0.5em 0 .5em 0;
  border:1px solid black;
}

#nav li#first ul li  {
  width:110px;
}

#nav li#first ul {
  background-color:white;
  width:110px;
}

li>ul {
  top: auto;
  left: auto;
}

#nav li li {
  display: block;
  float: none;
  background-color: transparent;
  border: 0;
  text-align:left;
}

#nav li:hover ul, #nav li.over ul {
  display: block;
}
