/* modified from http://www.dave-woods.co.uk/?p=104 */
#navigation {
	/* overflow: auto; */
	margin: 0;
	z-index: 20;
	position: absolute;
	top: 98px;
	right: 0;
	border: none;
}
#navigation li {
	float: left;
	list-style: none;
	margin: 0 0 0 6px;
	position: relative;
	background: transparent url(/images/button-off.jpg) 0 0 no-repeat;
	padding:0 0 10px 0;
	white-space: none;
	width: auto;
}
#navigation li.first {
	width: 175px;
}
#navigation li.narrow {
	width: 90px;
}
#navigation li.last {
	width: 110px;
}
#navigation a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-family: verdana, sans serif;
	font-size: 1.2em;
	letter-spacing: 0;
	white-space: none;
	padding: 6px 6px 0 6px; /* bottom padding keeps subnav visible when sliding mouse down in ie */
}
#navigation div {
	text-align: center;
	padding: 0;
	/* width: 100%; */
	min-height: 32px;
	height: auto !important; /* ie6 */
    height: 32px;
	padding: 0;
	background: transparent url(/images/button-off-right.jpg) top right no-repeat;
}
#navigation a:hover {
}
#navigation a:hover span {
}

#navigation li ul {
	position: absolute;
	white-space: nowrap;
	left: -999em;
	top: 35px;
	width: 120px;
	padding: 0;
	margin: 0;
	border: 1px solid #333;
	/* background: transparent url(/images/navbackground.png) 0 0 repeat-x; */
	background: #fff url() 0 0 repeat-x;
}
#navigation li.first ul { 
	width: 200px;
}
#navigation li.narrow ul { 
	width: 140px;
}
#navigation li.last ul { 
	width: 95px;
}

#navigation li ul li {
	margin: 0;
	border: none;
	padding: 2px 0 2px 0;
	background: none;
	width: 100%;
}
#navigation li ul li.last {
	padding-bottom: 5px;
}

#navigation li ul a, #navigation li ul a:link {
	white-space: nowrap;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	letter-spacing: 0;
	padding: 0 0 0 6px;
	font-size: 1em;
}
#navigation li:hover, #navigation li.sfhover {
	background: transparent url(/images/button-on.jpg) 0 0 no-repeat;
}
#navigation li:hover div, #navigation li.sfhover div {
	background: transparent url(/images/button-on-right.jpg) top right no-repeat;
}
#navigation li ul a:hover {

}
#navigation li li:hover, #navigation li li.sfhover {
	background: #ccc;
}
#navigation li:hover ul, #navigation li.sfhover ul {
	left: 0;
	top: 35px;
}
#navigation li + li:hover ul, #navigation li + li.sfhover ul {
	left: 0;
	top: 35px;
}
#navigation li:hover ul.wide, #navigation li.sfhover ul.wide {
}

#navigation li:hover a, #navigation li.sfhover a {
	text-decoration: none;

}
#navigation li:hover ul li a, #navigation li.sfhover ul li a {
	text-decoration: none;
}

/*
#sitemap {
	overflow: auto;
	font-family: verdana, sans serif;
	font-size: 1.0em;
	margin: 0;
	border: none;
}
#sitemap li {
	float: left;
	list-style: none;
	padding: 0 10px 0 15px;
	margin: 0;
	border-right: 1px solid #EF4A23;
	min-height: 80px;
	height: auto !important;
    height: 80px;
}
#sitemap li.first {
	padding: 0 15px 0 0;
}
#sitemap li:first-child {
	padding: 0 15px 0 0;
}
#sitemap li.last {
	border-right: none;
	padding: 0 0 0 15px;
}
#sitemap a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#sitemap span {
	display: block;
}

#sitemap li ul {
	width: 12em;
	padding: 5px 0 0 0;
	margin: 0;
}
#sitemap li ul li {
	margin: 2px 0 5px 0;
	padding: 0;
	border-right: none;
	min-height: 15px;
	height: auto !important; 
    height: 15px;
	line-height: 1.2em;
}
#sitemap li ul li:first-child {
	padding: 0;
}
#sitemap li ul a, #sitemap li ul a:link {
	font-weight: normal;
	text-decoration: none;
	color: #333;
}
#sitemap a:hover {
	text-decoration: underline;
}
#sitemap li ul a:hover {
	color: #EF4A23;
}
#sitemap li:hover a, #sitemap li.sfhover a {
	text-decoration: underline;
}
#sitemap li:hover li a, #sitemap li.sfhover li a, #sitemap li li a:hover {
	text-decoration: none;
}
*/


table#sitemap {
	font-family: verdana, sans serif;
	font-size: 1.0em;
	margin: 0;
}
table#sitemap td {
	padding: 0 40px 0 20px;
	border-right: 1px solid #ff838d;
	line-height: 1.5em;
	white-space: nowrap;
}
table#sitemap td.first {
	padding: 0;
	border: none;
}
table#sitemap td.first,
table#sitemap td.last {
	border-right: none;
}
table#sitemap td a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
table#sitemap td a:hover {
	color: #EF4A23;
	text-decoration: underline;
	font-weight: normal;
}
table#sitemap td div.main a {
	color: #333;
	font-weight: bold;
}
table#sitemap td div.main {
	color: #000;
	font-weight: bold;
	margin: 0 0 5px 0;
}
