body {
	margin: 0;
	padding: 0;
	background-color: #336699;
	font-family: verdana, helvetica, sans-serif;
}

div.small {
	font-size: x-small;
	padding-top: 0.5em;
}

#siteMenu {
	margin: 0;
	padding: 0;
	margin-left: 3px;
	font-size: small;
	font-weight: normal;
	color: #FFF;
	background-color: #336699;
}

#siteMenu ul, #siteMenu li {
	margin:0;
	padding:0;
	white-space: nowrap;
	list-style-type: none;
}

#siteMenu ul {
	padding-left: 0.8em;
	font-size: small;
	font-weight: normal;
}

#siteMenu li {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	font-weight: bold;
}

#siteMenu li ul li {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	font-weight: normal;
}


#siteMenu li#currentPage { /* If one would like to use special styles for the li tag that holds the a tag for the currently viewed content page */
	background-color: #003399;
}

#siteMenu li#currentPage ul {
	background-color: #336699;
}

a { text-decoration: none; color: #ffffff}
a:link { text-decoration: none; color: #ffffff}
a:visited { text-decoration: none; color: #ffffff}
a:active { text-decoration: none; color: #ffffff}
a:hover { text-decoration: underline }

#siteMenu a#currentPage {
	/* If one would like to use special styles for the a tag for the currently viewed content page */
}