﻿.HideText {display:none;}

/* WhoWeAre */
#WhoWeAre A
{
      display: block;
      background: url(../../Images/MainNav/WhoWeAreC.gif) 0 0 no-repeat;
      width:178px;
      height:31px;
}
#WhoWeAre A:hover {background-position: 0 -93px; }

/* CenterLocations */
#CenterLocations A
{
      display: block;
      background: url(../../Images/MainNav/CenterLocationsC.gif) 0 0 no-repeat;
      width:178px;
      height:31px;
}
#CenterLocations A:hover {background-position:0 -93px;}


/*PreventiveServices*/
#PreventiveServices A
{
      display: block;
      background: url(../../Images/MainNav/PreventiveServicesC.gif) 0 0 no-repeat;
      width:178px;
      height:31px;
}
#PreventiveServices A:hover {background-position:0 -93px; }


/* WhatToExpect */
#WhattoExpect A
{
      display: block;
      background: url(../../Images/MainNav/WhatToExpectC.gif) 0 0 no-repeat;
      width:178px;
      height:31px;
}
#WhattoExpect A:hover {background-position:0 -93px;}


/* WhyPreventiveMedicine */
#WhyPreventiveMedicine A
{
      display: block;
      background: url(../../Images/MainNav/WhyPreventiveMedicineC.gif) 0 0 no-repeat;
      width:178px;
      height:31px;
}
#WhyPreventiveMedicine A:hover {background-position:0 -93px;}

/* Resources */
#Resources A
{
      display: block;
      background: url(../../Images/MainNav/ResourcesC.gif) 0 0 no-repeat;
      width:178px;
      height:31px;
}
#Resources A:hover {background-position:0 -93px;}



/******************************************************/
/*              SubMenu Items                         */
/******************************************************/

.Main2CMSTreeMenuItem
{
    padding-left:25px; 
    padding-bottom:10px;
}
.Main2CMSTreeMenuSelectedItem
{
    padding-left:25px;  
    padding-bottom:10px;
}

.Main2CMSTreeMenuItem a
{
    color: #4995BA;
    text-decoration:none;
    font-weight:bold;
}
.Main2CMSTreeMenuItem a:hover
{
    color: #4995BA;
    text-decoration:underline;
    font-weight:bold;
}
.Main2CMSTreeMenuSelectedItem a
{
    color: #FB610B;
    text-decoration:none;
    font-weight:bold;
}

/******************************************************/
/*              SubSubMenu Items                         */
/******************************************************/

.Main3CMSTreeMenuItem
{
    padding-left:25px; 
    padding-bottom:10px;
}
.Main3CMSTreeMenuSelectedItem
{
    padding-left:25px;  
    padding-bottom:10px;
}

.Main3CMSTreeMenuItem a
{
    color: #FB610B;
    text-decoration:none;
    font-weight:bold;
}
.Main3CMSTreeMenuItem a:hover
{
    color: #FB610B;
    text-decoration:underline;
    
}
.Main3CMSTreeMenuSelectedItem a
{
    background: url(images/MainNav/SubArrow.gif) no-repeat 0 0;
    color: #FB610B;
    text-decoration:none;
    font-weight:bold;
}