/* Folders css */

#folders 
{
	padding: 0px 8px;
}

#folders .menu
{
	background: url('/images/content_start.jpg') no-repeat 0px 23px;
	padding-bottom: 8px;
	margin-top: 7px;
	padding-left: 7px;
}

#folders .menu a
{
	float: left;
	display: block;
	width: 130px;
	text-align: center;
	padding: 6px 0px 2px;
	margin: 0px 1px 0px 0px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #fff;
	background: url('/images/tab_unselected.jpg') no-repeat top;
}

#folders .menu a:hover
{
	text-decoration: none;
	color: #fff;
	background: url('/images/tab_unselected_hover.jpg') no-repeat top;
}

#folders .menu a.selected
{
	text-decoration: none;
	color: #bc2326;
	background: url('/images/tab_selected.jpg') no-repeat top;
}

#folders .menu a.selected:hover
{
	text-decoration: none;
	background: url('/images/tab_selected.jpg') no-repeat top;
}

#folders .content
{
	background: #fff;
	padding: 14px 27px;
}
