﻿
.Header
{
	background: url(~/Images/SiteMap/header_bg.gif);
	background-color: #737294;
	color: #FFFFFF; 
	border: #57566F 1px solid; 
	border-bottom-width: 0px; 
	font-family: tahoma; 
	font-size: 13px;
	font-weight: bold; 
	padding: 5px; 
	cursor: default; 
}

.SiteMap
{
	
	background-color:white;
	font-family: arial; 
	font-size: 13px;
	padding-left:15px;
}

.RootNode
{ 
	color:#1b72bb;
	font-family: arial; 
	font-size: 13px;
	font-weight: bold;
	padding:7px;
	padding-top:4px;
	padding-bottom:4px;
} 

.RootNode a
{ 
	color:#1b72bb;
	text-decoration:none;
} 

.RootNode a:hover,.RootNode a:active,.RootNode a:focus
{ 
	color:#1b72bb;
	text-decoration:underline;
} 

.ParentNode
{ 
	font-family: arial; 
	font-size:13px; 
	padding-right:7px; 
} 

.ParentNode a
{ 
	color:#1b72bb;
	text-decoration:none;
} 

.ParentNode a:hover,.ParentNode a:active,.ParentNode a:focus
{ 
	color:#1b72bb;
	text-decoration:underline;
} 

.LeafNode
{ 
	color:#1b72bb;
	font-family: arial; 
	font-size:13px;
	padding-right:5px; 
} 

.LeafNode a
{ 
	color:#1b72bb;
	text-decoration:none;
} 

.LeafNode a:hover,.LeafNode a:active,.LeafNode a:focus
{ 
	color:#1b72bb;
	text-decoration:underline;
} 


.RootNode  
{
	list-style-type:none;
	vertical-align:middle;
	background-image:url(/phoenixMarketing/Images/SiteMap/folder.gif);
	background-repeat:no-repeat;
	background-position:right 6px;
	padding: 5px 20px 5px 0px;
	
}
.LeafNode li 
{
	list-style:none; 
	background-image:url(/phoenixMarketing/Images/SiteMap/file.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding: 4px 20px 4px 0px;
	margin-right:-40px;
	
}


.LeafNode
{
	
	list-style:none; 
	background-image:url(/phoenixMarketing/Images/SiteMap/folder.gif);
	background-repeat:no-repeat;
	background-position:right 6px;
	padding: 4px 20px 4px 0px;
	margin-right:20px;
}

