@charset "utf-8";
/* dropdownmenu */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: normal 14px arial}

#sddm li a
{	display: block;
	margin: 0;
	padding:28px 15px 28px 15px;
	background: none;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: url(../images/template/menu_over.jpg) top repeat-x;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: url(../images/template/drop_menu.jpg) top repeat-x;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 5px;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		color: #375881;
		font: 12px arial;
		border-bottom:#c9f1f8 1px solid;}

	#sddm div a:hover
	{	background: none;
		color: #FFF}
/* tab image */
.tabimage{
	padding-top:5px;
}
.shadetabs{
padding: 3px 0;
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*/
}

.shadetabs td{
	margin: 0;
	width:104px;
	margin-right:6px;
}
.shadetabs td a img{
	width:100px;
	height:67px;
	border:0;
}
.shadetabs td a{
	text-decoration: none;
	position: relative;
	padding: 0;
	margin-right: 0;
	color: #2d2b2b;
}

.shadetabs td a:visited{
color: #2d2b2b;
}

.shadetabs td a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs td a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs td a.selected{ /*selected main tab style */
	border:#990000 2px solid;
}

.shadetabs td a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}
.tabcontent .cap{
	text-align:center;
	width:500px;
	height:20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#464646;
}

@media print {
.tabcontent {
display:block !important;
}
}

