@import "menus2.css";

.menu {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
 display: block;

}

.subMenu {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
 display: block;
 visibility: hidden;
 position: absolute;
 background-color: #ff6600;
 border: 1px outset #C0C0C0;
 white-space: nowrap;
 filter: alpha(opacity=90); 
-moz-opacity:0.90; 
-khtml-opacity:0.9;
-o-opacity:0.90; 
 opacity:0.90;
}

.subMenu li ul {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
 display: block;
 visibility: hidden;
 position: absolute;
 background-color: #ffd800;
 border: 1px outset #C0C0C0;
 left: 50px;

 white-space: nowrap;
}

.menu li:hover > ul {
 visibility: visible;

}

.subMenu li:hover > ul {
 visibility: visible;

}

body {font-size: 11px; font-family: Verdana, Arial, Geneva; }

.centeralign {
   margin-left: auto;
   margin-right: auto;
   background: none;
   width: 640px;
}

.colorclass  {color: #000000; }
.smallclass  {font-size: 11px; }
.bgcolorlight {background: #ffd800;}
.bgcolordark {background: #ff6600;}
.bgcolorhlight {background: #ffff00;}

.heightfifty {
	height: 50px; 
	width:640px; 
	margin-left: auto; 
	margin-right: auto; 
	background: #ffd800; 
}
.imageleft {
 	float: left;
 	margin-right: 5px;
 }
 
.buttonlink {border:1px solid #000000; background: #ffd800; padding:1px 1px 1px 1px; color:#993366; font-weight:bold;}

.width100 {width: 100px;}
.tableclass {width: 640px;}
.fitimage {width: 530px; text-align: center;}
.hindi {font-family: Lucida Sans,mangal,raghu8; font-size: 14px;}


h1 {text-align: center; font-size: 25px; font-family: Verdana, Arial, sans-serif; color: #993366; font-variant: small-caps; margin: 0;}
h2 {font-size: 16px; font-family: Verdana, Arial, sans-serif; background: #ffd800; margin-right: 5px;}
h3 {font-size: 14px; font-family: Verdana, Arial, sans-serif; background: #ffd800; margin-right: 5px;}
h4 {font-size: 12px; font-family: Verdana, Arial, sans-serif; background: #ffd800; margin-right: 5px;}

ul {white-space: nowrap;}

p {text-align: justify; font-size: 12px; font-family: Verdana, Arial, Geneva; margin-right: 5px; }
a:link {text-align: left; font-size: 14px; font-family: Verdana, Arial, Geneva; text-decoration: none; color:#663366; font-weight:bold;}
a:visited {text-align: left; font-size: 14px; font-family: Verdana, Arial, Geneva; text-decoration: none; color:ff0000; font-weight:bold;}

img {border: 0px;}