@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: #69C;
	color: #fff;
}
#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 {
	/*color: #69C;*/
	font-size: 130%;
	font-weight: 700;
}
#button li .CurrMenu {
	background-color:#53CBD9;
	color: #fff;
}
#button li .CurrActive {
	background-color:#53CBD9;
	color: #fff;
}
#button li #PrevMenu {
	/*color: #69C;*/
	font-size: 130%;
	font-weight: 700;
}
#button li .PrevMenu {
	background-color:#53CBD9;
	color: #fff;
}
#button li #SRMenu {
	/*color: #69C;*/
	font-size: 130%;
	font-weight: 700;
}
#button li .SRMenu {
	background-color:#53CBD9;
	color: #fff;
}
#button li #ReportMenu {
	/*color: #69C;*/
	font-size: 130%;
	font-weight: 700;
}
#button li .ReportMenu {
	background-color:#53CBD9;
	color: #fff;
	}
#button li #WebMenu {
	color: #666666;
	background-color:#eff5ef;
}
#header{
	position:absolute;
	top:0;
	left:0px;
	width:1024px;
	height:225px;
	z-index:150;
	background-image:url(../images/Hdr_PAImg_Big.jpg);
	background-repeat:no-repeat;
}