/* CSS Document */

/* HORIZONTAL DROP DOWN MENU */




#topmenu ul {
list-style: none;
margin: 0;
padding: 0;
}

#topmenu li {
float: left; /* this makes the first UL horizontal */
padding-right: 10px;
}

#topmenu .item1 { width: 120px; }
#topmenu .item2 { width: 120px; }
#topmenu .item3 { width: 120px; }


/*  COLOURING ETC */

#topmenu a {
text-decoration: none;
display: block;
}


#topmenu  h3 {
margin: 0;
}

#topmenu h3 a {
font-family: arial, helvetica, sans-serif;
font-size: 7pt;
text-transform: lowercase;
color: #906670;
}


#topmenu  h3 a:link {text-decoration: none; color: #906670;}
#topmenu  h3 a:visited {text-decoration: none; color: #906670;}
#topmenu  h3 a:active {text-decoration: none; color: #906670;}
#topmenu  h3 a:hover {text-decoration: none; color: #815870;}


