﻿ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 28px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 27px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 27px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 0 10px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 0px solid #fff;
	
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	 width: 100%;
}
.tab_content {
	padding: 10px;
	
}

ul.navlist
{
margin-left: 0;
padding-left: 0;
white-space: normal;
 
}

ul.navlist li
{
display: inline;
list-style-type: none;
 
}

ul.navlist li a { 
 padding: 3px 10px;
  }

ul.navlist li a:link, ul.navlist li a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
margin: 0 0 50px 0;
}

ul.navlist li a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}


.setupmenu{

	width: 100%; /* The menu should be the entire width of it's surrounding object, in this case the whole page */
	background-color: #fff;
	 font-size: 11px;
	} /* dark grey bg */

.setupmenu ul{
margin: 0;
padding: 0;
float: left;
}

.setupmenu ul li{
display: inline;
} /* Makes the link all appear in one line, rather than on top of each other */

.setupmenu ul li a{
float: left; 
text-decoration: none; /* removes the underline from the menu text */
color: #003960; /* text color of the menu */
padding: 0px 4px; /* 10.5px of padding to the right and left of the link and 11px to the top and bottom */
 margin-bottom:8px;
margin-right: 4px;
 border-right: 0px solid #003960;
  text-align: center;
	}

.setupmenu ul li a:visited{ /* This bit just makes sure the text color doesn't change once you've visited a link */
color: #666;

text-decoration: none;
}

.setupmenu ul li a:hover, .menu ul li .current{
color: #333;
 text-decoration: underline;

} /* change the background color of the list item when you hover over it */



.menu{

	width: 100%; /* The menu should be the entire width of it's surrounding object, in this case the whole page */
	background-color: #fff;
	 font-size: 11px;
	} /* dark grey bg */

.menu ul{
margin: 0;
padding: 0;
float: left;
}

.menu ul li{
display: inline;
} /* Makes the link all appear in one line, rather than on top of each other */

.menu ul li a{
float: left; 
text-decoration: none; /* removes the underline from the menu text */
color: #CCD7DF; /* text color of the menu */
padding: 4px 6px; /* 10.5px of padding to the right and left of the link and 11px to the top and bottom */
background-image:url(images/up.jpg);
margin-bottom: 4px;
margin-right: 4px;
	}

.menu ul li a:visited{ /* This bit just makes sure the text color doesn't change once you've visited a link */
color: #fff;
background-image:url(images/up.jpg);
text-decoration: none;
}

.menu ul li a:hover, .menu ul li .current{
color: #fff;
background-image:url(images/over.jpg);
background-color:#0b75b2;
} /* change the background color of the list item when you hover over it */