﻿.divUpdateProgress
{ 
    background-color:#EC1D25;
}
.button
{
background-color: #EC1D25;
}
.button:hover 
{
    background-color: #0073B5;
}


/*------------------------------------*\
    NAV
\*------------------------------------*/
#nav{
    list-style:none;
    font-weight:bold;
    margin-bottom:10px;
    float:left; 
    width:100%;
}
#nav li{
    float:left;
    margin-right:10px;
    position:relative;
    background:#fff;
    width: 117px;
    height: 26px;
    text-align: center;
}
#nav a{
    display:block;
    padding:5px;
    color:#fff;
    background:#EC1D25;
    text-decoration:none;
}
#nav a:hover{
    color:#fff;
    background:#EC1D25;
    text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
    list-style:none;
    position:absolute;
    left:-9999px; 
}
#nav ul li{
    
    padding-top:1px; 
    float:none;
}
#nav ul a{
    background: #fff;
    white-space:nowrap;
}
#nav li:hover ul{ 
    left:0; 
}
#nav li:hover a{ 
    text-decoration:underline;
}
#nav li:hover ul a{
    text-decoration:none;
}
#nav li:hover ul li a:hover{ 
    background:#778899;
}
/*--- DROPDOWN ---*/
