/* ######### CSS for Shade Tabs. Remove if not using ######### */

#wrapper #content .shadetabs{
padding: 3px 6px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#wrapper #content .shadetabs li{
display: inline;
margin: 0;
background: none;
padding: 0px;
}

#wrapper #content .shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 0 5px 0 0;
margin: 0px;
border: none;
color: #2d2b2b;
float: left;
text-indent:-9999px;
/* background: white url(shade.gif) top left repeat-x; */
}
#wrapper #content .shadetabs li a.direct_mail{
height: 56px;
width:150px;
background: url(../images/direct_email.png) no-repeat;
}
#wrapper #content .shadetabs li a.print{
height: 56px;
width:141px;
background: transparent url(../images/print.png) no-repeat top left;
}
#wrapper #content .shadetabs li a.web{
height: 56px;
width:174px;
background: transparent url(../images/web.png) no-repeat top left;
}
#wrapper #content .shadetabs li a.telemarketing{
height: 56px;
width:174px;
background: transparent url(../images/lead.png) no-repeat top left;
}
#wrapper #content .shadetabs li a.im_ex{
height: 56px;
width:141px;
background: transparent url(../images/import.png) no-repeat top left;
}
#wrapper #content .shadetabs li a:visited{
color: #2d2b2b;
}

#wrapper #content .shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

#wrapper #content .shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

#wrapper #content .shadetabs li a.selected{ /*selected main tab style */
/* background-image: url(shadeactive.gif); */
border-bottom-color: white;
 background: White;
}

#wrapper #content .shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

#wrapper #content #tabwindow{
border: none; 
width:785px; 
padding: 10px;
margin-top: 60px;
color: White;
}
* html #wrapper #content .shadetabs li a.direct_mail {
	height:56px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='images/direct_email.png');
	background:none;
}
* html #wrapper #content .shadetabs li a.print {
	height:56px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='images/print.png');
	background:none;
}
* html #wrapper #content .shadetabs li a.telemarketing {
	height:56px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='images/lead.png');
	background:none;
}
* html #wrapper #content .shadetabs li a.web {
	width:174px;
	line-height:56px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='images/web.png');
	background:none;
}
* html #wrapper #content .shadetabs li a.im_ex {
	height:56px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='images/import.png');
	background:none;
}
