.extendMenu, .extendMenu ul, .extendMenu li {margin: 0; padding: 0; list-style: none; width: 100%;
float: left;}
.extendMenu ul {display: none;}


.extendMenu_top {
	background: #ededed url(layout/extendMenu_top.gif) no-repeat left top;
}

.extendMenu_bottom {
	background: url(layout/extendMenu_bottom.gif) no-repeat left bottom;
	padding: 7px 0;
	width: 100%;
	overflow: hidden;
}

.extendMenu {
	background:url(layout/extendMenu_middle.gif) repeat-y;
	padding: 0 1px;
	width: 617px;
}

.extendMenu li li li {
	border: solid #ededed;
	border-width: 0 0 1px;
}





.extendMenu ul {
	background: #f5f5f5;
	
	
}

.extendMenu ul ul {
	background: #fff;
}



.extensible {
	cursor: pointer;
	display: block;
	padding: 6px 25px;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-image:url(layout/plus_off.gif); 
}

.extendMenu ul .extensible {
	padding-left: 41px;
	background-position: 25px center;
}

.extendMenu ul ul .extensible {
	padding-left: 57px;
	
}

.extendMenu a {
	display: block;
	padding: 6px;
	background: #fff;
	color: #061829;
	padding-left: 57px;
	
}





.extendMenu a:hover {
	background: #ac1f1f;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.target {
	margin-left: 57px;
	color: #666;
	font-style: italic;
	padding: 0 0 10px;
	
	
}

.target a:link, .target a:visited, .target a:hover, .target a:active {
	display: inline;
	background: transparent;
	padding: 0;
	font-weight: normal;
	color: #ac1f1f;
	text-decoration: underline;
}

.target a:hover {
	text-decoration: none;
}



.extendMenu ul .extensible {
	padding-left:
}

.extensible:hover {
	color: #fff;
	background-color: #ac1f1f ;
	background-image: url(layout/plus_on.gif);
	
}

.extendMenu .open {
	background-image:url(layout/minus_off.gif);
	font-weight: bold;
}

.extendMenu .open:hover {
	color: #fff;
	background-color: #ac1f1f;
	background-image: url(layout/minus_on.gif);
}



