@charset "utf-8";
/* CSS Document */

#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#ffffcc;
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#navigation a.head {
	cursor:pointer;
	display:block;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	background-color: #003399;
	background-image: url(../images/nav/rightArrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ff6600;
	border-right-color: #ff6600;
	border-bottom-color: #ff6600;
	border-left-color: #ff6600;
}
#navigation a.head:hover {
	color:#000000;
}
#navigation a.selected {
	background-image: url(../images/nav/downArrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#navigation a.current {
	background-color:#FFFF99;
}
#navigation ul {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ff6600;
	border-left-color: #ff6600;
	margin:0px;
	padding-top: 0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; 
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;

}
#navigation li li p {
	color:#000000;
	display:block;
	padding-left: 20px;
	padding-right: 5px;
	text-decoration: none;
}

