* { margin: 0; padding: 0; }


li { list-style-type: none; }
.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: 198px;
	font-family: verdana;
	border: 0px solid black;
        margin-left: 0px;
}
.basic div {
	background-color: #fff;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
        text-align: center;
        color:black;
}
.basic .head {
	cursor:pointer;
	display:block;
	padding:3px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
        color:#4d4e4e;
        border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #999;
	background-image: url("../images/headbg_nor.gif");
        height: 19px;
}
.basic a:hover {
	color:black;
	background-image: url('../images/headbg_hover.gif');
}
.basic a.selected {
	color: black;
        background-image: url('../images/head_bg.gif');
}

#list2 {
	height: 178px;
	border: 0px solid #eee;
	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: 0px solid #111; }
#list3 div.selected .title { font-weight: bold; }
#list3 div div {
	border-left:0px solid #6699CC;
	padding: 5px;
}
#list3 div.title {
	border: 0px solid #3366AA;
	background-color: #6699CC;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}
.link{
    background: none;
    
}
