
.indentmenu{
background: transparent;
font: bold 9px verdana;
width: 731px; /*leave this value as is in most cases*/

}

.indentmenu ul{
margin-left:15px;
padding: 0;
float: left;
height:54px;
width: 690px; /*width of menu*/
border:0px;
/*border-top: 1px solid white;*/ /*border*/
background: url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;

}

.indentmenu ul li a{
float: left;
color: #439dd9; /*text color*/
padding-left:18px;
padding-top:22px;
padding-right:18px;
text-decoration: none;
height:28px;
border-right: 1px solid white; /*white divider between menu items*/
}

.indentmenu ul li a:visited{
color: #439dd9;
}

.indentmenu ul li a.selected{
color: #439dd9; !important;
padding-top: 22px; /*shift text down 1px*/
height:32px;
background: url(images/indentbg2.gif) center center repeat-x;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width: 690px;
padding-right:5px;
margin-bottom: 1em;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
.content{
background:transparent; 
width:698px; 
height: 150px; 
padding-left:5px; 
padding-right:5px; 
padding-top:10px; 
padding-bottom:2px; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:11px;"
}

/*#pets{
padding-left:5px;
padding-right:5px;

}*/