﻿.SectionMenu
{
	width:100%;
	height:100%;
	clear:both;
	background: url('../../../Images/bgMenu2.gif') repeat-x;
}

.SectionMenu .AspNet-Menu-Horizontal
{
	height:26px;
	
}
.SectionMenu ul.AspNet-Menu /* Tier 1 */
{
	position:relative;
	padding-left:7px;
	padding-right:0px;
	list-style:none;
	line-height:22px;
	float:left;
	
	border-bottom:none;
}

.SectionMenu li /* all list items */
{    
	margin:0 0px 0 0;
   	float: left;
	font-family:Arial;
	text-transform:uppercase;
	font-size:10px; /* 120%; */
	font-weight:normal;
	background: url('../../../Images/bgMenu2.gif') repeat-x;
}

.SectionMenu ul.AspNet-Menu ul  /* Tier 2 */
{
    top: 100%;
    left: 0;        
	
}

.SectionMenu ul.AspNet-Menu ul ul  /* Tier 3+ */
{
 
    left: 10em;
    

}

.SectionMenu ul.AspNet-Menu ul li  /* Tier 2 */
{
    font-size:90%;
    font-weight:normal;
}

.SectionMenu ul.AspNet-Menu ul ul li /* Tier 3+ */
{
    font-size:90%;
    font-weight:normal;
}



.SectionMenu a, .SectionMenu a:visited, .SectionMenu a:hover,  /* all anchors and spans (nodes with no link) */
.SectionMenu span
{
	float: left;
	display: block;
	padding: 2px  25px 0px 10px;
	color:#a8b8ba;
	text-decoration:none;
	background-image: url('../../../Images/sepSubM.gif');
	background-repeat:no-repeat;
	background-position:right;
	border: none;
}

.SectionMenu ul ul a, .SectionMenu ul ul a:hover, /* reset the padding */
.SectionMenu ul ul span
{
	padding:4px;
	
}


.SectionMenu li:hover a, /* hovered text */
.SectionMenu li:hover span
{
    color:#eff3f3;

    text-decoration:none;
}




.SectionMenu .AspNet-Menu-Selected,
.SectionMenu .AspNet-Menu-Selected a:visited /* this tier is selected */
{

    color:#eff3f3;
  
}


.SectionMenu a.menuException,
.SectionMenu a.menuException:hover
{
	
	color:#eff3f3;
	border:none;
	font-size:10px;
	margin:0px;
	padding:0px;
}

.SectionMenu a.menuException:hover
{	
	color:#c00;
}