/* MSEC menu styles */
#menuarea {
	position:absolute;
	width:150px;
	height:auto;
	z-index:1;
	left: 0px;
	top: 133px;
	width: 140px;
	text-align: center;
	border-right: 1px dashed #CDC3D5;
}

span.underlined {
	display: inline;
	border-bottom: 1px solid #CDC3D5;
	font-size: x-small;
}

.buttonscontainer {width: 140px;}

.buttons a, .currentpage {
	color: #3C0082;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	display: block;
	width:100%;
	border-bottom: 1px solid #CDC3D5;
	font-size: x-small;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	background-color: #FFCC00;
	color: #008000;
	text-decoration: none;
}
.currentpage {
	/*color: #008000;
	background-color: #FFCC00;*/
	color: #008000;
	background-color: #CDC3D5;
}

#navlist {
}

#navlist li {
	list-style: none;
	margin-top: -18px;
	margin-left: -20px;
	margin-bottom: -18px;
}

#navlist li a { text-decoration: none; }

a:link, a:visited, a:active {
	color: #3C0082;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #008000;
	text-decoration: underline;
}
a.main:link, a.main:visited, a.main:active {
	color: #3C0082;
	text-decoration: underline;
	font-weight: normal;
}
a.main:hover {
	color: #008000;
	text-decoration: none;
}

