.basic, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 260px;
	font-family: verdana;
	border: none;
}
.basic div {
	background-color: #eee;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #00a0c6;
	border-top:none;
	border-bottom: none;
	
	background-image: url("AccordionTab0.gif");
}
.basic a:hover {
	background-color: white;
	background-image: url("AccordionTab2.gif");
}
.basic a.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("AccordionTab2.gif");
}

#list2 {
	height: 178px;
	border: none;
	overflow: hidden;
}
#list2 .red {
	color: red;
	background-color: red;
}
#list2 .green {
	color: green;
	background-color: green;
}
#list2 .blue {
	color: blue;
	background-color: blue;
}
#list2 dd { height: 130px; overflow: hidden; }

#list3 { border: none; }
#list3 div.selected .title { font-weight: bold; }
#list3 div div {
	border-left:none;
	padding: 5px;
}
#list3 div.title {
	border: none;
	background-color: #6699CC;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}

#navigation {
	border:none;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width:200px;
	height:auto;
	list-style-type:none;	
}
#navigation a.head {
	list-style-type:none;	
	cursor:pointer;
	display:block;
	padding:0px;
	margin-top: 0;
	text-decoration: none;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif, Italic;
	font-size: 16px;
	color: #FFFFFF;
	border:none;
	height:31px;
	width:190px;
	position:relative;
	float:left;
	padding-left:30px;
	padding-top:14px;
	
	background-image:url(../image/9.jpg);
}
#navigation a.head:hover {
	color:#FFFFFF;
	height:31px;
	width:190px;
	position:relative;
	float:left;
	text-decoration:underline;
}
#navigation a.selected {
	color:#FFFFFF;
	height:31px;
	width:190px;
	position:relative;
	float:left;
	text-decoration:underline;
}
.nav_in {
	padding:0px;
	margin:0px;
	position:relative;
	float:left;
}
.nav_in_li {
	position:relative;
	float:left;
	width:220px;
	height:40px;
	list-style-type:none;
	margin-bottom:1px;
	background-color:#FFFFFF;
	background-image:none;
	color:#434C3F;
	font-family:Georgia, "Times New Roman", Times, serif, Italic;
	font-size:16px;
	font-weight:normal;
	border:none;
}
.nav_in_li a {
	position:relative;
	float:left;
	width:200px;
	background-image:none;
	height:28px;
	list-style-type:none;
	margin-bottom:1px;
	background-color:#FFFFFF;
	text-decoration:none;
	color:#434C3F;
	font-family:Georgia, "Times New Roman", Times, serif, Italic;
	font-size:16px;
	padding-left:20px;
	font-weight:normal;
	padding-top:12px;
	border:none;
}
.nav_in_li a:hover {
	position:relative;
	float:left;
	width:200px;
	height:28px;
	list-style-type:none;
	margin-bottom:1px;
	font-weight:normal;
	background-color:#C40000;
	background-image:none;
	text-decoration:none;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif, Italic;
	font-size:16px;
	padding-left:20px;
	padding-top:12px;
	border:none;
}
#navigation a.current {
	color:#FFFFFF;
	background-color:#C40000;
	height:31px;
	width:200px;
	position:relative;
	float:left;
	text-decoration:underline;
}
#navigation ul {
	
}
#navigation li {
	
}
.ku {
	position:relative;
	float:left;
}
#navigation li li a {

}
#navigation li li a:hover {

}

#wizard {
	width: 200px;
}
#wizard .title {
	background-color:#DDDDDD;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}
