h1 {
   margin:0;
   font-size:16px;
}


/* Left menu style */
.left_menu  {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 12px;
		text-decoration:none;
        color : #000;
        padding: 8 10 8 10;
        background-color : transparent;
		border:1px solid #858585;
		display: block;
		font-weight:bold;
}


/* Menu's section style over that exists cursor */
.left_menu:hover  {
        font-family : Arial, Helvetica, sans-serif;
		text-decoration:none;
        font-size : 12px;
        color : #000000;
        padding: 8 10 8 10;
		border:1px solid #858585;
        background-color : #00ff00;
		display: block;
		font-weight:bold;
}


.headtitle {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   padding: 8 10 8 10;
   font-weight:bold;
   background-color : #FF9A0D;
   color:#ffffff;
   
}

TD { color:000000; text-decoration: none; font-weight: normal; font-size:12px; font-family :verdana,arial,helvetica; }

A { color:DC9026; text-decoration: underline; font-weight : bold; font-size :12px; font-family :Verdana, Arial; }
A:hover { color:DC9026; text-decoration: underline; font-weight : bold; font-size :12px; font-family :Verdana, Arial;}

.wt { color:ffffff; text-decoration: none; font-weight : bold; font-size :10px; font-family :Verdana, Arial; }
.wt:hover { color:F9EFD2; text-decoration: underline; font-weight : bold; font-size :10px; font-family :Verdana, Arial;}

.wt12 { color:ffffff; text-decoration: none; font-weight : normal; font-size :12px; font-family :Verdana, Arial; }
.texttitle { color:FF9A0D; text-decoration: none; font-weight : bold; font-size :15px; font-family :Verdana, Arial; }



.GoBtn	{border-bottom:thin solid #324B8A;border-right:thin solid #324B8A;border-top:thin solid #7F96D0;border-left:thin solid #DEE1C5;font-size:11px;font-family:Tahoma;font-weight:bold;background-color:#526CB0;color:#FFFFFF;cursor: hand;}


div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
}

div.menuBar {
  background-color: #FF9A0D;
  border: 2px solid #FF9A0D;
  padding: 0px 0px 0px 0px;
  text-align: left;
  border-bottom:thin solid #FF9A0D;
  border-right:thin solid #FF9A0D;
  border-top:thin solid #FF9A0D;
  border-left:thin solid #FF9A0D;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #FF9A0D;
  color: #ffffff;
  cursor: hand;
  left: 0px;
  margin: 2px;
  padding: 2px 6px 1px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: FFBA00;
  border: 1px solid #e0e0e0;
  color: #ffffff;
  
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #FFBA00;
  border: 1px solid #FFBA00;
  color: #ffffff;
  left: 1px;
  top: 1px;
  border-bottom:1px solid #FFBA00;

}

div.menu {
  background-color: #FF9A0D;
  border: 3px solid #FF9A0D;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
  border-top:thin solid 1px #FF9A0D;
  border-left:thin solid 1px #FF9A0D;
}

div.menu a.menuItem {
  color: #ffffff;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #FFBA00;
  color: #ffffff;
  cursor:hand;
   text-decoration: underline;
}


div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}








