/*File: ex1.css
Created By: Suresh Nimmakayala

This is the stylesheet for  for the Horizontal Menu Bar.
*/

#nav ul{
	padding : 0px;
	margin : 0;
		white-space : wrap;
		color : Green;
background-image: url(/headbg.gif);
	
}
#nav ul li{
	display : inline;
}
#nav ul li a{
	padding-left : 2em;
	padding-right : 2em;
	color : DarkBlue;
	font-weight : bold;
	font-size : 15;
	text-decoration : none;

background-image: url(/headbg.gif);


	
}
#nav ul li a:hover{
	
	color : #002042;
	font-weight : bold;
	border-width:0px;
	border-style:groove;
background-image: url(/headbg.gif);



	
	
}
#nav1 ul{
	padding : 0px;
	margin : 0;
	white-space : nowrap;
	background-color : DarkBlue;
	color : white;
	
}
#nav1 ul li{
	display : inline;
}
#nav1 ul li a{
	padding-left : 0em;
	padding-right : 0em;
	background-color : DarkBlue;
	color : white;
	font-weight : bold;
	font-size : 20;
	text-decoration : none;
	
}
#nav1 ul li a:hover{
	background-color : DarkBlue;
	color : white;
	font-weight : bold;
	border-width:0px;
	border-style:solid;
	text-decoration : underline;


	
	
}


























