﻿.SectionMenu
{
	width:100%;
	height:100%;
	clear:both;
	background:#A3D9F5;
}

.SectionMenu .AspNet-Menu-Horizontal
{
	height:100%;
    width: 1000px; 
	margin: 0 auto;
	overflow: hidden;
}

.SectionMenu .AspNet-Menu-ClientLogo
{
	display: none;
}

.SectionMenu .AspNet-Menu-ClientInfo
{
	display: none;
}

.SectionMenu .AspNet-Menu-Logo
{
	display: none;
}

.SectionMenu .AspNet-Menu-Vertical
{
	height:100%;
    width: 250px; 
	margin: 0 auto;
	overflow: hidden;
	background:#ffffff;
}

.SectionMenu ul.AspNet-Menu /* Tier 1 */
{
	position:relative;
	padding-left:0px;
	padding-right:0px;
	padding-top:1px;
	list-style:none;
	background:#A3D9F5;
	float:left;
	border:0;
	width: 100%;
}

.SectionMenu span.LoginMessage
{
    display: none;
}

.SectionMenu img.logo
{
    display: none;
}

.SectionMenu li /* all list items */
{    
	margin:0 0px 0 0;
   	float: left;
	font-weight:normal;
	background:#A3D9F5;
}

.SectionMenu li:hover, /* list items being hovered over */
.SectionMenu li.AspNet-Menu-Hover
{
    color:#333;
	background:#fff;
}

.SectionMenu a, .SectionMenu a:visited, .SectionMenu a:hover,  /* all anchors and spans (nodes with no link) */
.SectionMenu span
{
	float: left;
	display: block;
	padding:2px 5px;
	color:#000;
	text-decoration:none;
	border:1px solid #A3D9F5;
	border-bottom: none;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	font-size:9pt; 
}

.SectionMenu ul ul a, .SectionMenu ul ul a:hover, /* reset the padding */
.SectionMenu ul ul span
{
	padding:4px;
}

.SectionMenu a:hover
{
    color:#333;
	border-bottom: none;
	background:#fff;	
}

.SectionMenu li.AspNet-Menu-Leaf a, /* leaves */
.SectionMenu li.AspNet-Menu-Leaf span
{

}

.SectionMenu li.AspNet-Menu-Hover a,
.SectionMenu li.AspNet-Menu-Hover span
{
    color:#333;
    background:#ffc;
}

.SectionMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SectionMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.SectionMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.SectionMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
    width:10em;
    color:#333;
    background:#ffc;    
	border-bottom:1px solid #A3D9F5;
}

.SectionMenu li:hover a, /* hovered text */
.SectionMenu li:hover span
{
    color:#fff;
    background:#A3D9F5;
    /*text-decoration:underline;*/
	font-weight:bold;	
}
.SectionMenu li:hover li:hover a,
.SectionMenu li:hover li:hover span,
.SectionMenu li:hover li:hover li:hover a,
.SectionMenu li:hover li:hover li:hover span
{
    width:10em;
    color:#000;
    background:#fff;
}

.SectionMenu li:hover li a, /* the tier above this one is hovered */
.SectionMenu li:hover li span,
.SectionMenu li.AspNet-Menu-Hover li a,
.SectionMenu li.AspNet-Menu-Hover li span,
.SectionMenu li:hover li:hover li a,
.SectionMenu li:hover li:hover li span,
.SectionMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.SectionMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    width:10em;
    color: #000;
    background:#ccc;        
	border-bottom:1px solid #A3D9F5;
	border-top:none;
}

.SectionMenu .AspNet-Menu-Selected,
.SectionMenu .AspNet-Menu-Selected a:visited /* this tier is selected */
{
    background:#47A;
	border:1px solid #47A;
    color:#fff;
    font-weight:bold;
}

.SectionMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    background:#fff;
    color:#333;
}

.SectionMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    background:#fff;
    color:#333;
}

.SectionMenu a.menuException,
.SectionMenu a.menuException:hover
{
	font-weight:bold;	
	color:#ffc;
	border:none;
	font-size:10pt;
	margin:0px;
	padding:0px;
}

.SectionMenu a.menuException:hover
{	
	color:#c00;
}