﻿/* ######### Style for Tab Interface itself ######### */

.shadetabs{
border-bottom: 0px solid blue;
}

.shadetabs ul{
margin: 0px 0px 0px 20px;
padding: 0px 0 0 0;
height: 23px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0px;
padding: 0px;
height: 25px;
}

.shadetabs li a{
text-decoration: none;
font-weight: normal;
font-family: Georgia;
font-size: 12px;
padding: 0px 8px 0px 8px;
color: #ffffff;
background-color: #638d4a; /*THEME CHANGE HERE*/
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
border-width: 4px 0px 4px 0px;
border-style: solid;
border-color: #000000;
background-image: url(http://www.imagia.ro/i__common/dropdowntab/shadeactive.gif); /*THEME CHANGE HERE*/
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(http://www.imagia.ro/i__common/dropdowntab/shadeactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #ffffff; /*THEME CHANGE HERE*/
line-height:18px;
z-index:100;
background-color: #f3e9e7;
width: 150px;
visibility: hidden;
margin-top:3px;
}


.dropmenudiv a{
font-family: Georgia;
font-size: 12px;
font-weight: normal;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
color: #808080
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #638d4a;
color : #ffffff;

}
