/* from css */

.basictab ul{
	list-style-type: none;
	padding: 0;
	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;
}

.basictab li a:visited{
}

.basictab li a:hover, .basictab li a.current{
}

.basictab li a:active{
}

/* ------------- Sub Navigation ------------- */
.tabcontainer{
	clear: left;
	/*width: 95%;*/ /*width of 2nd level sub menus*/
	height: 140px;
}
.tabcontainer h2 {
	margin: 0px;
	padding: 0px;
}
.tabcontainer ul{
	margin: 0;
	/*padding: 10px 0 0 0;*/
	height: 400px;
}
.tabcontainer ul li{
	display:block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tabcontainer a {
	text-decoration: none;
	font-size: 90%;
	color: #333333;
}
.tabcontainer a:hover {
	color: #B24408;
}

.tabcontent{
	display:none;
	height: 220px;
	/*margin-top: 5px;*/
}
.tabcontent p{
	margin-top: 0px;
	padding-top: 0px;
}
.tabcontent ul{
	padding-top: 12px;
}
.tabcontent ul li{
	margin-top: 3px;
}

#sc1 ul{
	margin-left: 0px;
}
#sc2 ul{
	margin-left: 38px;
	background-image:url(../images/arrow1.gif);
	background-repeat:no-repeat;
	background-position: 38px 5px;
}
#sc3 ul{
	margin-left: 101px;
	background-image:url(../images/arrow1.gif);
	background-repeat:no-repeat;
	background-position: 38px 5px;
}
#sc4 ul{
	margin-left: 210px;
	background-image:url(../images/arrow1.gif);
	background-repeat:no-repeat;
	background-position: 38px 5px;
}
#sc5 ul{
	margin-left: 290px;
	background-image:url(../images/arrow1.gif);
	background-repeat:no-repeat;
	background-position: 38px 5px;
}
#sc6 ul{
	margin-left: 346px;
	background-image:url(../images/arrow1.gif);
	background-repeat:no-repeat;
	background-position: 38px 5px;
}
#sc7 ul{
	margin-left: 601px;
	background-image:url(../images/arrow1.gif);
	background-repeat:no-repeat;
	background-position: 38px 5px;
}
#sc8 ul{
	margin-left: 660px;
	background-image:url(../images/arrow1.gif);
	background-repeat:no-repeat;
	background-position: 38px 5px;
}

