.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 li {
	display: inline;
	margin: 0;
	list-style:none;
	margin-right: 3px;
	/*background: url("menu_bg.jpg") no-repeat left #dfdfdf;*/
	background: url("menu_bg.jpg") no-repeat left #222222;
	padding : 12px 12px;
	border : solid 1px #C0C0C0;
}

ul#maintab li a {

	text-decoration: none;
	padding-left : 15px;
	color: #ffffff;
}
.shadetabs li a:visited {
	color: #50A0DE;
}
ul#maintab li a:hover {
	text-decoration: none;
	color: #50A0DE;
}

ul#maintab  li.selected a { /*selected main tab style */
	text-decoration:none;
	color: #50A0DE;
}

.shadetabs li.selected  { /*selected main tab style */
	/*background-image: url(shadeactive.gif);*/
	/*background: url("menu_bg.jpg") no-repeat left #dfdfdf;*/
	background: url("menu_bg.jpg") no-repeat left #222222;
	text-decoration:none;
	color:#2d2b2b;
}


.shadetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
	color:#3366CC;
}

.contentstyle {
	border: 1px solid gray;
	width: 95%;
	margin-bottom: 1em; padding: 2px;
	color:#3399FF;
}
.portfolioimage img {
	border:1px solid #000000;
	margin-top:12px;
	margin-left:4px;
}
.title1 {
	margin-bottom:20px;
	margin-top:10px;
	background:#565656;

	border:1px solid #DADBDF;
	height:15px;
	width:145px;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	font:"Times New Roman", Times, serif;

}
.title1 a
{
	text-decoration:none;
}
table.bluebox tr.bottom {
	height:6px;


