#tasks
{
	position: fixed;
	z-index: 100;
	top: 20%;
	left: 0;
	min-height: 40px;
	padding-left: 50px;
	background: url('img/ic_settings.png') no-repeat;
	background-position: left top;
	margin: 0 10px 0 !important;
}

#tasks:hover
{
	background: url('img/ic_settings_hover.png') no-repeat;
	background-position: left top;
	cursor: pointer;
}

#tasks ul.tabs
{
	display: none;
	background-color: #ffffff;
	padding: 10px 5px 5px 10px;
	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 10px 0;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    1px 1px 4px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         1px 1px 4px 0px rgba(0, 0, 0, 0.5);
}

#tasks ul.tabs li
{
	margin: 0 5px 5px 0;
}

#tasks ul.tabs li.active
{
	background-color: #BCBDC0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#tasks ul.tabs li a
{
	height: 20px;
	background-color: transparent;
	border: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #58585A;
}

#tasks ul.tabs li a.active
{
	color: #ffffff;
	border: 0;
}

#tasks ul.tabs li a:hover
{
	background-color: #58585A;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #ffffff;
}