.basic, #files_categories { 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: 1px solid black;
}
.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: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("AccordionTab0.gif");
}
.basic a:hover {
	background-color: white;
}
.basic a.selected {
	color: black;
	background-color: #80cfe2;
}

#navigation {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	width: 340px;
	background-image: url("/public/images/bg/listbg2.png");
	background-repeat: repeat-x;
	float: left;
}
#navigation h3.head{
	
	
} 
#navigation h3.head a{
	cursor: pointer;
	background-image: url("/public/images/arrow_right.png");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #685226;
	display:block;
	font: bold 11px 'Trebuchet Ms';
	margin:0px;
	padding:0px;
	text-indent: 29px;
	text-decoration: none;
	height: 29px;
	line-height: 29px;
	background-color: white;
}
#navigation h3.head a:hover, #navigation li ul li a:hover
{
	background-color: #F2F2F2;
}
#navigation h3.selected{
	
}
#navigation h3.ui-state-active a{
	background-image: url("/public/images/arrow_right_down.png");
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
#navigation h3.head a.current {
	background-color:#FFFF99;
}
#navigation ul {
	border: none;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	float: left;
	width: 100%;
	overflow: hidden;
}

#navigation li {
	list-style: none outside none;
	display:inline;
	float: left;
	width: 100%;
	border: 1px solid #dfdcee;
	border-top: none; 
}
#navigation li.first {
	list-style: none outside none;
	display:inline;
	float: left;
	width: 100%;
	border: 1px solid #dfdcee;
}

#navigation li ul li{
	width: 100%;
	border: none;
	border-top: 1px solid #dfdcee;
	height: 29px;
	line-height: 29px;
}

#navigation li ul li a {
	display:block;
	text-indent: 52px;
	text-decoration: none;
	background-image: url("/public/images/bg/submenu.png");
	background-repeat: no-repeat;
	background-position: 32px 12px;
}

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