﻿.rtmenu {
	font: bold 11px Arial;
	width: 100%; /*leave this value as is in most cases*/
}
.rtmenu ul {
	margin: 0;
	padding: 0;
	float: left; /* width: 80%; width of menu*/;
/*navy border*/	

/* url(rtsimage.gif) center center repeat-x;*/
}
.rtmenu ul li {
	display: inline;
}
.rtmenu ul li a {
	float: left;
	color: #000000; /*text color*/;
	padding: 4px 4px;
	text-decoration: none;
}
.rtmenu ul li a:visited {
	color: #000000;
	text-decoration: none;
}
.rtmenu ul li a.selected {
	color: #ffffff !important;
	padding-top: 4px; /*shift text down 1px*/;
	padding-bottom: 4px;
	background: #000000;
/*black url(rtsimage2.gif) center center repeat-x;*/
}
.tabcontentstyle {
	/*style of tab content oontainer*/

border: 1px solid gray;
	width: 400px;
	margin-bottom: 1px;
	padding: 10px;

}
.tabcontent {
	display: none;
}
@media print
{
.tabcontent {
	display: block !important;
}
}
