body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	background-color: #666666;
	background-image: url(site_bg0.gif);
}

#wrapper {
width:780px;
margin:0 auto;
text-align:left;
border:solid 1px;
background-color:#ffffff ;
font-size:10px;
}

#header {
width:780px;
}

#mainNav {
width:138px;
float:left;
color: #32220A;
background-color:#fff;
padding-top:5px;

}

#content {
width:622px;
float:right;
padding:10px;
background-color:#FFFFFF;
}

#footer {
clear:both;
width:780px;
height:39px;
display:block;
background-color:#737373;
text-align:center;
color:#000000;
padding-top:0px;
}
#footer a {color:#CC0000;}

.separator {height:1px; background:url(file:Indiamyph_files/spacer00.gif) no-repeat 0 0; width:780px; display:block; clear:both;} 

 ul {
     margin: 0;
     padding: 0;
     list-style:none;
     }
  
 ul li {
     position: relative;
	 	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;

     }
  
 li ul {
     position: absolute;
     left: 137px;
     top: 0;
     display: none;
	 
     }
  
 li:hover ul, li.over ul {
     display: block;
 	 background-color:#FAA830;
       }
  
 ul li a {
     display: block;
     text-decoration: none;
     color:#32220A;
     background-color:#FAA830;
     padding: 3px;
     border-bottom: 1px solid #FAA830;
    }
  
 ul li a:hover { }
   
 * html ul li { float: left; height: 5%; }
 * html ul li a { height: 5%; }
