@charset "utf-8";

/*
////////////////////////////////////////
// HORIZONTAL TABLE NAVIGATION        //
////////////////////////////////////////
*/

#horizontal_table_nav td {
	/* background-color: #FFFFFF; */
	padding: 0px;
	text-align: center;	
}
#horizontal_table_nav td.spacer {
	text-align: center;
	padding:0px;
}
#horizontal_table_nav td:hover {
	background-image: url(../images/menu_ov.jpg);
}
#horizontal_table_nav td.current {
	background-image: url(../images/menu_splatter.gif);
}
#horizontal_table_nav div {
	height: 42px;
}
#horizontal_table_nav div.current {
	background-image: url(../images/topbar_highlight_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0px;
	height: 42px;
	margin: 0px;
}
#horizontal_table_nav a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-decoration: none;
	line-height: 42px;
}
#horizontal_table_nav a.current {
/*	background-image: url(../images/topbar_highlight_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	height: 24px; */
	color: #DEEEB3;
}
#horizontal_table_nav a:hover.current {
	color: #DEEEB3;
}
#horizontal_table_nav a:hover {
background-image: url(../images/menu_ov.jpg);
	text-decoration: none;
	color: #DEEEB3;
}






#navcontainer {
	margin: 0px;
}

#navcontainer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/*
#navcontainer a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding: 6px 0px 3px 0px;
	width: 170px;
	text-decoration: none;
}
#navcontainer a:hover {
	text-decoration:underline;
}
#navcontainer a.current {
	text-decoration:underline;
}
#navcontainer li li a {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #0B66AD;
	padding: 6px 0px 3px 0px;
	width: 170px;
	text-decoration: none;
}

#navlist {
	padding: 0 0 0 55px;
	margin: 0 8px 0 0;
	background: url(../gfx/bg-subnav.gif) no-repeat 0 0;
}
#navlist dt {
	display: block;
	height: 22px;
	width:238px;
	line-height: 22px;
	background: url(../gfx/h/pickyourpleasure.gif) no-repeat 0 0;
	text-indent: -9999px;
}
*/
#navcontainer li {
	margin:0; padding:0;
	height: 26px;
	line-height: 26px;
}
#navcontainer a {
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	color:#858585;
	font-weight: bold;
	font-family: Helvetica, Arial, Sans-Serif;
	display: block;
}