/* overall common styling */
.menu {
	position:absolute; 
	top:114px;
	left:14px;
	width:500px; 
/*	padding-bottom:230px;*/
	clear: both;
	z-index:100;
/*ORIG
font-family: verdana, sans-serif; 
width:750px; 
position:relative; 
font-size:0.85em;
padding-bottom:250px;
z-index:100;
*/
}

/* 1st level UL style */
.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
/*ORIG
padding:0; 
margin:0;
list-style-type: none;
*/
}

/* 1st level Nav LI style */
.menu ul li {
	float:left;
	position:relative;
	text-indent: 10px;
/*ORIG
float:left;
position:relative;
*/
}

/* 1st level Nav link styles */
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#ffffff; 
	width:91px; 
	height:30px; 
	font-family: verdana, sans-serif; 
	font-size:11px;
	line-height:24px;
	font-weight:600;
	background: url(/daitwp/images/nav_bg.gif) no-repeat top right;
	/* above has to be different 'top right' than below 'top'  a:visited to work*/
	padding: 0;
	margin: 0 6px 0 0;
/*ORIG
display:block; 
text-decoration:none; 
color:#000; 
width:139px; 
height:3em; 
color:#000; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#dfc184; 
padding-left:10px; 
line-height:3em;
*/
}

/* 1st level nav link width */
* html .menu ul li a, .menu ul li a:visited {
	width:101px;
	w\idth:91px;
	/* ABOVE new for sftracker */
/*ORIG
width:149px;
w\idth:139px;
*/
}

/* 2nd level nav default Display */
.menu ul li ul {
	display: none;
/*ORIG
display: none;
*/
}

/* .menu Table Styles */
.menu table {
	margin:-1px; 
	border-collapse:collapse;
	font-size:1em;
/*ORIG
margin:-1px; 
border-collapse:collapse;
font-size:1em;
*/
}


/* 1st level link HOVER: specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover {
	color:#fff; 
	background: url(/daitwp/images/nav_bg_on.gif) no-repeat top;
/*ORIG
color:#fff; 
background:#bd8d5e;
*/
}

/* 1st level CURRENT page header stylce */
.menu ul li a.current {
	color:#fff; 
	background: url(/daitwp/images/nav_bg_on.gif) no-repeat top right;
}


/* 2nd Level DISPLAY settings */
.menu ul li:hover ul,
.menu ul li a:hover ul {
	display:block; 
	position:absolute; 
	top:24px;
	left:10px; /* position submenu block */ 
	width:150px;
	border: 2px solid #ee9a22;
/*ORIG
display:block; 
position:absolute; 
top:3em;
margin-top:1px;
left:0; 
width:150px;
*/
}

/* 2nd level (sub nav) Margin settings */
* html .menu ul li a:hover ul {
	margin-top:0;
	marg\in-top:0px;
/*ORIG
margin-top:0;
marg\in-top:1px;
*/
}

/* 3rd Level HIDE default settings */
.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
height:0; 
width:0;
}

/* 2nd level menu display decoration, width, links (not HOVERED) */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
	display:block; 
	background:#faeec7; 
	color:#cc7c20; 
	height:auto; 
	line-height:1.2em; 
	padding:5px 10px; 
	width:130px;
	text-indent:0px;
	font-weight:normal;
	margin: 0 0 0 0;
	mar\gin: 0px 0px 0px 0px;
/*ORIG
display:block; 
background:#faeec7; 
color:#000; 
height:auto; 
line-height:1.2em; 
padding:5px 10px; 
width:129px
*/
}

/* 2nd level li width - should match overall width above*/
* html .menu ul li a:hover ul li a {
width:130px;
w\idth:130px;
}

/* 2nd level submenu indicator (different color indicates 3rd level nav) */
.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
background:#c9c9a7 url(../../graphics/drop.gif) bottom right no-repeat;
}

/* 2nd level link HOVER decoration */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
	background:#ee9a22; 
	color:#ffffff;
	font-family: verdana, sans-serif; 
	font-size:11px;
	font-weight: normal;
/*ORIG
background:#c9c9a7; 
color:#000;
*/
}

/*BELOW is 3rd level Regular/right nav */
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
	visibility:visible; 
	position:absolute; 
	left:150px; 
	top:0;
	width:150px;
/*ORIG
visibility:visible; 
position:absolute; 
left:150px; 
top:0;
width:150px;
*/
}

/* BELOW is 3rd level LEFT nav */
.menu ul li:hover ul li:hover ul.left,
.menu ul li a:hover ul li a:hover ul.left {
	left:-150px;
/*ORIG
left:-150px;
*/
}

