
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
	float : left;
/*	width: 11em; */
	width : 17em;
	padding-bottom: 0px;
}


#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.2em; 
	margin-bottom : 0px; 
/*	margin-bottom : -1px; */
/*	width: 18em; */
	width: 16.8em;
}

#nav li.head {
	background: #222C67 url('images/catbox_bg-head.gif'); 
	border:none;
	background-repeat: repeat-x; 
	background-position: top;
	padding: 6px 10px 7px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	width: 167px;
}
#nav li.head A {
	border:none;
	margin: 0;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	width: 167px;
}
#nav li.last {
	border: 0;
  background: none; 
  background: url('images/catbox_bg-bottom.gif') no-repeat top left; 
	background-position: top left;
	width: 187px;
}


#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
/*	margin-left: 18em; */
	margin-left : 16.9em;
	margin-top : -2.7em;
	border: 2px solid #222C67;
	border-left: 1px solid #222C67;
}
#nav li ul A {
/*	width: 18em; */
	width: 17.7em;
	background: #eee;
	padding-top: 2px;
	padding-bottom: 4px;
	font-size: 10px;
	color: #222C67;
}
#nav li ul li.alt A {
	background: #f2f2f2;
}
#nav li ul li.alt A:hover {
	background: #222C67; 
	font-size: 10px;
}

#nav li ul A:hover {
/*	width: 19em; */
	width: 17.7em;
	background: #222C67; 
	font-size: 10px;
	color: #eee;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}


#nav li.spec {
}
#nav li.spec A {
	margin-top: 0;
	padding-top: 0;
	font-weight: normal;
	background: none;
	border: 0;
}
#nav li.spec A:hover {
	clear: both;
	margin-top: 0;
	padding-top: 0;
	background: none;
	color: #000;
}
#nav li.spec B {
	float:left;
	padding: 10px;
	font-weight: normal;
	color: #870000;
}

#leftcol A.notice  {
	float:left;
	padding: 40px 10px 10px 10px;
	color: #888;
	font-size:9px;
	text-decoration: underline;
}
#leftcol A.notice:hover  {
	color: #fff;
}


#nav li a {
/*	width: 20em; */
	width: 18.8em;
	w\idth : 17.8em;
	display : block;
	text-decoration : none;
/*	
	padding : 0 0.5em; 
*/
	font-size: 10px;
	font-weight: bold;
	border-left: 0px solid #222C67;
	border-right: 0px solid #222C67;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 6px;
	border-top: 1px solid #ddd;
}

#nav li a.maincat {
	width: 18.7em;
	w\idth : 17.7em;
	height: 12px;
	border: 0;
  background: none; 
  background: #222C67 url('images/catbox_menuitem.gif') no-repeat top left; 
	background-position: top left;
	padding-top: 5px;
	padding-bottom: 6px;
	color: #222C67;
	text-transform:uppercase;
}

.xmaincat {
	width: 18.7em;
	w\idth : 17.7em;
	height: 12px;
	border: 0;
  background: none; 
  background: #222C67 url('images/catbox_menuitem.gif') no-repeat top left; 
	background-position: top left;
	padding-top: 5px;
	padding-bottom: 6px;
	color: #222C67;
}


#nav li a.maincat:hover {
	border: 0;
  background: none; 
  background: #222C67 url('images/catbox_menuitem.gif') no-repeat top left; 
	background-position: top right;
	color: #000a45;
}


#nav li b {
	width: 18.8em;
	w\idth : 17.8em;
	display : block;
	text-decoration : none;
	font-size: 10px;
	font-weight: bold;
	border-left: 0px solid #222C67;
	border-right: 0px solid #222C67;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 6px;
	border-top: 1px solid #ddd;
}
#nav li b.maincat {
	width: 18.7em;
	w\idth: 17.7em;
	border: 0;
  background: none; 
  background: #222C67 url('images/catbox_menuitem.gif') no-repeat top left; 
	background-position: top left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 6px;
	color: #222C67;
	cursor: default;
}


#nav li a:hover {
	background: #222C67;
	color:#eee;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


