@charset "utf-8";
/* CSS Document */

p,td,li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}

th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #e2110c;
	}
	
a {
	font-weight: bold;
	color: #2F383A;
}
a:hover {
	text-decoration: none;
	color: #800000;
}

#navlist {
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:.8em;
    font-weight:bold;
    list-style:none;
	text-align: right;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#navlist ul {
	padding: 0;
}
#navbar li {
    list-style:none;
	}
#navlist a {
    display:block;
	height: 23px;
    color:#fff;
    text-decoration:none;
    background:url("images/buttonbkg.gif") no-repeat;
	margin: 10px 0px 0px 0px;
	padding: 7px 10px 0px 0px;
}
#navlist a:hover { 
    background-position:0 -30px;
    color: #FFFFFF;
}
#navlist a:active {
    background-position:0 -30px;
    color:#FFFFFF;
}

#sideMenu {
	position: absolute;
	top: 73px;
	left: 420px;
	width: 321px;
    height: 61px;
	padding: 0px;
	margin: 0px;
}
#sideMenu li  {
	list-style: none; 
	padding: 0px;
	margin: 0px;
	height: 21px;
}
	
#sideMenu li span { display: none; }

#sideMenu a {display: block; outline: none; margin:0px; padding:0px; height: 21px;}
#sidenav1 a {height: 21px; background: transparent url(images/header.jpg) -321px -0px no-repeat;}
#sidenav2 a {height: 21px; background: transparent url(images/header.jpg) -321px -21px no-repeat;}
#sidenav3 a {height: 21px; background: transparent url(images/header.jpg) -321px -42px no-repeat;}

#sidenav1 a:hover {background: transparent url(images/header.jpg) -0px -0px no-repeat;}
#sidenav2 a:hover {background: transparent url(images/header.jpg) -0px -21px no-repeat;}
#sidenav3 a:hover {background: transparent url(images/header.jpg) -0px -42px no-repeat;}
