﻿div#subNav1
{
	width: 100%;
}

div#subNav1 h3.headerbar
{
	font: bold 13px Verdana;
	color: white;
	background-color: #606060;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	/*padding: 7px 0 7px 31px; 31px is left indentation of header text*/
	padding-top:7px;
	padding-bottom:7px;
	padding-left:12px;
	margin:0;
}

div#subNav1 h3.headerbar a:link, div#subNav1 h3.headerbar a:visited
{
	color:White;
	text-decoration:none;
}

div#subNav1 div ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

div#subNav1 div ul li
{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

div#subNav1 div ul li a
{
	font: normal 12px Arial;
	color: black;
	background: #ffffff;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}

div#subNav1 div ul li a:visited
{
	color: black;
}

div#subNav1 div ul li a:hover
{
	/*hover state CSS*/
	color: white;
	background: black;
}

/* Menu 2 */
div#subNav2
{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
	background: #F3FAFF;
}

div#subNav2 h3.headerbar
{
	font: bold 13px Verdana;
	color: white;
	background-color: #606060;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

div#subNav2 div ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

div#subNav2 div ul li
{
	
}

div#subNav2 div ul li a
{
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
}

div#subNav2 div ul li a:active
{
	color: #26370A;
	background: url(/dbc/assets/images/framework/SubMenu/menu2.gif) 0 -64px;
	padding: 8px 0 0 10px;
}

div#subNav2 div ul li a:link, div#subNav2 div ul li a:visited
{
	color: #5E7830;
	display: block;
	background: url(/dbc/assets/images/framework/SubMenu/menu2.gif);
	padding: 8px 0 0 10px;
}

div#subNav2 div ul li a:hover
{
	color: #26370A;
	background: url(/dbc/assets/images/framework/SubMenu/menu2.gif) 0 -32px;
	padding: 8px 0 0 10px;
}





