body {
background: #FFFFFF;
margin-top: 40px;
margin-bottom: 40px;
}
a {
	font-family: Trebuchet MS, Helvetica, Times;
	font-size: 10px;
	line-height: 10px;
	color: #0A446C;
	cursor: normal;
	text-decoration: none;
}
a:hover {
	font-family: Trebuchet MS, Helvetica, Times;
	font-size: 10px;
	line-height: 10px;
	color: #7A7A7A;
	cursor: normal;
	text-decoration: none;
	background-color: none;
}

.welcome {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
        font-weight: bold;
}
.menu {
       padding: 3px;
}
.info {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.entry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
        text-align: justify;
	padding: 5px;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 5px;
}
.dateblog {
	font-family: "Trebuchet MS", Helvetica, Times;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: lowercase;
}
.titleblog {
	font-family: Trebuchet MS, Helvetica, Times;
	font-size: 20px;
	font-weight: bold;
	color: #7A7A7A;
	text-decoration: none;
}
.entryalt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
        text-align: justify;
	padding: 5px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #7A7A7A;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #7A7A7A;
	background: #FFFFFF; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #7A7A7A; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #FFFFFF; background: #D5E3D0; }

li:hover ul, li.over ul { display: block;} /* The magic */