
#navigation {
	border-width:0px;
	background-color:#FFFFFF;
	width:140px;
}
.head {
	cursor:pointer;
	background:url(/site/images/accordion/collapsed.jpg) no-repeat scroll 4px 4px;
	display:block;	
	border-width:0px;	
}
.headerItem
{
	display:block;
	padding-top:2px;
	width:140px;
	height:22px;	
	vertical-align:middle;
}
.itemSpacing
{
	border-bottom:solid 1px #FFFFFF;
}
.firstHeaderBG {
	background:url(/site/images/accordion/up.jpg) no-repeat scroll 3px 0px;
	padding-top:-1px;
	height:5px;
	width:140px;
	border-bottom:solid 0px #FFFFFF;
}
.headerBG
{
	background-color:#0061a8;
	width:140px;
}
.lastHeaderBG {
	background:url(/site/images/accordion/down.jpg) no-repeat scroll 3px 0px;
	padding-top:-1px;
	height:22px;
	width:140px;
}

.headerItem a
{
	border-width:0px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial;
	font-size:15px;
	text-indent:10px;
	text-decoration: none;
}
.subHeaderItem
{
	color:Black;
	height:22px;
	padding-right:14px;
}
.menuItem
{
	cursor:pointer;
	vertical-align:middle;
	height:22px;
}
.menuItem a
{
	text-indent:12px;
	color:#0c3f73;
	text-decoration: none;
	display:block;
	font-family:Arial;
	font-size:12px;
}

.itemTopBorder
{
	background:url(/site/images/accordion/bg_side.gif) repeat-x top;	
}
.itemSideBorder{
	background:url(/site/images/accordion/bg_dot.gif) repeat-y;
	width:1px;
}	
.navSelected {
	background-image: url(/site/images/accordion/expanded.jpg);
}
.current {
	background-color:#FFFF99;
}

.subList{	
	text-align:right !important;
	height:22px;	
}