/* CSS Document */



.leftMenu{
width:210px;
float:left;
margin-top:0px;
margin-right:0px;
margin-bottom:-8px;
padding: 0px;
text-align:center;
position:relative;
/*border:#000066 1px solid;*/
}



.menuBox_Top{
float:left;
clear:both;
width:204px;
margin-top:2px;
margin-left:0px;
margin-right:0px;
margin-bottom:-1px;
padding:0px;
height:20px;
background-image:url(/content/main/hcpp/Images/HCP_MenuTop.gif);
background-repeat:no-repeat;
position:relative;
/*border:#0000FF 1px solid;*/


}

.menuBox_Bottom{
float:left;
width:204px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:5px;
padding-bottom:0px;
height:19px;
background-image:url(/content/main/hcpp/Images/HCP_MenuBottom.gif);
background-repeat:no-repeat;
position:relative;
/*border:#0000FF 1px solid;*/
}

.menuBox_Content{
float:left;
position:relative;
width:205px;
background-image:url(/content/main/hcpp/Images/HCP_MenuBackground.gif);
background-repeat:repeat-y;
margin-top:-4px;
margin-bottom:0px;
padding-bottom:2px;
padding-top:3px;

}

 .menuBoxLinks
{
margin-top:-16px;
margin-bottom:0px;

}
 .menuBoxLinks ul
{
/*list-style:square;*/
list-style:none;
margin-left:-23px;
margin-bottom:0px;
}

.menuBoxLinks li {
padding-right:5px;
margin-left:2px;
text-align:left;
 }

.menuBoxLinks ul a:link{
	color: #6633CC;
text-align:left;
font-weight:bold;
text-decoration:none;
}
 
.menuBoxLinks ul a:visited{
	color:#6633CC;
	font-weight:bold;
	text-decoration:none;
}
 
 .menuBoxLinks ul a:hover{
	color:#0000FF;
	text-decoration:underline;
}
 
