@charset "UTF-8";
/* CSS Document */

ul  {border:0; margin:0; padding:0; list-style:none;}
ul {
	border-bottom:solid 1px #DEDEDE;
	height:29px;
	padding-left:10px;
	list-style-type: none;
}
li { float: left; margin-right: 4px;}
.li {float: none; }
.tab a:link, .tab a:visited{
	background:url(img/static.png) right 60px;
	color:#666666;
	display:inline-block;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-decoration:none;
}
.tab a span{
	background:url(img/static.png) left 60px;
	display:inline-block;
	height:30px;
	margin-right:14px;
	padding-left:14px;
}
.tab a:hover{
	background:url(img/hover.png) right 30px;
	display:inline-block;
	color: #1A4CAB;
}
.tab a:hover span{
	background:url(img/hover.png) left 30px;
	display:inline-block;
	cursor: pointer; cursor: hand;
}
#navcontainer { width: 100%; margin: 0 auto; text-align: center; }

/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
.active a:link, .active a:visited, .active a:visited, .active a:hover{
	background:url(img/tab-round.png) right 0 no-repeat;
	color: #ee7c01;
} 
.active a span, .active a:hover span{
	background:url(img/tab-round.png) left 0 no-repeat;
}