@charset "utf-8";
body {
	padding: 0;
	margin: 0;
}

/*makesmenu horizantal*/
ul {
padding: 0;
margin: 0;
list-style: none;
}

/*look of primary menu*/
li {
float: left;
position: relative;
}
  
/*look of seconary menu*/
li ul {
display: none;
position: absolute; 
width:165px;
top: 30px;;
left: 0;
background-color:#EDE77B;
border: medium solid #D5D06D;
}
  
/* for Internet Explorer*/
li > ul {
top: auto;
left: auto;
}

/*create the rollover for all but IE*/
li:hover ul, li.over ul{ 
display: block; 
}

/*simple styling of links in drop down*/
ul li a {
display: block;
text-decoration: none;
}

li li {
float:none;
margin-left:5px;

/*this added consistent spacing*/
padding:5px;
}

img{
border:none;
}
a:link {
	color: #800000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

a:visited {
	color: #800000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

a:hover {
	color: #003900;
	background-color: #D5D06D;
}

#main ul {
	list-style-type: disc;
}

#main li{
position:static;
float:none;
}