/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 1px 0;
	*padding: 1px 0 4px 0;
	margin-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 3px;
border: 1px solid #DCE0E2;
color: #ffffff;
background-color: #0A2C49;
}

.shadetabs li a:visited{
text-decoration: none;
color: #ffffff;
background-color: #0A2C49;
}

.shadetabs li a:hover{
text-decoration: none;
color: #ffffff;
background-color: #0A2C49;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected:link{ /*selected main tab style */
background-color: #ffffff;
border-bottom-color: white;
color: #0A2C49;
}

.shadetabs li a.selected:visited{ /*selected main tab style */
background-color: #ffffff;
border-bottom-color: white;
color: #0A2C49;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
background-color: #ffffff;
border-bottom-color: white;
color: #0A2C49;
}
/*--------------------------------------------------------------------*/

.shadetabs1{
	padding: 1px 0;
	*padding: 1px 0 4px 0;
	margin-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.shadetabs1 li{
display: inline;
margin: 0;
}

.shadetabs1 li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 3px;
border: 1px solid #DCE0E2;
color: #ffffff;
background-color: #0A2C49;
}

.shadetabs1 li a:visited{
text-decoration: none;
color: #ffffff;
background-color: #0A2C49;

}

.shadetabs1 li a:hover{
text-decoration: none;
color: #ffffff;
background-color: #0A2C49;

}

.shadetabs1 li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs1 li a.selected:link{ /*selected main tab style */
background-color: #ffffff;
border-bottom-color: white;
color: #0A2C49;
}

.shadetabs1 li a.selected:visited{ /*selected main tab style */
background-color: #ffffff;
border-bottom-color: white;
color: #0A2C49;
}
.shadetabs1 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
background-color: #ffffff;
border-bottom-color: white;
color: #0A2C49;
}



/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 11px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/

background-color: #0A2C49;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid white; /*darkred divider between menu items*/
background-color: #0A2C49;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: #0A2C49 !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background-color: white;

}