/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:20px;
	}
#container {
	width:680px;
	height:446px;
	background-color:#cb2229;
	border:2px solid black;
	}
#leftpanel {
	float:left;
	width:220px;
	}
#navlist {
	margin:0px;
	padding:18px;
	}
#navlist ul {
	}
#navlist li {
	list-style-type:none;
	text-align:center;
	}
li a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 10px 0px 10px 0px;
	background-image:url(../images/button_off.gif);
	background-repeat: no-repeat;
	}
li a:hover {
	color: #FFF200;
	background-image:url(../images/button_off.gif);
	background-repeat: no-repeat;
}
.selected a:link, .selected a:visited, .selected a:active .selected a:hover {
	color: #CB2229;
	background-image:url(../images/button_on.gif);
	background-repeat: no-repeat;
}