#navibox {
	background-image: url(../images/navigationBG.png);
	background-repeat:no-repeat;
	height:  75px;
}
#navibox ul {
	margin: 0px;
	white-space: nowrap;
	padding-left: 0px;
}
/* Navigation */

ul#navigation {
	margin-top: 1px;
	white-space: nowrap;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 923px;
}
#navigation ul {
	margin: 0px;
	white-space: nowrap; 
}
#linktype {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 18px;
	padding-bottom: 18px;
}
#navigation li{
	display: block;
	list-style-type: none;
	width: 148px;
	height: 40px;
	text-align: center;
	float:left;
	padding-top: 8px;
	background: url(../images/navLIstate.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin-top: 0px;
	margin-left: 4px;
}
#navigation li#active {
	display: block;
	list-style-type: none;
	width: 148px;
	height: 40px;
	text-align: center;
	float:left;
	padding-top: 8px;
	margin-right: 0px;
	margin-left: 1px;
	background: url(../images/navLIhover.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin-top: 1px;
}
#navigation li#active a:link {
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	width: 148px;
	height: 40px;
}
#navigation li#home {
	display: block;
	list-style-type: none;
	width: 148px;
	height: 40px;
	text-align: center;
	float:left;
	padding-top: 8px;
	background: url(../images/navLIstate.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin-top: 0px;
}
#navigation li#homeactive {
	display: block;
	list-style-type: none;
	width: 148px;
	height: 40px;
	text-align: center;
	float:left;
	padding-top: 8px;
	margin-right: 0px;
	margin-left: 1px;
	background: url(../images/navLIhover.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin-top: 1px;
}
#navigation li#homeactive a:link {
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	width: 148px;
	height: 40px;
}
#navigation li#subactive {
	display: block;
	list-style-type: none;
	width: 148px;
	height: 40px;
	text-align: center;
	float:left;
	padding-top: 8px;
	margin-right: 0px;
	margin-left: 4px;
	background: url(../images/navLIhover.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin-top: 1px;
}
#navigation li#subactive a:link {
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	width: 148px;
	height: 40px;
}
#navigation li a:link, #navigation a:visited {
	color: #3b9da8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	width: 148px;
	height: 40px;

}

#navigation li a:hover{
	color: #bfde2b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	width: 148px;
	height: 40px;


}

#navigation li:hover {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/navLIhover.png);
	background-repeat:no-repeat;
	text-decoration: none;
	width: 148px;
	height: 40px;
	display: block;
	float:left;
	margin-top: 1px;
}

.basictab ul{
margin-top: 4px;
padding: 3px 0;
margin-left: 0;
padding-top: 10px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;

}

.basictab li a{
text-decoration: none;
padding-left: 50px;
padding-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
color: #2d2b2b;
background: url(../images/navLIstate.png);

}

.basictab li a:visited{
color: #2d2b2b;
width: 148px;
height: 43px;
}

.basictab li a:hover, .basictab li a.current{
background-color: #DBFF6C;
color: black;
width: 148px;
height: 43px;
}

.basictab li a:active{
color: black;
width: 148px;
height: 43px;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
color: #FFFFFF;
padding-left: 7px;
}

.tabcontent{
display:none;
}
a#subLinks {
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
}
#subLinks:hover {
	color: #FF6600;
	margin-left: 10px;
	margin-right: 10px;
}