.animatedtabs {
	overflow: hidden;
	
	font-size: 11px;
	color: #ffffff;
	margin-left:400px;

}
.animatedtabs ul {
	list-style-type: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
}
.animatedtabs li {
	float: left;
	margin: 0;
	padding: 0;
}
.animatedtabs a {
	float: left;
	position: relative;
	top: 5px;
	background: url(media/tab-blue-left.gif) no-repeat left top;
	margin: 0;
	margin-right: 3px;
	padding: 0 0 0 9px;
	text-decoration: none;
	width: 85px;
}
.animatedtabs a span {
	float: left;
	position: relative;
	display: block;
	background: url(media/tab-blue-right.gif) no-repeat right top;
	padding: 5px 14px 3px 5px;
	font-weight: Normal;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	text-align: center;
}
.animatedtabs a span {
	float: none;
}
.animatedtabs .selected a {
	background-position: 0 -125px;
	top: 0;
}
.animatedtabs .selected a span {
	background-position: 100% -125px;
	color: black;
	padding-bottom: 8px;
	top: 0;
}
.animatedtabs a:hover {
	background-position: 0% -125px;
	top: 0;
}
.animatedtabs a:hover span {
	background-position: 100% -125px;
	padding-bottom: 8px;
	top: 0;
}
.indentmenu{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;


}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/

background: black url(media/topsection_bg.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 7px 11px;
text-decoration: none;
border-right: 1px solid #ACA899;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 7px; /*shift text down 1px for selected and active item*/
background: black url(media/topsection2_bg.jpg) center center repeat-x;
}
#logoe{font-size:10px; color:#555;}
#logoe a{color:#555;text-decoration:none}
#logoe a:hover{color:#ccc;text-decoration:none;border-bottom:1px #ccc dashed}
