.idTabs{
margin-bottom: 1em;
}

div.idTabs {
margin-top: 10px;
}

.idTabs ul{
padding: 3px 9px 2px 0px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-size: 12px;
font-family: Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.idTabs li{
display: inline;
margin: 0;

}

.idTabs li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 3px; /*distance between each tab*/
border-left: 1px solid #929492;
color: gray;
font-size: 12px;
background: #ECEEEC url(images/tabright.gif) top right no-repeat;
}

.idTabs li a:visited{
color: gray;
}

.idTabs li a:hover{
background-color: #CDDADA;
color: navy;
}

.idTabs li a.selected {
background-color: #CDDADA;
color: navy;
}

a:active, a:focus {
       -moz-outline:    none;
       outline:         none;
       ie-dummy:        expression(this.hideFocus=true);
}

