#navigation, #leftmen {
	margin:0px 0px 0px 2px;
	padding:0px;
	text-indent:0px;
	width:305px;
	border-right: 1px solid #e0dfd4;
	padding-right: 1px;
}
#navigation a.head, #leftmen a.head {
	cursor:pointer;
	border-bottom:1px solid #fff;
	background:#eeede5;
	color:#949484;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 0px 0px;
	height: 22px;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	text-indent:34px;
	text-decoration: none;
	line-height: 20px;
}
#navigation a.head:hover, #leftmen a.head:hover {
	background:#e4e3d9;
}
#navigation a.selected, #leftmen a.selected {
	background: #e4e3d9;
}
#navigation a.current, #leftmen a.current {
	color: #d23c0c;
}
#navigation ul, #leftmen ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li, #leftmen li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#606060;
	display:block;
	text-indent:34px;
	text-decoration: none;
}
#navigation li li a:hover {
	color:#d23c0c;
}

/* opsa */
#faq {
	margin:0;
	padding:0;
}
#faq a.head {
	cursor:pointer;
	color:#949484;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:3px;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
}
#faq a.head:hover {
	color: red;
}
#faq a.selected {
	color: red;
}
#faq a.current {
	color: #d23c0c;
}
#faq ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#faq li {
	list-style:none outside none; display:inline;
}
#faq li li {
	color:#606060;
	display:block;
	padding: 0 0 0 20px;
	margin: 0;
	text-decoration: none;
}
#faq li li a:hover {
	color:#d23c0c;
}

/* tropsa */

#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	background-color:#DDDDDD;
}

@media print {
	.basic div, #navigation ul, #faq ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important;
	}
}


