/* Style for Tab Interface itself */

.shadetabs{
	/* border-bottom: 1px solid gray; */
	margin-bottom: 1em;
	}

.shadetabs p{
	padding: 5px;
	margin: 10px 0 0 0;
    font-size: 105%;
    list-style-type: none;
	text-align: center;
	display: inline;
	}

@media only screen and (max-width: 767px) {
    shadetabs {
        font-weight: bold;
    }
}
.shadetabs p a{
	text-decoration: none;
	margin-right: 5px;
	/* border: 1px solid #FFFF99; */
	/* background: white url('images/gifs/shade.gif') repeat-x top left; */
	padding: 10px;
	}

.shadetabs p a:visited {
	color: #666;
	}

.shadetabs p a:hover{
	text-decoration: underline;
	color: #000;
	}

.shadetabs p.selected{
	}

/* selected main tab style */

.shadetabs p.selected a{ 
	/* background-image: url('#'); */
	border-bottom-color: white;
}

.shadetabs p.selected a:hover{ /* selected main tab style */
	text-decoration: underline;
	}

/* Style for Drop Down Menu */

.dropmenudiv {
    font-size: 105%;
    margin: 5px;
    position: absolute;
    line-height: 15px;
    z-index: 100;
    background-color: #333;
    color: #333;
    width: 120px;
    visibility: hidden;
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;
    text-indent: 5;
    padding: 5px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.dropmenudiv a {
    font-size: 90%;
    width: auto;
    display: block;
    text-indent: 3px;
    color: #999;
    padding: 1px 0;
    text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv p a:visited {
	color: #999;
	}

.dropmenudiv a:hover{ 
	color: #FFF;
}