/* MAIN NAVIGATION BUTTONS */
/*- Menu Tabs J--------------------------- */

#tabsJ {
	float:left;
width:100%;
	background:#889ec8;
	font-size:93%;
	font-weight:bold;
	line-height:normal;
	border-bottom:1px solid #24618E;
}
#tabsJ ul {
	margin:0;
	padding:10px 10px 0 20px;
	list-style:none;
}
#tabsJ li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsJ a {
	float:left;
	background:url(../images/leftTab.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 3px;
	text-decoration:none;
}
#tabsJ a span {
	float:left;
	display:block;
	background:url(../images/rightTab.gif) no-repeat right top;
	padding:5px 6px 4px 6px;
	color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {float:none;}
/* End IE5-Mac hack */
#tabsJ a:hover span {
	color:#FFF;
}
#tabsJ a:hover {
	background-position:0% -42px;
}
#tabsJ a:hover span {
	background-position:100% -42px;
}
#tabsJ #current a {
	background-position:0% -42px;
}
#tabsJ #current a span {
	background-position:100% -42px;
	color:#FFF;
}
/* END OF NAVIGATION */









div#footerMenu {
	margin-top:5px;
	font-size:9px;
}

div#footerMenu ul li.first {
	border-left: none;
	list-style: none;
}

div#footerMenu li{
	border-left:1px solid #fff;
	list-style-type: none;
	display: inline;
}

div#footerMenu li a{
	text-decoration: none;
	color:#ffffff;
	padding: 10px 5px 3px 5px;
}

div#footerMenu li a:hover{
	color: #7b0046;
}