
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}


#menu {
/*
position: absolute;
top: 215;
left: 0;
z-index:100; */

position: relative;
top: 0;
left: 0;
z-index:100;
width: 100%;
}

/* boxes */
#menu dl {
float: left;
width: 200px;
margin: 0 0px;
}


/* primary level - entries */
#menu dt {
	cursor: pointer;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: white;
	font-style: normal;
	font-weight: normal;
	border-right-width: 1px; border-right-style: solid; border-right-color: white;
	border-left-width: 1px; border-left-style: solid; border-left-color: white;
	font-size: 16pt;
	text-align: center;
	background: #7AA2C2;
}

/* primary level - links */
#menu dt a {
color: white;
text-decoration: none;
/*display: block;*/
height: 100%;
border: 0 none;
}
#menu dt a:link {}
#menu dt a:visited {}
#menu dt a:hover {}





/* secondary level - entries */
#menu li {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: white;
	font-style: normal;
	font-weight: normal;
	font-size: 13pt;
	text-align: left;
	background: #7AA2C2;
	border-top-width: 2px; border-top-style: solid; border-top-color: white;
}

/* secondary level - links */
#menu li a {
color: white;
text-decoration: none;
/*display: block;*/
height: 100%;
border: 0 none;
}
#menu li a:link {}
#menu li a:visited {}
#menu li a:hover {}

/* secondary level - boxes */ 
#menu dd {
position: absolute;
width: 200px;
/* border: 1px solid gray; */
}

