#outer ul {
	margin:0;
	padding:0;
	list-style-type:none;
	background:transparent;
}
#outer li {
	display:block;
	float:left;
}
#outer {
	display:block;
	position:relative;
	background:#d1d1d1;
	padding:0px;
}

.xsnazzy {
	background:transparent;
}
.xsnazzy span {
	text-align:center;
	color:#fff;
	margin:0;
	font-weight:normal;
	padding-bottom:4px;
}
.xtop {
	display:block;
	background:transparent;
	font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
.xb1, .xb2, .xb3 {
	height:1px;
}
.xb2, .xb3, .xb4 {
	background:#999;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.xb1 {
	margin:0 5px;
	background:#fff;
}
.xb2 {
	margin:0 3px;
	border-width:0 2px;
}
.xb3 {
	margin:0 2px;
}
.xb4 {
	height:2px;
	margin:0 1px;
}

.xboxcontent {
	display:block;
	background:#888;
	border:0 solid #fff;
	border-width:0 1px 1px 1px;
	border-bottom:1px solid #888;
}

a.xmenu2, a.xmenu2:visited {
	display:block;
	text-decoration:none; 
	width:9em;
	font-size:0.9em;
}
a.xmenu2:hover {
	background:transparent;
	cursor:pointer;
}
a.xmenu2:hover span {
	color:#000;
}
a.xmenu2:hover .xboxcontent {
	background:#d1d1d1;
	border-color:#888;
	border-bottom:1px solid #d1d1d1;
}
a.xmenu2:hover .xb1 {
	background:#888;
}
a.xmenu2:hover .xb2, a.xmenu2:hover .xb3, a.xmenu2:hover .xb4 {
	background:#fff;
	border-color:#888;
}

a.xmenu2_active, a.xmenu2_active:visited {
	display:block;
	text-decoration:none; 
	width:9em;
	font-size:0.9em;
}

a.xmenu2_active {
	background:transparent;
	cursor:pointer;
}
a.xmenu2_active span {
	color:#000;
}
a.xmenu2_active .xboxcontent {
	background:#d1d1d1;
	border-color:#888;
	/*border-bottom:1px solid #d1d1d1;*/
	border-bottom:none;
}
a.xmenu2_active .xb1 {
	background:#888;
}
a.xmenu2_active .xb2, a.xmenu2_active .xb3, a.xmenu2_active .xb4 {
	background:#fff;
	border-color:#888;
}