<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.topstrip1{
	background-image: url(../Images/graphics/strip1.png);
    background-repeat: repeat-x;
	width: 10px;
	height: 30px;
}

.topstrip2{
	background-image: url(../Images/graphics/strip2.png);
    background-repeat: repeat-x;
	width: auto;
	height: auto;
}

.menubg{
	background-image: url(../Images/graphics/menu_bar_10px.jpg);
    background-repeat: repeat-x;
	width: 10px;
	height: auto;
}


#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;	
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 14px arial;
}

#sddm  a
{	
	border: 0px solid #a1a1a1;
	display: block;
	margin: 16px 0 10px 0;
	padding: 0 0;
	width: 101px;
 /*		background:#A8A7A7;   #5970B2; */ 
	/* background-image: url(../Images/graphics/menu_bar_10px.jpg); */
	color: #338fbc;  /* menu color vrushali */ 
	text-align: center;   
	text-decoration: none;
	border-radius: 2px;
	
	}

#sddm a:hover
{	background: #fff; /*#fff;   49A3FF */
	color: #31c3e8;   /*// #024885;   49A3FF */
	border: 1px solid #fff;

}



#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2;
}

#sddm  a
{	position: static;
	display: block;
	padding: 12px 2px;
	width: 122px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	/* background: #000;    /*#EAEBD8; */ */
	color:  #fff; /*#fff;     #2875DE;  */
	font: 14px arial;  /* menu size vrushali */ 
	border:  #fff;
	border-radius: 1px;
}

#sddm  a:hover
{	background: #31c3e8;
	color: #fff;/* #FFF; */
}</pre></body></html>