﻿/* Dave M Navigator */
#navWrapper
{
	width: 219px;
	padding-left: 9px;
	padding-top: 29px;
	float: left;
	height: 100%;
}
#navLogo
{
	height: 72px;
	margin-bottom: 17px;
	margin-left: 16px;
}
#navWrapper .ContentWrapper
{
	padding: 10px 0px 5px 0px;
	background: url(../images/bg-nav.gif) no-repeat;
	margin: 0px 9px 3px 0;
}
#navWrapper .RequestBox
{
	padding: 15px 10px 15px 10px;
	border: solid 1px #686765;
	color: #c0c0c0;
	margin-bottom: 3px;
}
#navWrapper .RequestBox a
{
	color: #c0c0c0;
}
#navWrapper .RequestBox span
{
	font-size: 1.3em;
	color: #fe9824;
}
#navWrapper .InputEmailAddress
{
	width: 145px;
	height: 16px;
	padding: 3px 7px 0px 7px;
	font-size: 1.1em;
	margin: 4px 4px 4px 0;
}
* html #navWrapper .InputEmailAddress
{
	margin-right: 2px;
}
#navigation
{
	background: #393939;
	padding: 0px 0px 3px 9px;
}

#navigation a
{
	text-decoration: none;
}

#navigation > div > table
{
	width: 100%;
}
#navigation > div > table + div
{
	padding-bottom: 10px;
}

#navigation .rootnode
{
	background: url( '../images/bg-nav.gif' ) no-repeat top;
	height: 22px;
}
#navigation .rootnode a
{
	display: block;
	text-transform: uppercase;
	background: url(../images/bullet-nav.gif) no-repeat 186px 20px;
	padding: 18px 0px 2px 9px;
	color: #F3F3F3;
}

#navigation .parentnode
{
	background: none;
	padding-bottom: 1px;
	text-transform: capitalize;
	font-size: 1.1em;
	color: #D5D5D5;
}
#navigation .parentnode a:hover
{
	color: #FFFFFF;
}
#navigation .childnode
{
	color: #D5D5D5;
	font-size: 1.1em;
	text-transform: capitalize;
}
#navigation .childnode a:hover
{
	color: #FFFFFF;
}
#navigation .selectednode
{
}
#requestMore
{
	margin-left: 13px;
	padding-bottom: 10px;
}

/*************
#navigation > div > table + div
{
    padding-bottom: 10px;
    /*background: url(../images/bg-nav.gif) bottom no-repeat;

}

#navigation > div div table td
{
    padding-bottom: 1px !important;
    background: none !important;
    border: none !important;
    margin-top: 0 !important;
}
#navigation > div div table a
{
    color: #d5d5d5;
    font-size: 1.1em !important;
    text-transform: capitalize !important;
    font-weight: normal !important;
    padding: 0 !important;
    height: auto !important;
}
#navigation .node
{
    /*border-top: 12px #393939 solid;
    background: url(../images/bg-navheader.gif) top no-repeat;
    margin-top: 12px;
}
#navigation .node a:link, 
#navigation .node a:visited, 
#navigation .node a:hover
{
    background: url(../images/bullet-nav.gif) 186px 3px no-repeat;
    color: #f3f3f3;
    display: block;
    height: 18px;
    padding: 2px 0px 10px 8px;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
#navigation .selectednode{
}
/*#navigation .parentnode
{
    padding-bottom: 1px;
    background: none;
    border: none;
}
#navigation .parentnode a:link, 
#navigation .parentnode a:visited
{
    color: #d5d5d5;
    font-size: 1.1em !important;
    padding: 0;
    height: auto;
}
#navigation .parentnode a:hover
{
    color: #FFF;
}
*/


/*#navigation .childnode {
	padding-bottom: 1px;
	background: none;
	border: none;

}
#navigation .childnode a:link, 
#navigation .childnode a:visited {
	color: #d5d5d5;
	font-size: 1.1em!important;	
	text-transform:capitalize;
	font-weight:normal;
	padding: 0;
	height: auto;
}
#navigation .childnode a:hover {
	color: #FFF;
}


/* Navigator
ul#nav
{
    padding-left: 9px;
    background: #393939;
    padding-top: 1px;
}
ul#nav li.Alt
{
    background: none !important;
}
ul#nav li h4
{
    font-size: 10px;
    text-transform: uppercase;
}
ul#nav li h4 a:link, 
ul#nav li h4 a:visited
{
    background: url(../images/bullet-nav.gif) 186px 3px no-repeat;
    border-top: 12px solid #393939;
    padding-left: 8px;
    height: 18px;
    display: block;
    color: #f3f3f3;
}
ul#nav li h4 a:hover
{
    text-decoration: none;
}
/**** Need to conver to table section*
ul#nav li ul
{
    display: none;
}
/* Group of grey child rows--table
ul#nav li
{
    background: url(../images/bg-nav.gif) left bottom no-repeat;
    padding-bottom: 7px;
}
ul#nav li.Active ul
{
    padding: 0px 0px 7px 8px;
    background: none;
    display: block;
}
/* Individual grey child row
ul#nav li ul li a:link, 
ul#nav li ul li a:visited
{
    color: #d5d5d5;
    font-size: 1.1em;
}
ul#nav li ul li.SubActive a:link, 
ul#nav li ul li.SubActive a:visited, 
ul#nav li ul li a:hover
{
    color: #FFF;
    text-decoration: none;
}
*/