.cssnav	{
		position:relative;
		float: right;
		margin: 0; 
		padding: 0;
		font-family: arial, helvetica, sans-serif;
		background: url(../buttons/overbtn.jpg) no-repeat;
		width: 211px;
		height: 44px;
        overflow:hidden;/* for ie to hide extra height*/
		text-decoration: none
		}
.cssnav a
{
display: block;
font-size: 12px;
width: 211px;
height: 44px;
display: block;
float: left;
color: white;
text-decoration: none;
}

.cssnav img
{
width: 211px;
height: 44px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 35px;
top: 15px;
margin: 0px;
padding: 0px;
cursor: pointer;
}
.container {
  margin: 0 auto;
  width: xxxpx;
  text-align: left;
  }

p   
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
	color: white;
	}
li
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
	color: white;
	}
h1 
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	}
a 
{
	color: yellow;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	}
body
{
	background-color:#003399;
	}
   
