.menu {
  font-family: Century Gothic;
  font-size: 14px;
  font-weight: bold;
  color: #E2E086;
  text-decoration: none;
}

.menu_2 {
  font-family: Century Gothic;
  font-size: 11px;
  font-weight: bold;
  color: #E2E086;
  text-decoration: none;
}

.menu1 {
  font-family: Century Gothic;
  font-size: 18px;
  font-weight: bold;
  color: #E2E086; 
    cursor:pointer;
    text-decoration: none;
}


.menu1_2 {
  font-family: Century Gothic;
  font-size: 15px;
  font-weight: bold;
  color: #E2E086; 
    cursor:pointer;
    text-decoration: none;
}
 
a:hover {
  text-decoration: underline;
}
    
.tabs {
	    border-collapse: collapse;
    color: #E2E086;
    font-family: Century Gothic;
    font-size: 18px;
    font-weight: bold;
    margin: 110px 20px 20px 85px;
	*margin:120px 20px 20px 15px;
	width:180px;
    position: absolute;
    text-align: left;

	   }
       
.tabs_2 {
    background-image: url("img/menu_bg.gif");
    background-repeat: no-repeat;
    border-collapse: collapse;
    color: #E2E086;
    font-family: Century Gothic;
    font-size: 14px;
    font-weight: bold;
    height: 271px;
    margin: 110px 20px 20px 25px;
    *margin: 126px 20px 20px -95px;
    position: absolute;
    text-align: left;
    vertical-align: top;
	width:235px;
	   
	   }

.divs {display: none;
       z-index: 100; 
       padding-left: 10px; 
       padding-top: 10px; 
       padding-bottom: 10px;
       color: #E2E086;
       text-decoration: none;}

.divs_2 {display: none;
       z-index: 100; 
       padding-left: 10px; 
       padding-top: 5px; 
       padding-bottom: 5px;
       color: #E2E086;
	   margin: 0 0 0 20px;
       text-decoration: none;}

.menu2 {color: #8B979B; 
        z-index:5; 
        font-family:Arial; 
        font-size:12px; 
        font-weight: bold;
        text-decoration: none;}
        
.form { width:120px;
    height:18px;
    font-family:Tahoma;
    font-size:11px;
    border-style:solid;
    border-width:1px;
    border-color:#B7C3B1;
    background-color:#285300;
    color:#ffffff;
    margin-left:0px;
    margin-right:0px}

.form1 { width:350px;
    height:20px;
    font-family:Tahoma;
    font-size:11px;
    border-style:solid;
    border-width:1px;
    border-color:#666666;
    background-color:#ffffff;
    color:#666666;
    margin-left:0px;
    margin-right:0px}
    
.textarea {width:350px;
    height:142px;
    font-family:Tahoma;
    font-size:11px;
    border-style:solid;
    border-width:1px;
    border-color:#666666;
    background-color:#ffffff;
    color:#666666;
    overflow:auto;
    margin-left:0px;
    margin-right:0px;}
