
/*  defines the bullet used on unordered lists  */
/*  blue color: "#0D6CA6"  -  grey  color: "#808080" */

UL.ulb
{ 
  list-style-image:  url('../images/blue_arrow2.jpg');   
}

UL.ulb1
{ 
  list-style-image:  url('../images/blue_arrow1.jpg');   
}

UL.ulbdot1
{ 
  list-style-image:  url('../images/blue_dot1.jpg');   
}

UL.ulbTxtureddot1
{ 
  list-style-image:  url('../images/txturedBluedot1.jpg');   
}

UL.ulg
{ 
  list-style-image:  url('../images/cfbulletgrey.gif');   
}

UL.ulg1
{ 
  list-style-image:  url('../images/grey_arrow1.jpg');   
}

UL.ulgTxtureddot1
{ 
  list-style-image:  url('../images/txturedGreydot1.jpg');    
}

UL.ultTxtureddot1
{ 
  list-style-image:  url('../images/txturedTurqdot1.jpg');   
}