@charset "utf-8";
/* CSS Document */

/*================== MENU AREA =======================*/
.menuItems {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#button {
        width: 181px;
        font-family: Arial, Helvetica, sans-serif;
        font-size : 0.9em;
}
#button ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
}
#button li {
		margin: 0;
		list-style: none;
		list-style-image: none;
}
#button li a {
	display: block;
	padding: 5px 5px 5px 5px;/*top right bottom left*/
	color:#666666;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-color: #CCC;
	border-bottom-style:dotted;
}
html>body #button li a {
    width: 172px;
}
#button li a:hover {
	background-color: #E4E4E4;
	color: #666666;
}
#button li .active {
	background-color: #900;
	color: #fff;
	font-weight: bold;
}
#button li .holder {
	display: block;
	padding: 5px 5px 5px 5px;/*top right bottom left*/
	color:#666666;
	text-decoration: none;
}
#button li #active2 {
	color: #666666;
	background-color:#eff5ef;
}
#button li #CurrMenu {
	font-size: 130%;
	font-weight: 700;
}
#button li .CurrMenu {
	background-color: #5D78AF;
	color: #fff;
}
#button li .CurrActive {
	background-color:#5D78AF;
	color: #fff;
}
#button li #PrevMenu {
	font-size: 130%;
	font-weight: 700;
}
#button li .PrevMenu {
	background-color: #669;
	color: #fff;
}
#button li #WebMenu {
	color: #666666;
	background-color:#eff5ef;
}
#button li #ReportMenu {
	font-size: 130%;
	font-weight: 700;
}
#button li .ReportMenu {
	background-color: #5D78AF;
	color: #fff;
}