﻿/******************
MAIN MENU ITEMS
******************/

#MainNav 
{
    position:relative;
    padding:0px 0px 0px 0px;
    border-bottom:1px solid #000000;
    background-color:#CCE6FD;
    font-size:.90em;
    
} 
#MainNav ul
{
    padding:10px 0px 0px 0px;
    height:2em;
    font-weight:bold;   
}
#MainNav ul li
{
    float:left;
    text-align:center;
    list-style:none;
    display:inline;
    width:132px;
}

#MainNav ul li a
{ 
    text-decoration:none; 
    color:#000000; 
}

.MenuItemUnSelected a:hover
{
    text-transform:uppercase;
}
.MenuItemSelected a
{
    text-transform:uppercase;
}
.MenuItemSelected a:hover
{
    cursor:default;
}
html>body .MainNav a:active
{ /* Apply mousedown effect only to NON IE browsers */
/*border-style:inset;*/
}



