#top{
	padding-left: 5px; margin-top:20px;  height:90px; background-image: url(../images/logo.jpg); background-repeat:no-repeat;
 background-position: top left; margin-left: 15px;background-color:#6699CC;
	 }

#container {
padding: 15px 0px;  
 background-color: #6699CC; }

.menu {
	   margin-top: 0px; color: white; padding-top: 5px;
	font-size: 85%;    width: 78; clear:both; height: 18px; background-color: #0263A4;
border-top: 1px solid white; border-bottom: 1px solid white;}

.menu ul{
margin: 0px; list-style-type: none;PADDING: 0px;
}
.menu a:link {
	color: white ;  text-align: center; text-decoration: none;
font-weight:bold;

}
.menu li {
margin-left: 5px; position: relative; 
float: right; text-decoration: none; height: 14px;
padding: 0px 7px 0px 7px; border-left: 1px dotted white;
color:white; list-style-type: none;
}
.menu LI UL {
	display: none;LEFT: 0px;  width: 110px; position: absolute;
	margin-top:1px; padding: 3px; margin-left: 7px;
}
.menu li:hover ul{
	display:block; width: 110px; background-color: #0263A4;
}
.menu li.over ul {
	display:block;
}
.menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: 7px;
}
.menu a:hover {
text-decoration: underline; color: #ffffff;
}
.menu a:visited {
	color: #ffffff;
}
.floatl {
	float:left; padding-right: 20px;margin-left: 10px;
}




