ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0px; 
	}
	
ul.menu li{
	position: relative;
	}
	
li.menu ul {
	position: absolute;
	left: -38px; /* Set 1px less than menu width */
	top: 18px;
	bottom: 0px;
	display: none;
	}

/* Styles for Menu Items */
ul.menu li a {
	display: block;
	text-decoration: none;
	color: #ffcc33;
	padding: 0px;
	border: 0px; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */

li.menu:hover ul, li.over ul { display: block; } 

.smaller
{
	height:3px;
	font-size:1px;
	background: #3f759b; /* IE6 Bug */
	list-style: none;
	padding: 0;
}

.items
{
	list-style: none;
	width: 175px; /* Width of Menu Items */
	height: 14px;
	border: 1px solid #3f759b; /* IE6 Bug */
	border-bottom: 0;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	background: #528aaf; /* IE6 Bug */
}

a.Menu:link
{
font-size: 8.0pt;
color: #ffcc33;
text-decoration: none;
}

a.Menu:visited
{
font-size: 8.0pt;
color: #ffcc33;
text-decoration: none;
}

a.Menu:hover
{
font-size: 8.0pt;
color:  #000000;
text-decoration: none;
}

a.Menu:active
{
font-size: 8.0pt;
color: #ffcc33;
text-decoration: none;
}
