/* ######### Style for Tab Interface itself ######### */

.shadetabs{
	font-family: "Century Gothic",Arial;
}

.shadetabs ul{
margin-top: 0px;
_margin-top: 4px;
margin-left: -20px;
_margin-left: 15px;
width: 600px;
}

.shadetabs li{
display: inline;
}

.shadetabs li a{
color: white;
}

.shadetabs li a:hover{
color: #1172bb;
}

.shadetabs li.selected{
color: #1172bb;
}

.shadetabs li.selected a{ /*selected main tab style */
color: #1172bb;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
top: 0px;
left: 0px;
width: 180px;
visibility: hidden;
font:normal 9px Arial;
text-transform: uppercase;
line-height: 18px;
text-align: left;
z-index:100;
padding: 4px;
background: #133268;
/*
filter:alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
border-bottom: 2px solid #19214b;
border-right: 2px solid #19214b;
border-left: 2px solid #19214b;*/
}

.dropmenudiv a{
font:normal 10px Century Gothic;
padding: 2px 0px 2px 0px;
width: auto;
display: block;
text-indent: 3px;
text-decoration: none;
font-weight: bold;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}


.dropmenudiv a:hover{ 
background-color: #d5e7f6;
color: #328cff;
}



