/* ######### Style for Tab Interface itself ######### */
.main {
position: relative;
width: 960px;
text-align:left;
margin-left: auto;
margin-right: auto;
}

.shadetabs{
/*border-bottom: 1px solid gray;*/
margin-bottom: 1em;
}

.shadetabs ul{
margin-left: 0;
padding-top: 2px;
margin-bottom: 0;
font: bold 12px Arial;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 3px 2px 3px 2px;
}

.shadetabs li a{
text-decoration: none;
padding: 8px 5px 3px 7px;
height: 1px;
/*background: white url(images/m_left.gif) top left no-repeat;*/ /*THEME CHANGE HERE*/
}

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

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

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
background: #f1f8ff url(images/m_left.gif) top left no-repeat; /*THEME CHANGE HERE*/
}

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

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
top: 0;
/* border: 1px solid #918d8d; THEME CHANGE HERE */
font: normal 11px Arial;
line-height: 11px;
z-index: 100;
background-color: #f1f8ff;
width: 163px;
visibility: hidden;
background: url(images/m_base.gif) no-repeat left bottom;
padding: 12px 12px 12px 10px;
color: #999999;
text-align:left;
}

.dropmenudiv a{
width: auto;
display: block;
margin: 2px 9px 8px 0px;
text-decoration: none;
padding-right: 10px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: underline;
}
.m_right {
display:inline;
padding: 0px 0px 0px 2px;
margin: 0px;
background:url(images/m_right.gif) right top no-repeat;
}