#navtype {
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:230px;
}
#navtype a.head {
	cursor:pointer;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration:underline;
}
#navtype p.head {
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	background: url(/images/cheked.gif) no-repeat center left;
	color:black;
	text-decoration:none;
}
#navtype a.head:hover {
	color:#417BE0;
}
#navtype a.selected {
	color:black;
	text-decoration:none;
	background: url(/images/cheked.gif) no-repeat center left;
}
#navtype a.current {
	color: #417BE0;
}
#navtype ul {
	border-width:0px;
	margin:0px;
	padding:0 0 0 20px;
	text-indent:35px;
}
#navtype li {
	list-style:none outside none; display:inline;
}
#navtype li li a {
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navtype li li p {
	display:block;
	color:black;
	font-weight:bold;
	text-indent:9px;
	line-height:1.6em;
	text-decoration: none;
	margin: 0px;
}
#navtype li li a:hover {
	color:#FF0000;
}