/* CSS Document */
#menu {
	border-color: #FFFFFF;
	list-style: none;
	width: 128px;
	height: 300px;
	margin: 10px;
}

#menu *{
	color: white;
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 21px;
	list-style-type: none;
	list-style-image: none;
}

#menu a{
	display:block;
	text-align:left;
	padding-left:5px;
}

#menu ul li a{
	margin: 0 20px 0 0;
}
#menu ul li a:hover, #menu a.curr{
	background: #5179A2 url("/images/menu/edgehlparent.gif") repeat-y top right;
}

#menu ul li ul li a{
	margin: 0;
	background: transparent;
}

#menu ul li ul li a:hover, #menu ul li ul li a.curr{
	background: #5179A2 url("/images/menu/edgehlchild.gif") repeat-y top right;
}

#menu ul li{
	border-bottom:2px solid white;
	color:white;
	display:block;
	background: #90ACC7 url("/images/menu/edge.gif") repeat-y top right;
}

#menu ul li ul li{
	background: #90ACC7 url("/images/menu/edge.gif") repeat-y top right;
}

#menu ul li ul{
	background: white;
	padding: 2px 10px 0;
	margin-bottom: -2px;
}

#menutitle {
	font-size:small;
	background:#5179A2 !important;
	font-weight:bold;
}

h3 {
	color: #990000;
	font-size: large;
	text-align: left;
	font-style: normal;
	margin-bottom: 1em;
}
h2 {
	color: #5179A2;
	font-weight: bold;
	font-size: x-large;
	text-align: left;
	font-style: normal;
	margin-bottom: 1em;
}
