

/* Category menu styles */

.cmL2_1_0
{
font-size: 14px;
	text-align:left;

    height: 27px;
    background: url(resources/PEO/images/CatMenuBgInActive.gif);
    border-bottom: 0px solid #fff;
    color: #ffffff;
	padding-left:9px;}

.cmL2_1_0_over
{
  font-size: 14px;
  text-align:left;
  font-weight:regular;

    height: 27px;
    border-bottom: 0px solid #fff;
    color: #ffffff;
	padding-left:9px;
background-image:url(resources/PEO/images/CatMenuBgActive.gif);
cursor: pointer;
cursor:hand;}

.cmL2_1_0_sel
{
}

.cmL2_1_0_selNoChildren
{
  font-size: 14px;
  text-align:left;
  font-weight:regular;
    
    height: 27px;
    border-bottom: 0px solid #fff;
   color: #ffffff;
	padding-left:9px;
	
	background-image:url(resources/PEO/images/CatMenuBgActive.gif);
cursor: pointer;
cursor:hand;}

.cmL2_1_0_selHasChildren
{
}



/* End category menu styles */

