/* CSS style sheet for menu */
/* Changed 23feb 2009 to green menu items and yellow hover */
/* *********************************  menu definitions using un-ordered list structure ****************************** */



#mainmenu {
clear:none;
float:left;
margin-left:0px;

/* width: */ 
/* margin-left:10%; /* set menu width */
/* background: #78B0F5; /* #ffffff; /* menu spline color */
list-style: none;
}

#mainmenu ul { /* remove bullets and list indents */
list-style: none;
margin-left: 0;
padding: 0;
text-decoration: none;

}
#mainmenu ul a:hover { /* remove bullets and list indents */
list-style:circle;


}

/* style,color and size links and headings to suit */
#mainmenu a,#mainmenu h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.2em; 
font-weight:bold;
margin: 0;
margin-bottom:2px; /* spacing between list items */
padding: 2px 3px;
clear:both;
}

#mainmenu h2 {
color: #4D3DFF;
background: #000;
text-transform: uppercase;
}

#mainmenu a {
color:#0066FF; /*:FFFF33;  text */
text-decoration:none;

}

#mainmenu a:hover { /* hover behaviour */
color:#FF3399; /* :#00FF33; /* Yellow hover :#0000FF; /*:#00FFFF; /* sky blue text */
text-decoration: underline;
list-style:disc;


}

#mainmenu li {    /* list item vertical spacing */
margin-top:0.6em;
margin-bottom:0.4em; /* changed from 0.6em */
}