.section:hover div.popup {
	z-index: 100;
	display: -moz-inline-block;
	display: inline-block;
	position: absolute;
	/* 1st bg color is for browsers that don't like rgba - FIREFOX2  */
	background-color: #333333;

	background-color: rgba(192,192,192,0.9);
	padding: 10px 15px;
	margin-left: -10px;
	width: 200px;
	<!--[if lte IE 6]>
	width: 200px;
	<![endif]-->
}

#sidenav .section .popup .poplink a{
	color: #000;
	font: 11px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	background-color: transparent;
	margin-top: 10px;
	padding: 0 5px;
}

#sidenav .section .popup .poplink a:hover {
	color: white;
	background-color: #a62315;
}

div.popup {
	display: none;
}

/* Side Navigation */

#sidenav .category {
	font: italic bold 19px/12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
	display: block;
	margin-top: 40px;
	padding-bottom: 23px;
}

#sidenav .section {
	display: block;
	position: relative;
}

#sidenav .section a {
	color: black;
	font: bold 15px/23px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	margin-top: 19px;
	padding-right: 14px;
	padding-left: 14px;
	display: -moz-inline-block;
	
	display: inline-block;
}

#sidenav .section  a.here, #sidenav .section:hover a {
	font-weight: bold;
	color: white;
	background-color: #a62315;
}

/* Rounded Corners */

#sidenav .section .popup .poplink a:hover .xtop, #sidenav .section .popup .poplink a:hover .xbottom {
	display: block; 
	background: transparent; 
	font-size: 1px;
	visibility: visible;
}

#sidenav .section .popup .poplink .xtop, #sidenav .section .popup .poplink .xbottom {
	margin-bottom: 0;
	margin-left: -5px;
	margin-right: -5px;
}

#sidenav .section:hover .xtop, #sidenav .section:hover .xbottom, 
#sidenav .here .xtop, #sidenav  .here .xbottom {
	display: block; 
	background: transparent; 
	font-size: 1px;
	visibility: visible;
	margin-right: -15px;
	margin-left: -15px;
}

#utility .xtop {
	display: block; 
	background: transparent; 
	font-size: 1px;
	visibility: visible;
}

/*.xtop, .xbottom {
	display:block; 
	background:transparent; 
	font-size:1px;
	width: auto;
}*/

.xtop, .xbottom, #sidenav .section .popup .poplink .xtop, #sidenav .section .popup .poplink .xbottom  {
	display: block; 
	background: transparent; 
	font-size: 1px;
/*	width: auto; */
	visibility: hidden;
}

#sidenav .popup .poplink .xtop {
	margin-top: -3px;
}

#sidenav .popup .poplink .xbottom {
	margin-bottom: -4px;
}

#sidenav .xtop {
	margin-top: -4px;
}

#sidenav .xbottom {
	margin-bottom: -4px;
}

.xb1, .xb2, .xb3, .xb4 {display: block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background: #a62315; border-left:1px solid #a62315; border-right:1px solid #a62315;}

.xb1 {margin:0 3px;}
.xb2 {margin:0 2px; border-width:0 1px;}
.xb3 {margin:0 1px;}
.xb4 {height:1px; margin:0 1px;}

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

/* Footer */

#footer .category a {
	font: bold 14px/26px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	float: left;
	text-decoration: none;
/*	margin-left: 26px; */
	margin-left: 19px;
	margin-right: -18px;
	margin-top: 12px;
	display: inline-block;
	<!--[if lte IE 6]>
	min-width: 72px;
	<![endif]-->
}

#footer .category a.here, #footer .category a:hover, #here.category a {
	color: white;
	background-color: #a62315;
	text-decoration: none;
/*  width turned off to test IE - 5/14/09 */
	width: auto; 
}

#footer .category:hover .xtop, #footer .category:hover .xbottom, 
#footer .here .xtop, #footer .here .xbottom {
	display: block; 
	background: transparent; 
	font-size: 1px;
	visibility: visible;
}

#footer .xbottom {
	margin-bottom: -2px;
}

#footer .xtop {
	margin-top: -2px;
}

.navigationbullet {
	margin-right: 10px;
	margin-left: 10px;
	border-style: none;
}

