/* Created by Joanna Candler of Jo Can Do
http://www.jocando.co.uk
Date:  15 July 2009 */

#mainNav ul {
margin:0;
padding:0;
list-style-type:none;
padding-left: 15px;
}

#mainNav li{
font-family:Verdana, sans-serif;
font-weight:bold;
font-size: 12px;
padding-bottom: 5px;
}

#mainNav a:link, #mainNav a:visited {
display: block;
width: 180px;
height: 25px;
line-height: 25px;
color: #fff;
text-decoration: none;
text-indent: 12px;
}

#mainNav a.blue {
background: url(images/blue-button.gif) no-repeat top left;
}

#mainNav a.orange {
background: url(images/button-orange.gif) no-repeat top left;
}

#mainNav a.lilac{
background: url(images/button-lilac.gif) no-repeat top left;
}

#mainNav a.pink{
background: url(images/button-pink.gif) no-repeat top left;
}

#mainNav a.pink:hover {
background: url(images/button-pink.gif) no-repeat top right;
}
#mainNav a.blue:hover, #mainNav a.pink:hover, #mainNav a.lilac:hover, #mainNav a.orange:hover {
background-position: top right;
}

#mainNav a.blue:hover {
color: #3366cc;
}

#mainNav a.pink:hover {
color: #fa3177;
}
#mainNav a.orange:hover {
color:#FF8000;
}
#mainNav a.lilac:hover {
color: #8a15ff;
}

#mainNav span.reg{
background: url(images/reg.gif) no-repeat top right;
padding-right: 10px;
}

#mainNav a:hover span.reg{
background: url(images/reg2.gif) no-repeat top right;
padding-right: 10px;
} 
