﻿
/*******************************************
    MENU CSS
*******************************************/
ul.tabs
{
	border-bottom: 1px solid #99A5B1;
	clear: both;
	font-family: 'Trebuchet MS',Arial,sans-serif;
	font-weight: bold;
	line-height: 15px; 
	list-style-type: none;
	margin: 0 0 10px 0;
	padding-bottom: 24px;
	padding-left: 5px;
	width: auto;
}

ul.tabs li
{
	background-color: #CCD2D8;
	border: 1px solid #99A5B1;
	float: left;
	height: 21px;
	list-style: none;
	margin: 2px 5px 0 0;
    text-transform:uppercase;
}

ul.tabs li.active
{
	background-color: #fff;
    border-bottom-color: #fff;
}

ul.tabs li.active a:hover
{
    background-color: #fff;
    border:none;
}

ul.tabs li.active a,
ul.tabs li.active a:visited
{
    color: #172D47;
}

ul.tabs a,
ul.tabs a:visited
{
	color: #717F8F;
	display: block;
	float: left; 
	font-size: 12px !important;
	font-weight: bold;
    line-height:13px;
	padding: 3px 10px;
	text-decoration: none !important;
}

ul.tabs a:hover
{
	background: #fff;
	background-color: #E7ECF1;
	border:none;
	color: #99A5B1;
}

/******************************************/
