.indentmenu{
font: bold 13px Arial;
width: 338px; /*leave this value as is in most cases*/
margin-left:8px;
text-align:center;
background: url(http://www.thedawgden.com/rotatorimages/tabbg.jpg);
border-top: 1px solid white;
}

.indentmenu ul{
float: left;
margin: 0;
padding: 0;
/* min-width: 338px; width of menu*/
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #d7d7d7; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: black !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: url(http://www.thedawgden.com/rotatorimages/transpbg.png) center center repeat-x;
border-right: 1px solid #acacac;

}


.tabcontent{ /*style of tab content oontainer*/
border: none;
width: 340px;
margin-left:10px;
padding:10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

img.rotatorprodimg {
position:relative;
left:9px;
top:13px;
}

span.rottitle a:link, span.rottitle a:visited{
font-size:14px;
font-family:arial;
color:black;
font-weight:bold;
text-decoration:none;
}

span.rotreg{
font-size:10px;
font-family:arial;
}

span.rotsale{
font-size:16px;
color:darkred;
font-family:arial;
font-weight:bold;
}

span.rotsave{
font-size: 12px;
font-family:arial;
}
