* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: 10px verdana,arial,helvetica,sans-serif;
	color: #333333;
	background: #888888 url(../images/bg_nav.gif) 0 0 no-repeat;
}
a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #333333;
}
a:focus {
	-moz-outline: none;
}
a.disclaimer {
	position: absolute;
	right: 20px;
	bottom: 15px;
	font: bold 9px verdana,arial,helvetica,sans-serif;
	color: #333333;
}
a.disclaimer:hover {
	color: #ffffff;
}
#Logo {
	margin: 25px 0 0 32px;
	width: 136px;
	height: 17px;
}
#Logo a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(../images/dt_logo_nav.gif) 0 0 no-repeat;
}
#Logo a:hover {
	background: transparent url(../images/dt_logo_nav.gif) 0 -20px no-repeat;
}
.hide {
	display: none;
}

/*
----------------------------------------------------------------------------- 
Main Nav
-----------------------------------------------------------------------------*/
#p7TMnav {
	margin: 20px 0 0 20px;
}
/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to 4px establishing a fluid cascading indent*/
/*Sets a left border*/
#p7TMnav div div {
	margin: 0 0 0 8px;
	border-left: 1px solid #ffffff;
}
/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	font: bold 10px verdana,arial,helvetica,sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/display: block;
	padding: 2px 10px 2px 0;
}
#p7TMnav div a:hover {
	color: #333333;
}
/*The Link and visited styles combined for 2nd-level menuitems*/
#p7TMnav div div a {
	text-transform: none;
	padding: 1px 10px 1px 5px;
}
/*rules programatically assigned to page link corresponding to current page (You are Here)*/
.p7currentmark {
	color: #333333 !important;
}
