

a:link, a:visited {
    text-decoration: none;
}

a:hover {
	color: #cccccc;	text-decoration: none;  /* deep blue */	
}

#leftsidebar {
  float: left;
  padding-left: 10px;
  width: 200px;
  font: 11px Arial, Verdana,Tahoma,sans-serif;
  
}

ul
{
margin: 0;
padding: 0;
list-style: none;
list-style-type:none;
}

ul.catmenu li {
  font: 11px Arial, Verdana,Tahoma,sans-serif;
  list-style:none;
  background: url(/Portals/0/images/hr_leftnav.png) bottom left no-repeat;
  padding: 8px 15px;  
  font-weight: bold;
}

ul.catmenu li a, ul.catmenu li a:visited {  
  color: #888888;  
}

ul.catmenu li.selected a,ul.catmenu li.selected a:visited {
  color: #cccccc;
}
ul.catmenu li a:hover {
  color: #cccccc;
  
}
ul.catmenu li a:hover span.arrow {
  color: #cccccc;
	font-weight:bold;
}
/* selected menu items */
ul.catmenu li ul li.selected span.arrow {
  color: #cccccc;
	font-weight:bold;
}
ul.catmenu li ul li.selected, ul.catmenu li ul li.selected a {
  color: #0b4186;
}
ul.catmenu li.selected span.arrow {
  color: #cccccc;
	font-weight:bold;	
}
ul.catmenu li.selected {
  color: #0b4186;
}

/* used in the Packages and Pricing pages - under Product and Support */
.help-deciding-bg{width:496px; height:58px; margin: 0px auto -1px auto;  background: url(/Portals/0/images/help-deciding.png) top left no-repeat; background-repeat:no-repeat;}
.coins{background: url(/Portals/0/images/aco_coins.png) top left no-repeat; background-repeat:no-repeat;}
.support-packages-bg{width:400px; height:580px; margin: 0px auto -1px auto;  background: url(/Portals/0/images/support-packages-bg.png) top left no-repeat; background-repeat:no-repeat;}
