/* --- menu styles --- note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	text-decoration: none;
	padding:0 10px;
	line-height:37px;
	color: #ffffff;
}
.m0l0iover {
 	text-decoration: none;
	padding:0 10px;
	line-height:37px;
	color: #ffffff;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
}
.m0l0oover {
	text-decoration : none;
	background-color:#ed1847;
}

/* level 1 inner */
.m0l1iout {
	text-decoration: none;
	padding: 4px;
	color: #ffffff;
}
.m0l1iover {
	text-decoration : none;
	padding: 4px;
	color: #ffffff;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
  background:#414142;
}
.m0l1oover {
	text-decoration : none;
}

/*-------------------------------------------------
TABS
-------------------------------------------------*/

#Tabs {
margin: 0px;
height: 37px;
padding: 0;
/* font-family: calibri; */
text-transform: uppercase;
font-weight: bold;
/* font-size: 21px; */
}

#Tabs ul {
	margin: 0; padding: 0;
	white-space: nowrap;
}

#Tabs li {
	margin: 0; padding: 0;
	display: inline;
	list-style: none;
	border: none;
	font-size: 11px;
	line-height: 13px;
}

#Tabs ul#MainTabs {
}

div#Tabs a:link,
div#Tabs a:visited {
  text-decoration: none;
}

#Tabs a:link, #Tabs a:visited { /* DEFAULT TAB COLORS */
	display:block;
	float:left;
	color:#FFFFFF;
	font-size:13px;
/*
  background-color: #053F86;
  color: #fff;
  border: 1px solid #053F86;
  border-bottom: 1px solid #053F86;
  */
}

#Tabs a:hover { /* MOUSE OVER TAB */
	color: #fff;
	background-color:#ed1847;
/*
  background-color: #053F86;
  border: 1px solid #1D64AD;
  border-bottom: 1px solid #1D64AD;
  */
}

#Tabs ul#MainTabs a:link, #Tabs ul#MainTabs a:visited {
  float: left; /* for IE6 */
	font-size: 12px;
	font-weight: normal;
	padding: 8px 8px 7px 8px;
	margin: 0;
}

#Tabs ul#MainTabs a:link.current, #Tabs ul#MainTabs a:visited.current {
	background: #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
	text-decoration: none;
    margin: 0;
    color: #090;
}


#Tabs_Content {
	width:100%;
	height:40px;
	float:left;
}