﻿a {
	color: #fff;

}
#nav {
	margin:0px 0px 0px 0px;
	padding: 0px 0px;
	font-family:Tahoma; 
	font-size:11px;
}
#nav li { 
	margin:0px 1px 0px 0px;
	padding: 0px 0px 21px 0px;
	float: left;
	position: relative;
	list-style: none;
	background-color:#F2F2F2;
	background-image: linear-gradient(#F2F2F2, #EBEBEB 85%, #CCC);
	border-top-left-radius:3px; 
	border-top-right-radius:3px;
	text-transform:uppercase;
	height:44px;
}
/* main level link */
#nav a {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	height:16px;
	display: block;
	padding:12px 20px 11px 20px;
	margin: 0;
	
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #3693cf !important; /* for non-css3 browsers */
	color: #fff;
	font-family:Tahoma;
	font-size:11px;
	border-top-left-radius:3px; 
	border-top-right-radius:3px;
	height:42px;

}
/* sub levels link hover */
#nav ul a:hover {
	border-style:solid;
	list-style-type:none;
	/*border-radius:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
	color: #fff !important;
	
	
}
/* level 2 list */
#nav ul {
	display:none;
	margin: 0;
	padding: 0px 0px;
	min-width:980px;
	position: absolute;
	top: 65px;
	left: 0;
	border: solid 0px;
	list-style-type:none;
	float:left;
	
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 5px;*/
}
#nav ul li {
	float: left;
	margin: 0;
	position:relative;
	float: left;
	list-style: none;
	text-transform:uppercase;
	border-radius:0px;
	background-image:none;
	background:none;
}

#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #fff;
	background-color:none;
	padding:20px 10px 0px 10px;
	height:15px;
	background-image:none;
}
/* dropdown */
#nav li:hover > ul {
	display: block;

}
#nav ul a {
	font-weight: normal;
}
/* level 3+ list */
#nav ul ul {
	left: 185px;
	top: 0px;
	
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	/*-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;*/
}
#nav ul li:last-child > a {
	/*-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;*/
}
/* clearfix */
#nav:after {

	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}


/*******************************************************************************
  TABS
*******************************************************************************/

#tabs {
}

#tabs .container {
	height: 25px;
	padding-top: 8px;
	border-left: 1px solid #397cae;
	border-right: 1px solid #397cae;
	border-bottom: 1px solid #346a92;
	width: 938px !important;
	background: #eee;
}

#tabs ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}

#tabs ul li {
	display: inline;
}

#tabs ul li a {
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	height: 25px;
	margin-right: 3px;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	border-bottom: 0px;
	background: #DEDEDE;
	text-decoration:none;
	color: #1b486a;
	width:130px;
	text-align:center;
	color:#fff;
}

#tabs ul li a:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
}

#tabs ul li a span {
	height: 20px;
	padding: 0px 10px;
	display: block;
	padding-top: 5px;
	cursor: pointer;
	white-space: nowrap;
}

#tabs ul li a.current {
  background-color: #FFFFFF;
  color: #1b486a;
}
#tabs ul li.first a span {
  padding-left: 15px;
  padding-right: 15px;
}
#tabs {
	background: #639ecb;
}

#tabs .container {
	background:url('../images/tabs_bg.gif.gif') repeat-x left top;
	border-bottom: none;
}

#tabs ul li a {
	background: url('../images/tabs_left.gif') no-repeat left top;
	border: 0px;
}

#tabs ul li a span {
	background: url('../images/tabs_right.gif') no-repeat right top;
}

#tabs ul li a.current {
  background-position: left bottom;
}

#tabs ul li a.current span {
	background-position: right bottom;
}
#tabs ul li a.tempoff {
  background-position: left top;
}

#tabs ul li a.tempoff span {
	background-position: right top;
}

#tabs ul li.first a{
  color: #1b486a !important;	
}