﻿/* represents the selected node style */



.Level1MenuItem:active, .Level1MenuItem:hover{
	color: #015449;
	text-decoration: underline;
	}
.Level1MenuItem .Nav1SelectedNode
{
	color: #015449 !important;
	text-decoration: underline !important;
	font-family: Helvetica, Verdana, "Arial" !important;
}


.Level1MenuItem .Nav1LeafNode {
	margin-left:0px
}
 
 
 /* Represents a top level Menu Item */
.Level1MenuItem {
	padding:4px 0 4px 0;
	text-align:left;
	width:100%

}

/* Represents a second Level Menu Item */
.Level2MenuItem {
color:#000000!important;
background-image:none;
font: 11px Arial, Verdana, Helvetica, sans-serif;
padding:0 0 4px 18px;
text-decoration:none;
}

.Level2MenuItem a:active, .Level2MenuItem a:hover,
.Level2MenuItem .Nav1SelectedNode{
	color:#015449!important;
	text-decoration:underline!important;
}







#ctl00_NavigationMenu12_ctl01 table {
width:100%!important;
border-top:1px!important;
border-top-color:#e9d29c!important;
border-top-style:solid!important;

}

#ctl00_NavigationMenu12_ctl01 td.Nav1Node
{
	padding-left:18px ;
}
#ctl00_NavigationMenu12_ctl01 td.Nav1RootNode{
	padding-left:2px !important;
}


#ctl00_NavigationMenu12_ctl01 td img
{
	padding-left:6px ;
}


#ctl00_NavigationMenu12_ctl01n5Nodes table {
border-width:0!important;}


.Nav1 table tr td:first-child{
padding:0px;
margin:0px;
width:0px;
}

/*no twisties */
.Nav1 div table tr td:first-child{
	width:0px;
}

/* level 1 twisties */
.Nav1 table tr td a img, .LeftMenu1 div table tr td a {
	display:inline;	
	padding:0px;
	border:0px;

}

/* level 2 no background image padding image*/
.Nav1 div table {
	background-image:none
}

/* level 1 no twistie padding image */
.Nav1 table tr td img{
display:none
}
