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

.shadetabs li{
display: inline;
margin: 0;
height: 29px;
}

.contentstyle p {
margin-left:5px;
margin-right:5px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
padding-top: 10px;
margin-right: 3px;
border: 1px solid #778;
border-bottom: 0px;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
background: black url(/img/tabbox.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

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

.shadetabs li.selected{
background-image: url(/img/tabboxact.gif) repeat-x;
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background: black url(/img/tabboxact.gif) repeat-x;
color: #fff;
}

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

.contentstyle{
border: 1px solid gray;
width: 358px;
height: 200px;
overflow-y: auto;
overflow-x: hidden;
}


#floatright{
	float: right;
	padding: 10px;
}

