h1 {
	font: 24pt arial, tahoma;
	font-weight: bold;
}

p {
	font: 10pt arial, tahoma;
}


div.leftmenu {
	height: 100%;
	width: 175px;
	background-color: #7D9EC0;
	margin: 0;
	padding: 0;
}
			
div.mainmenuitem {
	height: 20px;
	width: 100%;

	border-bottom: 1px solid white;
	padding-left: 5px;
	font: 10pt arial, tahoma;
	color: white;
				
	box-sizing: content-box;
}
			
a.mainmenuitem {
	color: white;
	background-color: #27408B;
	text-decoration: none;
	font: 12pt arial, tahoma;
	font-variant: small-caps;
	-moz-box-sizing: padding-box;
	display: block;
	border-bottom: 1px solid white;
	padding: 3px 0 3px 5px;
}
			
a.mainmenuitem:hover {
	background-color: #42426F;
}
			
a.submenuitem {
	color: white;
	background-color: #436EEE;
	font: 10pt arial, tahoma;
	text-decoration: none;
	display:block;
	border-bottom: 1px solid #FFFFFF; 
	padding: 2px 5px 2px 20px;
	margin: 0;
	width: 100%;
	-moz-box-sizing: border-box;
}
			
a.submenuitem:hover {
	background-color: #27408B;
}

a.subsubmenuitem {
	color: white;
	background-color: #6495ED;
	font: 10pt arial, tahoma;
	text-decoration: none;
	display:block;
	border-bottom: 1px solid #FFFFFF; 
	padding: 2px 5px 2px 40px;
	margin: 0;
	width: 100%;
	-moz-box-sizing: border-box;
}
			
a.subsubmenuitem:hover {
	background-color: #436EEE;
}

a.subsubsubmenuitem {
	color: white;
	background-color: #ADD8E6;
	font: 10pt arial, tahoma;
	text-decoration: none;
	display:block;
	border-bottom: 1px solid #FFFFFF; 
	padding: 2px 5px 2px 60px;
	margin: 0;
	width: 100%;
	-moz-box-sizing: border-box;
}
			
a.subsubsubmenuitem:hover {
	background-color: #6495ED;
}

a.topmenu {
	font: 10pt tahoma;
	float:left;

	height:18px;
	text-decoration:none;
	color:#27408B;
	padding:1px 15px 1px 15px;
	border-left:1px solid white;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

a.topmenu:hover {
	text-decoration: underline;
}
			
ul.menu {
	list-style-type:none; 
	margin: 0;
	padding: 0;
}

li.menu {
	display: inline;
}

			
