/* Icons
---------------------------------------------------------------------------------------- */

#navigation .tabs .icon span:first-child { height: 26px; line-height: 24px; margin-top: -14px; }
#navigation .tabs > li:hover > a {
	color:#748EA7;
	background: #EFF2F5;
	border-right: 0;
	border-left: 1px solid #DEE1E4;
	margin-top: -1px;
	padding-top: 1px;
	text-shadow: none;
}
#navigation .tabs > li.current {
	margin-left: -1px;
}
#navigation .tabs > li.current > a {
	color: #25699E;
	background: #FFF;
	margin-top: -1px !important;
	padding-top: 1px !important;
	border-left: 1px solid #DEE1E4 !important;
} 

.system-settings-header { padding-top: 1px; padding-left: 25px; font-size: 16px; width:500px; }
