* { margin: 0; padding: 0; }
html, body, #main { height: 100% }
body, div { font-family: helvetica, verdana, arial, sans-serif }
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333;
	background-color: #DEE9F1;
}


li { list-style-type: none; }

#navigation {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:200px;
}
#navigation a.head {
	cursor:pointer;
	color:#000000;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	padding-top: 5px;
	text-indent:15px;
	text-decoration: none;
	background-image: url(../images/menu_on.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 17px;
}
#navigation a.head:hover {
	color:#ffffff;
}
#navigation a.selected {
}
#navigation a.current {
	background-color:#FFFF99;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:30px;
	text-decoration: none;
	font-size: 11px;
	height: 15px;
	margin:0px;
	padding:5px;
	padding-top: 9px;
}
#navigation li li a:hover {
	background-image: url(../images/arr_right.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: silver;
}

