﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the Menu control adapter is enabled. */
/* These rules correspond to the "pure CSS menu" technique that have been evolving over the past several years. */ 
/* See WhitePaper.aspx for details. */


#MENY 
{
    margin: 0px 0px 0px 0px;  
    padding:0;
    width:180px;
    float:left; 
    text-align:left; 
    display:block;
}

#MENY ul
{   
display:block;
list-style-type:none;
margin:0;
padding:0;
}

#MENY li
{
    background-image: url(../../App_Themes/Theme_Main/images/bg_links_h26.jpg);
     height:26px;
     display:block;
}

#MENY li a
{     
     color: #FFFFFF; text-decoration: none; font-family: Verdana; font-size: 12px; font-weight: normal; Padding: 5px; display:block;
}

#MENY li a:hover
{
    color: #FFFFFF; text-decoration: underline; font-family: Verdana; font-size: 12px; font-weight: normal; Padding: 5px; display:block;  background-image: url(../../App_Themes/Theme_Main/images/bg_links_on_h26.jpg); 
}

#MENY li.current a
{
    color: #FFFFFF; text-decoration: underline; font-family: Verdana; font-size: 12px; font-weight: normal; Padding: 5px; display:block; background-image: url(../../App_Themes/Theme_Main/images/bg_links_on_h26.jpg);  
}


#HEADMENU ul
{   
    position: relative;
    margin: 0px 0px 0px 0px;  
    padding:0;
    width:700px;
    float:left; 
    text-align:left; 
     background-color: #939495;
     height:26px;
     display: block;
      text-align:center;
}

#HEADMENU ul li
{
    
     position: relative;
    list-style: none;
    float: left;
      text-align:center;
       width: 31%;
}

#HEADMENU ul li a
{     
     color: #FFFFFF; text-decoration: none; font-family: Verdana; font-size: 13px; font-weight: normal; Padding: 5px; display: block; 
}

#HEADMENU ul li a:hover
{
    color: #FFFFFF; text-decoration: underline; font-family: Verdana; font-size: 13px; font-weight: normal; Padding: 5px; display: block;
}
