<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0px;
	padding: 0px;
	font: 11px Tahoma, Geneva, sans-serif;
	background-color:#B5D5EA;
}
.main-container {
	width:100%;
	/* background-color:#E0E0E0 ; 
background-color:#ffffff ; */

background:url('../images/background_cp.jpg') repeat;

}
.inner-container {
	width:900px;
	background-color:#FFF;
}
.header{
 width:100%;
 height:117px;
  background:url('../images/banner.jpg') no-repeat;
   
	
}
.header-img{
 width:256;
}


.body-container{
 width:100%;

}



.inner-height {
	/* height:150px; */
}

.vyomenu ul li a{
position: relative;
display: inline;
float: left;	
display: block;
background: #00CC33; /*background of menu items (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;

}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


.footer-container{
	 width:100%;    
	 background-color: #1A4C80;
	/*border-top:1px solid #F2F2F2; */
	 padding:10px 0px 10px 0px;
	 margin:10px 0px 0px 0px;
}
.footer-text{
	font-family:Verdana, 'Lucida Grande', 'Trebuchet MS', Tahoma, Arial, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none
	
}

.fishmenu{
font: bold 12px Verdana;
/* background: #414141; /*background of menu bar (default state)*/

background: #1A4C80;
width: 100%;
}

.fishmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.fishmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.fishmenu ul li a{
display: block;
/* background: #414141; background of menu items (default state)*/
background: 	#1A4C80;
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .fishmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.fishmenu ul li a:link, .fishmenu ul li a:visited{
color: white;
}

.fishmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}

.fishmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.fishmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.fishmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.fishmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.fishmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

/* Holly Hack for IE \*/
* html .fishmenu{height: 1%;} /*IE7 and below*/


</pre></body></html>