﻿.SectionMenu
{
	width:100%;
	height:100%;
	clear:both;
	background-image:url(../../../images/bgAssociate.gif);
	background-repeat:no-repeat;
	background-position:right;
	
}

.SectionMenu .AspNet-Menu-Horizontal
{
	height:26px;
	
}
.SectionMenu ul.AspNet-Menu /* Tier 1 */
{
   /* position: relative;*/
    list-style: none;
    /*float: left;*/
    border-bottom: none;
    height: 22px;
    line-height: 22px;
  
    overflow: hidden;
    position: relative;
    text-align:center;
	
	
}

.SectionMenu li /* all list items */
{    
    margin: 0 0px 0 0;
    /*float: left;*/
    font-family: Arial;
    font-size: 11px; 
    border-right: 1px solid #fff;
    background-color:#98c5ca;
    text-align:center;
	
	
	
}

.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: 0px   20px 0px  20px;
	color:#fff;
	text-decoration:none;
	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;
    background-color:#407b83;
    text-decoration:none;
}




.SectionMenu .AspNet-Menu-Selected,
.SectionMenu .AspNet-Menu-Selected a:visited /* this tier is selected */
{

    color:#eff3f3;
    background-color:#407b83;
}


.SectionMenu a.menuException,
.SectionMenu a.menuException:hover
{
	
	color:#eff3f3;
	border:none;
	font-size:10px;
	margin:0px;
	padding:0px;
}

.SectionMenu a.menuException:hover
{	
	color:#c00;
}
