/*
 * date:	2003-01-09
 * info:	http://inspire.server101.com/js/xc/
 */

#x, #x ul{
  text-align: left;
  margin: 0; /* Removes browser default margins applied to the lists. */
  padding: 0; /* Removes browser default padding applied to the lists. */
}

#x li {
	color: #DAE4EF;
	font-size:12px;
	background-color: #6388AB;
	width: 100%;
	list-style: none;
	padding-top: 5px;
}

#js li {
	color: #6388AB;
	background-color: #DAE4EF;
	width: 100%;
	list-style: none;
}
li.xc {
	list-style: none;
	font-size: 11px;
	color: #004378;
	background-color: #DAE4EF;
	width: 100%;
}
div.xcx, div.xcc {
	position: relative;
	display: inline;
	width: 15px;
	margin-left: 15px;
}
li.xc>div.xcx, li.xc>div.xcc {
	position: static;
	margin-left: 0px;
	float: left;
}
div.xcx a, div.xcc a {
	position: absolute;
	left: 0px;
	float: left;
	margin-left: 1px;
}
div.xcx>a, div.xcc>a {
	position: static;
}
div.xcx a:link, div.xcx a:visited,
div.xcc a:link, div.xcc a:visited {
	text-decoration: none;
	font-family: Arial Unicode MS, Franklin Gothic Medium, Tahoma;
	font-size: 10px;
	color: Black;
	background-color: transparent;
	list-style-type: none;
}
