﻿.PrimaryLink
{
    font-size: 9pt;
    color: #FFFFFF;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold;
    cursor: hand;
}
a.PrimaryLink:hover
{
    color: #ff0000;
    cursor: hand;
}
a.PrimaryLink:active
{
    color: #f50f00;
}

.SubLink
{
    font-size: 8pt;
    color: #ffffff;
    font-family: Verdana;
    text-decoration: none;
   
}
a.SubLink:hover
{
    color: #f50f00;
}
a.SubLink:active
{
    color: #f50f00;
}


.SubMenuDiv
{
    border-top: #ffffff 1px solid;
    margin-top: 4px;
    padding-top: 3px;
}




.LinkDiv
{
    padding-bottom: 5px;
}
.containerDiv
{
    width: 596px; 
    height: 26px; 
    background-position: left top; 
    background-image: url(../images/headerFadeMiddle.jpg); 
    background-repeat: repeat-x;
}
.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}

