/* Sub Menu CSS */

#slidetabsmenu {
	width:100%;
	font-size:90%;
	height: 20px;
	line-height: normal;
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
	float: right;
}

#slidetabsmenu ul{
	list-style-type: none;
	margin:0;
	margin-left: 10px;
	padding:0;
}

#slidetabsmenu li{
	display:inline;
	margin:0;
	padding:0;
}

#slidetabsmenu a {
	margin:0;
	padding:0 0 0 0px;
	text-decoration:none;
	float: right;
}

#slidetabsmenu a span {
	float:left;
	display:block;
	padding:3px 14px 3px 5px;
	font-weight:bold;
	color:#404040;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {
	float:none;
}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
	color: #999999;
}

#slidetabsmenu #current a {
background-position:0 -125px;
}

#slidetabsmenu #current a span {
background-position:100% -125px;
color: #999999;
}

#slidetabsmenu a:hover {
background-position:0% -125px;
}

#slidetabsmenu a:hover span {
	background-position:100% -125px;
	color: #f27421;
}
#slidetabsmenu2/* Sub Menu CSS */

 {
	width:100%;
	font-size:90%;
	height: 15px;
	line-height: normal;
}
*  html  #slidetabsmenu2{ /*IE only. Add 1em spacing between menu and rest of content*/
	float: left;
}
#slidetabsmenu2  ul{
	list-style-type: none;
	margin:0;
	margin-left: 10px;
	padding:0;
}
#slidetabsmenu2  li{
	display:inline;
	margin:0;
	padding:0;
}
#slidetabsmenu2  a {
	margin:0;
	padding:0 0 0 0px;
	text-decoration:none;
	float: right;
}
#slidetabsmenu2  a  span {
	float:left;
	display:block;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#404040;
}
#slidetabsmenu2 /* Commented Backslash Hack hides rule from IE5-Mac \*/
 a  span {
	float:none;
}
#slidetabsmenu2 /* End IE5-Mac hack */

 a:hover  span {
	color: #999999;
}
#slidetabsmenu2  #current  a {
background-position:0 -125px;
}
#slidetabsmenu2  #current  a  span {
background-position:100% -125px;
color: #999999;
}
#slidetabsmenu2  a:hover {
background-position:0% -125px;
}
#slidetabsmenu2  a:hover  span {
	background-position:100% -125px;
	color: #f27421;
}
