

#categoryNav {list-style:none; padding-top:0px; margin-left: 0; padding-left: 0;}/*margin-left: 0; padding-left: 0; important to keep the IE and Mozilla margins the same*/

#categoryNav li {width:140px; height:23px; margin-bottom:1px;}
#categoryNav li a {display:block; line-height:23px; font-size:12px; color:#fff; text-decoration:none;text-indent:10px;width:140px; border-bottom: 0;}

#categoryNav li a:link,
#categoryNav li a:visited {background: url(../../Health/images/left-nav-back.gif) no-repeat 0px 0px; color:#fff;}

#categoryNav li a.active {background: url(../../Health/images/left-nav-back.gif) no-repeat -140px 0px; color:#fff;}

#categoryNav li a:focus,
#categoryNav li a:active,
#categoryNav li a:hover {background: url(../../Health/images/left-nav-back.gif) no-repeat -280px 0px; color:#fff;}




/*anylinkcss are sub menus*/
.anylinkcss{

position:absolute; 
visibility: hidden;
border-bottom-width: 0;
font:normal 12px Arial;
line-height: 18px;
z-index: 100;
/*background-color: #93A070;*/
width: 100px;
}

.anylinkcss a{
width: 100%;
position : relative; 
top : -5px; 
left : 115px;
display: block;
border-bottom: 1px solid white;
text-decoration: none;
text-indent: 5px;
color: white;
background-color: #1C5472;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #BBC6DC;
color: black;
}


