/* ######### CSS for Shade Tabs ######### */

* a {
			border: 0;
			border: none;
			outline: none;
			text-decoration: none;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family: Arial, Verdana, san-serif;
font-size: 10px;
letter-spacing: .3em;
word-spacing: .1em;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
color: #040435;
background-color: #B6CCF3;
border: 0;
}

.shadetabs li a:visited{
color: #040435;
border: 0;
}

.shadetabs li a:hover{
text-decoration: none;
border: 0;
color: #D61E26;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
border: 0;
}

.shadetabs li a.selected{ /*selected main tab style */
color: #D61E26;
background-color: #F5F5F5;
border-bottom-color: #F5F5F5;
border: 0;
}

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

