A {text-decoration: none}
A:link {color: #000099}
A:visited {color: #000099}
A:active {color: #000099}
A:hover {color: #CC0000}


/********************** TOP HORIZONTAL MENU ***********************/
.topmenu{
    text-decoration:none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    color: #000000;
}
.topmenu A{
    text-decoration:none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    color: #000000;
}
.topmenu A:link{
    text-decoration:none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    color: #000000;
}
.topmenu A:active{
    text-decoration:none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    color: #000000;
}
.topmenu A:visited{
    text-decoration:none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    color: #000000;
}
.topmenu A:hover{
    text-decoration:none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    color: #FF0000;
}

/*********** TOP LEFT MENU ***************************/
/*Top left menu table (Payroll, Human Resources etc)*/
.topleftmenu_header{
    background-image: url('images/lblend_gry2blu.jpg');
}
.topleftmenu_footer{
    background-image: url('images/blend_gry_w_gry.jpg');
}
/*this is the main image on the page (not really 'left'menu but in the topleftmenu table)*/
.topleftmenu_main{
    padding: 0px;
}
.topleftmenu_item{
    width: 210px;
    padding-left: 15px; /*indent the menu items*/
    background-image: url('images/blend19px_gry2w2gry.jpg');
}
.topleftmenu_selecteditem{
    width: 210px;
    padding-left: 15px; /*indent the menu items*/
    background-color: #6699CC;
}
.topleftmenu{
    text-decoration:none;
    font-family:Verdana;
    font-size:9px;
    font-weight:bold;
    color: #000099;
    border-collapse:collapse;/*removes borders on IE (hack to hide borders on IE)*/
}
.topleftmenu td {
    valign-align:center;
}
.topleftmenu a{
    text-decoration:none;
    font-family:"Arial Narrow", san-serif;
    font-size:12px;
    font-weight:bold;
    color: #000099;
}
.topleftmenu A:link{
    text-decoration:none;
    font-family:"Arial Narrow", san-serif;
    font-size:12px;
    font-weight:bold;
    color: #000099;
}
.topleftmenu A:active{
    text-decoration:none;
    font-family:"Arial Narrow", san-serif;
    font-size:12px;
    font-weight:bold;
    color: #000099;
}
.topleftmenu A:visited{
    text-decoration:none;
    font-family:"Arial Narrow", san-serif;
    font-size:12px;
    font-weight:bold;
    color: #000099;
}
.topleftmenu A:hover{
    text-decoration:none;
    font-family:"Arial Narrow", san-serif;
    font-size:12px;
    font-weight:bold;
    color: #FFFFFF;
}
.footerNav {
    text-align: center;
    color: #FFFFFF;
    background-color: #000000;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

.footerNav A{  
    color: #FFFFFF;
}

.footerNav A:hover{
    color: #CC0000;
}


