﻿
/* represents the selected node style */
 .Level1MenuItem .Nav1SelectedNode {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
 }
.Level1MenuItem .Nav1SelectedNode:link{
	color:#404040;
}
.Level1MenuItem .Nav1SelectedNode:visited{
	color:#404040;
}
.Level1MenuItem .Nav1SelectedNode:hover{
	text-decoration:underline;

}

.Level2MenuItem .Nav1SelectedNode{
	font: bolder 11px Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 9px 9px;
	margin:0px;
}
.Level2MenuItem .Nav1SelectedNode:link{
	color:#833475;
	font-weight:bold;
	text-decoration:none;
}
.Level2MenuItem .Nav1SelectedNode:visited{
color:#833475;
font-weight:bold;
	}
.Level2MenuItem .Nav1SelectedNode:hover{
	text-decoration:underline;
		font-weight:bolder;

}



.Level1MenuItem .Nav1LeafNode {
	margin-left:0px
}
 
 
 /* Represents a top level Menu Item */
.Level1MenuItem {
	color:#404040;
	text-decoration:none;
	display:block;
	padding:10px 0 10px 0;
	text-align:left;
	width:100%

}

.Level1MenuItem:visited{
	color:#404040;
	text-decoration:none;
}

.Level1MenuItem:hover {
	text-decoration:underline;	
}

/* Represents a second Level Menu Item */
.Level2MenuItem {
background-image:none;
/*margin-left:0px;*/
font: 11px Verdana, Arial, Helvetica, sans-serif;
padding:0 0 9px 9px;
text-decoration:none;
}

.Level2MenuItem:link{
	color:#000000;
	text-decoration:none;
	background-image:none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 9px 9px;
/*	display:block;*/
}
.Level2MenuItem a:hover {
text-decoration:underline;	
}

.Level2MenuItem:visited{
	color:#000000;
	background-image:none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 9px 9px;
}

.Nav1 table {
width:100%;
background-image:url(/PublishingImages/weightloss/sideNavDiv.gif);
background-repeat:repeat-x;
background-position:top;
}

.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;	
	margin:0 4px 0 0;
	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
}


