﻿.HideText {display:none; }
.Main1CMSTreeMenuLink .HideText{display:none;}
.Main1CMSTreeMenuSelectedLink .HideText{display:none;}

/* WhoWeAre */
#WhoWeAre A
{
      display: block;
      background: url(../../Images/MainNav/WhoWeAreC.gif) 0 0 no-repeat;
      background-repeat:no-repeat;
      width:178px;
      height:31px;
      
}
#WhoWeAre A:hover {background-position: 0 -31px; }
/*#WhoWeAre A:active {background:url(../../Images/MainNav/WhoWeAre_on.gif) no-repeat 0 0;  color:Yellow;}*/
#WhoWeArePage #WhoWeAre A
{
      display: block;
      background-position: 0 -62px;
      width:178px;
      height:31px;
      margin-bottom:5px;
}
/* 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 -31px; }
#CenterLocationsPage #CenterLocations A
{
      display: block;
      background-position: 0 -62px;    
      width:178px;
      height:31px;
      margin-bottom:5px;
}


/*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 -31px; }
#PreventiveServicesPage #PreventiveServices A
{
      display: block;
      background-position:0 -62px;
      width:178px;
      height:31px;
      margin-bottom:5px;
}

/* 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 -31px; }
#WhattoExpectPage #WhattoExpect A
{
      display: block;
      background-position:0 -62px;
      width:178px;
      height:31px;
      margin-bottom:5px;
}


/* 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 -31px; }
#WhyPreventiveMedicinePage #WhyPreventiveMedicine A
{
      display: block;
      background-position:0 -62px;
      width:178px;
      height:31px;
      margin-bottom:5px;
}

/* Resources */
#Resources A
{
      display: block;
      background-image: url(../../Images/MainNav/ResourcesC.gif);
      width:178px;
      height:31px;
}
#Resources A:hover {background-position:0 -31px; }
#ResourcesPage #Resources A
{
      display: block;
      background-position:0 -62px;
      width:178px;
      height:31px;
      margin-bottom:5px;
}


/******************************************************/
/*              SubMenu Items                         */
/******************************************************/

.Main2CMSTreeMenuItem
{
    padding-left:25px; 
    padding-bottom:7px;
    font-size:10px;
}
.Main2CMSTreeMenuSelectedItem
{
    padding-left:25px;  
    padding-bottom:7px;
     font-size:10px;
}

.Main2CMSTreeMenuItem a
{
    color: #4995BA;
    text-decoration:none;
    font-weight:bold;
}
.Main2CMSTreeMenuItem a:hover
{
    color: #4995BA;
    text-decoration:underline;
    font-weight:bold;
}

.Main2CMSTreeMenuSelectedLink 
{
    color: #FB610B;
    text-decoration:none;
    font-weight:bold;
}

.Main2CMSTreeMenuItem .Main2CMSTreeMenuSelectedLink 
{
    color: #FB610B;
    text-decoration:none;
    font-weight:bold;
}


/******************************************************/
/*              SubSubMenu Items                         */
/******************************************************/

.Main3CMSTreeMenuItem
{
    padding-left:25px; 
    padding-bottom:6px;
    display:block;
    font-size:10px;
}
.Main3CMSTreeMenuSelectedItem
{
    padding-left:25px;  
    padding-bottom:6px;
    font-size:10px;
}

.Main3CMSTreeMenuItem a
{
    color: #FB610B;
    text-decoration:none;
    padding-left:10px;
    display:block;
  
}
.Main3CMSTreeMenuItem a:hover
{
    color: #FB610B;
    text-decoration:underline;
    
}
.Main3CMSTreeMenuSelectedItem a
{
    background: url(../../images/MainNav/SubArrow.gif) no-repeat  0 0;
    background-position:left 4px;
    color: #FB610B;
    text-decoration:none;
    padding-left:10px;
    display:block;
   
}