



    

#navigation {
	border: 1px solid #cccccc;
	margin: 0px;
	text-indent: 0px;
	background-color: #ffffff;
	width: 200px;
	font-size: 1em;
	line-height: 1.3em;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-radius: 4px;
}
#navigation a.head {
	cursor: pointer;
	border: 1px solid #CCCCCC;
	color: #990000;
	display: block;
	font-weight: normal;
	text-indent: 14px;
	text-decoration: none;
	font-family: Verdana, Arial;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 8px;
	background-attachment: scroll;
	background-color: #E6E6E6;
	background-image: url(../../SpryAssets/images/ui-bg_glass_75_e6e6e6_1x400.png);
	background-position: 50% 50%;
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-color:#D3D3D3;
	

}
#navigation a.head:hover {
	color: #FF0000;
	background-color: #DaDaDA;
	background-image: url(../../SpryAssets/images/ui-bg_glass_75_dadada_1x400.png);
	background-position: 50% 50%;
	background-repeat: repeat-x;
	border-color: #999999;
}
#navigation a.selected {
	background-image: url(../../SpryAssets/images/my-images/arrowdown.png);
	background-position: 0px 13px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#navigation a.current {
	background-color:#FFFF99;
}
#navigation ul {
	
	text-indent: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	
}
#navigation li {
	list-style: none outside none;
	display: inline;
	text-indent: 5px;
	
}
/*maybe not*/

#navigation ul li .ui-accordion {
background-image: url(../../SpryAssets/images/my-images/arrowacross.png);
	background-position: 4px 7px;
	background-repeat: no-repeat;	
}

/*end maybe not*/





#navigation li li a {
	color: #222222;
	;
	display: block;
	text-indent: 0;
	text-decoration: none;
	font-family: Verdana, Arial;
	line-height: 1.3em;
	border-color: #CCCCCC;
	border-width: 0px 0px 1px;
	border-style: dotted;
}
#navigation li li a:hover {
	background-color:#FFFF99;
	color:#FF0000;
}



@media print {
	 #navigation ul{
		display: block!important;
		height: auto!important
	}
}