.basictab{
	list-style-type: none;
	width:1024px;
	float:left;/*set to left, center, or right to align the menu as desired*/
	z-index:10;
}

.basictab li{
display: inline;
text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	z-index:101;
}


.basictab li.selected a{ /*selected tab effect*/
position: relative;

}


.submenustyle{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#A8A8A8;
padding: 2px 1px;
width:500px;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;

}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 0px dashed black;
padding: 1px 5px;
color:#A8A8A8;
text-decoration: none;

}

.submenustyle a:hover{
color: #CC6633;
}

#maintab {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	width: auto;
}

.sub_tab{
font-family: Myriad Pro, Arial, Helvetica, sans-serif;
font-size:11px;
color:#cfcccc;

}

.sub_tab a{
font-family: Myriad Pro, Arial, Helvetica, sans-serif;
font-size:11px;
color:#cfcccc;
border-bottom:none;
text-decoration:none;
font-weight:bold;
}

.sub_tab_brown{
font-family: Myriad Pro, Arial, Helvetica, sans-serif;
font-size:11px;
color:#CC6633;
}
.sub_tab_green{
font-family: Myriad Pro, Arial, Helvetica, sans-serif;
font-size:11px;
color:#36b449;

}


.sub_tab_blue
{
font-family: Myriad Pro, Arial, Helvetica, sans-serif;
font-size:11px;
color:#00adef;
}
.sub_tab_black
{
font-family: Myriad Pro, Arial, Helvetica, sans-serif;
font-size:11px;
color:#3e403f;
}
.res_content
{
background-image:url(images/rescontentbg.jpg)


}
.res_tablecontent {
	background-image:url(images/respo_middle.jpg);
	background-repeat:repeat-y;}
	
.res_topimg {
	background-image:url(images/respo_top.jpg);
	background-repeat:no-repeat;
	background-position:left top; }



