/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

body {
margin: 0;
background: white;}

#repeat {
background-image: url('Images/repeat.gif');
width: 100%;
height: 105px;
}

#header {
background-image: url('Images/header.gif');
height: 105px;
width: 685px;
float:left;
}

#home {
padding: 81px 0 0 8px;
color: white;
font-size: 14px;
font-family: "Sans Serif";
font-weight: bold;
float: left;
}

#home a:link {color: white; text-decoration:none;}     
#home a:visited {color: white; text-decoration:none;}
#home a:active {color: white; text-decoration:none;} 
#home a:hover {color: #1FDF58; text-decoration:none;}

#pages {
padding: 81px 0 0 60px;
color: black;
font-size: 14px;
font-family: "Sans Serif";
font-weight: bold;
float: left;
}

#pages ul { margin: 0; padding: 0; }
#pages ul, #pages ul li {
list-style-type: none;
}

#pages ul li {
position: relative;
float: left;
}

#pages li {
padding-right: 12px;
}

#pages li ul {
	position: absolute;
	left: 10px;
	top: 10px;
	display: none;
	}

#pages li:hover ul, #pages li.over ul {display: block; }

#pages a:link {color: black; text-decoration:none;}     
#pages a:visited {color: black; text-decoration:none;}
#pages a:active {color: black; text-decoration:none;} 
#pages a:hover {color: blue; text-decoration:none;}

#main {}

#left {
float:left;
width:150px;
padding: 10px 10px 0 10px;
}

#right {
float:left;
padding: 10px 10px 0 10px;
width: 600px;
font-size: 14px;
font-family: "Arial";
}


#footer {
clear: both;
text-align:center;
font-size: 10px;
}

#footer ul, #footer ul li {
list-style-type: none;
display: inline;
}



#drop li {
background : white;
width: 100px;}

#drop a:link {color: blue; text-decoration:none;}     
#drop a:visited {color: blue; text-decoration:none;}
#drop a:active {color: blue; text-decoration:none;} 
#drop a:hover {color: black; text-decoration:none;}