/* xMenu6 instance 1 */

/*
  Use the UL's ID to define rules that are generally not over-ridden.
  These rules apply whether Javascript is enabled or disabled.
*/
#xMenu6_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
#ActiveMenuItem {
	color:#000000;
	text-decoration: underline;
}
/*
  Use the UL's CLASS to define rules for when Javascript is disabled.
  When Javascript is enabled the UL's className will be over-written
  by a class defined in "xmenu6.css".
*/
.xMenu6 {
}
.xMenu6 ul {
  margin:0;
  padding:0;
  list-style:none;
}
.xMenu6 li {
  margin:0;
  padding:0;
}
.xMenu6 p {
	font-weight: bold;
	color: #698497;
}

