/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs li{
	display: inline;
	border: 10px;
	padding: 0;
	vertical-align:text-bottom;
	background: transparent;
}

.shadetabs li a
{
	text-decoration: none;
	border: 0px;
	width: auto;
	height: auto;
	text-align: center;
	vertical-align:middle;
	margin-top: 2px;
	background: transparent;
}


.shadetabs li a:visited
{
	border: 0px;
	width: 150px;
	background: transparent;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background: transparent;
}

/*test*/
#Div1 {
	position: relative;
	width: 500px;
	height: 5px;
	padding: 0;
	margin: 1px 0 22px 6px;
	background: transparent;	
	}

.shadetabs{
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	display: inline;
	overflow: hidden;
	width: 800px;
	background: transparent;
	}
	
.shadetabs li 
{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

.shadetabs a 
{
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win */
}

.shadetabs a:active, .shadetabs a.selected {
	background-position: 0 -40px;
}
	
#bh a:active,#bh a.selected,#bh a:hover  {
	width: 142px;
	height: 200px;
	background: url(images/nav-middle-holdings-on.gif) top left no-repeat;
}

#bh a  {
	width: 142px;
	height: 200px;
	background: url(images/nav-middle-holdings-off.gif) top left no-repeat;
}
	
#bs a  {
	width: 142px;
	background: url(images/nav-middle-software-off.gif) top left no-repeat;
}

#bs a:active,#bs a.selected,#bs a:hover  {
	width: 142px;
	background: url(images/nav-middle-software-on.gif) top left no-repeat;
}
	
#ez a  {
	width: 142px;
	background: url(images/nav-middle-eztax-off.gif) top left no-repeat;
}

#ez a:active,#ez a.selected,#ez a:hover  {
	width: 142px;
	background: url(images/nav-middle-eztax-on.gif) top left no-repeat;
}
	
#mv a  {
	width: 142px;
	background: url(images/nav-middle-mission-off.gif) top left no-repeat;
}
	
#mv a:active,#mv a.selected ,#mv a:hover {
	width: 142px;
	background: url(images/nav-middle-mission-on.gif) top left no-repeat;
}