body {
margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-color: #dfeaf0
}

.text {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000
}

.title {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 17px; color: #40637A; font-weight: bold
}

.logo {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #4DD6EC
}

.bottom {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #3c7aa1
}

a:link {
color: #FFFFFF; text-decoration: underline
}

a:visited {
color: #e3eef2; text-decoration: underline
}

a:hover {
color: #333333; text-decoration: none
}

a.designby:link {
color: #999999; text-decoration: none
}

a.designby:visited {
color: #999999; text-decoration: none
}

a.designby:hover {
color: #339933; text-decoration: none
}

.left {  float: left;   text-align: justify;   color: #40637A;   width: 49%;   }
.right {  float: right;   text-align: right;   font-weight: bold;   color: #fff;   width: 49%;   }
div.spacer {   clear: both;   }

.left3 {  float: left;   text-align: justify;   color: #40637A;   width: 33%;   }
.right3 {  float: right;   text-align: right;   font-weight: bold;   color: #fff;   width: 20%;   }
.left33 {  float: left;   text-align: justify;   color: #40637A;   width: 46%;   }

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 80px;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 88px;
	top: 0;
	display: none;
	}
	
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #3e83ad;
	padding: 5px;
	border: 0px solid #ccc;
	border-bottom: 0;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 88px;
	border-bottom: 0px solid #ccc;
	}

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

