/* ######### Style for Tab Interface itself ######### */

.shadetabs{
/*border-bottom: 1px solid white;*/
/*border: solid red 1px;*/
height: 35px;
padding-left: 20px;
padding-right: 0px;
margin-right: 0px;
margin-bottom: 0;
}

.shadetabs ul{
/*border: solid green 1px;*/
height: 35px;
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{

float:left;
width: 80px;
height: 26px;
margin: 0;
margin-right: 0px;
/*border: solid green 1px;*/
}

.shadetabs li a{
	text-align:center;
	display: block;
	text-decoration: none;
	margin: 0;
	margin-right: 0px;
	color: white;
	background: none;
	height: 35px;
	/*border: solid green 1px;*/
	line-height: 35px;
	
}

.shadetabs li a:visited{
	/*color: black;*/
	height: 35px;

	/*border: solid red 1px;*/
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
height: 35px;
background: url(images/buttonpush.jpg) top left repeat-x; /*THEME CHANGE HERE*/
border-right: solid gray 1px;
border-left: solid gray 1px;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
background: url(images/buttonpush.jpg) top left repeat-x; /*THEME CHANGE HERE*/
border-bottom-color: white;
color: black;
border-right: solid gray 1px;
border-left: solid gray 1px;

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: black;
}

.shadetabs li.selected a:visited{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv-scroll{
position:absolute;
top: 0;
border: 1px solid #c0c0c0; /*THEME CHANGE HERE*/
border-width: 1px 1px;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
font-weight:normal;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
height: 200px;
visibility: hidden;
overflow: auto;
overflow-y: auto;
overflow-x:hidden;
}


.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #c0c0c0; /*THEME CHANGE HERE*/
border-width: 1px 1px;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
font-weight:normal;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #918d8d; /*THEME CHANGE HERE*/
padding: 2px 11px;
text-decoration: none;
color: black;
}

.dropmenudiv-scroll a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #918d8d; /*THEME CHANGE HERE*/
padding: 2px 11px;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

* html .dropmenudiv-scroll a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e0e0e0;
}

.dropmenudiv-scroll a:hover{ /*THEME CHANGE HERE*/
background-color: #e0e0e0;
}