@charset "utf-8";


ul.tabs
	{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	height: 20px;
	}


ul.tabs li 
	{
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	}


.tabs a:link,
.tabs a:visited
	{
	background: url(/assets/media/images/tabs.css.png) right 60px;
	color: #56554e;
	display: inline-block;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	}

.tabs a span
	{
	background: url(/assets/media/images/tabs.css.png) left 60px;
	display: inline-block;
	height: 20px;
	margin-right: 8px;
	padding-left: 8px;
	}

.tabs a:hover
	{
	background: url(/assets/media/images/tabs.css.png) right 30px;
	display: inline-block;
	color: #e0ded0;
	cursor: pointer;
	}

.tabs a:hover span
	{
	background: url(/assets/media/images/tabs.css.png) left 30px;
	display: inline-block;
	cursor: pointer;
	}



.tabs  .active  a:link, 
.tabs  .active  a:visited, 
.tabs  .active  a:visited, 
.tabs  .active  a:hover
	{
	color: #1c4e7e;
	background: url(/assets/media/images/tabs.css.png) right 0 no-repeat;
	}

.tabs  .active  a span,
.tabs  .active  a:hover span
	{
	background:url(/assets/media/images/tabs.css.png) left 0 no-repeat;
	}




/*

*/

.tabs32    ul.tabs
	{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	height: 30px;
	}


.tabs32    ul.tabs li 
	{
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	}


.tabs32    .tabs a:link,
.tabs32    .tabs a:visited
	{
	background: url(/assets/media/images/tabs.css.png) right 60px;
	color: #56554e;
	display: inline-block;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	}

.tabs32    .tabs a span
	{
	background: url(/assets/media/images/tabs.css.png) left 60px;
	display: inline-block;
	height: 30px;
	margin-right: 8px;
	padding-left: 8px;
	}

.tabs32    .tabs a:hover
	{
	background: url(/assets/media/images/tabs.css.png) right 30px;
	display: inline-block;
	color: #e0ded0;
	cursor: pointer;
	}

.tabs32    .tabs a:hover span
	{
	background: url(/assets/media/images/tabs.css.png) left 30px;
	display: inline-block;
	cursor: pointer;
	}



.tabs32    .tabs  .active  a:link, 
.tabs32    .tabs  .active  a:visited, 
.tabs32    .tabs  .active  a:visited, 
.tabs32    .tabs  .active  a:hover
	{
	color: #1c4e7e;
	background: url(/assets/media/images/tabs.css.png) right 0 no-repeat;
	}

.tabs32    .tabs  .active  a span,
.tabs32    .tabs  .active  a:hover span
	{
	background:url(/assets/media/images/tabs.css.png) left 0 no-repeat;
	}

