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

#navlist {
position: absolute;
left: 0px;
top: 125px;
width: 140px;
}
#navlist ul {
margin: 0;
padding: 0;
list-style-type: none;
font-size: .9em;
}
#navlist li {
margin: 0;
}
#navlist a {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #999999;
background-image:  url(../../assets/l1_down.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
}
#navlist a:link, #navlist a:visited {
color: #eee;
text-decoration: none;
}

/* you can combine the last two rules if you wish */

#navlist a:hover, #navlist a:active {
background-color: #9F6F9F;
background-image:  url(../../assets/l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #2D1E2D;
}
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active  {
background-color: #9F6F9F;
background-image: url(../assets/l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #2D1E2D;
}
.chtlogo {
	position: absolute;
	width: 130px;
	left: 0px;
	top: 0px;
}

.banner {
position:absolute;
left: 150px;
top: 10px;
}
.imgfooter {
	position:absolute;
	left: 150px;
	top: 95px;
	width: 642px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	background: #CCCCCC; 	
}
