﻿/*Over-ride Default DNN Styles*/
UL LI {
list-style:none;
}
UL LI LI
{
list-style:none;
}

UL LI LI LI
{
list-style:none;
}
/*Main Nav Bar Styles*/
#nav {
	width: 800px;
	height: 22px;
	font-size: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	/*margin-left: auto;*/
	padding-top: 8px;
}
#nav a {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 10px;

}
#nav ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 17px;
}
#nav ul li.tab ul {
	background: #f7f7f7;
	width: 12.9em;
}
#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
	background: none;
}
#nav li {
	float: left;
	padding: 0;
	background: none;
}
#nav ul li {
	float: left;
	text-align: center;
	padding: 0;
	background: none;
}
#nav ul li.tab {
	margin: 0;
	padding: 0 0 0 9px;
	background: url("nav-tabs_left.gif") no-repeat left top;
}
#nav ul li.tab a {
	padding: 1px 15px 1px 6px;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	background: url("nav-tabs_right.gif") no-repeat right top;
}
#nav ul li.tab ul.nontab li a {
	background-image: none;
	font-weight: normal;
}
/*#nav ul li.tab ul.nontab li a.parent {background: url("menu-arrow.gif") center right no-repeat;}
*/
#nav ul li ul {
	border: 1px solid #ccc;
}
#nav ul li.tab ul.nontab {
	margin-left: -9px;
}
#nav ul li ul li {
	background: #f7f7f7;
	text-align: left;
	border: none;
	margin-left: 0;
	border-bottom: 1px solid #ccc;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 12.9em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#nav li li {
	padding-right: 1em;
	width: 11.9em;
}
#nav li ul a {
	width: 11em;
	w\idth: 15em;
	text-align: left;
	background: none;
    font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;

}
#nav li ul ul {
	margin: -1.75em 0 0 10em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav ul li ul li:hover, #nav ul li ul li.sfhover {
	background: #f7f7f7;
	color: #fff;
}
#nav ul li.tab ul.nontab li a:hover {
	color: #663300;
}
#nav li.tab:hover, #nav li.tab:hover a {
	background-position: 0% -22px;	
}
#nav li.tab:hover a {
	background-position: 100% -22px;
}
#nav li a.tab:hover {
	color: #663300;
}
/* Side Nav Bar */
#ChildTabsLevel1 {
	font-style: normal;
	font-weight: bold;
	float: left;
	text-align: left;
	font-size: 8px;

  }

#ChildTabsLevel1 ul{
	font-style: normal;
	font-weight: bold;
	float: left;
	
}
#ChildTabsLevel1 li a {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 8px;
	color: #666666;
	
}
#ChildTabsLevel1 a:hover {
    color:#663300;
}
.TabList ul {
    padding-left: 0em;
	margin-left: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 1em;
    list-style-type: none;
}
.TabList li{
    background-image: url("kenedy_bullet_icon.gif");
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 2.5em;
	
}
#ChildTabsLevel1 .SelectedTab
{
	font-weight: bold;
	font-size: 8px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}

#ChildTabsLevel1 A.SelectedTab:link
{
	text-decoration: none;
	color: white;
}

#ChildTabsLevel1 A.SelectedTab:visited
{
	text-decoration: none;
	color: #eeeeee;
}

#ChildTabsLevel1 A.SelectedTab:hover
{
	text-decoration: none;
	color: #cccccc;
}

#ChildTabsLevel1 A.SelectedTab:active
{
	text-decoration: none;
	color: #eeeeee;
}

