﻿#newmenu ul { /* remove bullets and list indents */
list-style: none;
padding-left:0;
margin-top:0;
padding-top:0;
}

/* style, color and size links and headings to suit */
#newmenu a{
text-decoration: none;
padding:3px;
display:block;
}
#newmenu ul
{
margin-top:0;
}

#newmenu a:hover {
 
color: #fff;
background-color: #006633;
}

#newmenu ul li ul li a:hover {
 
color: #fff;
background-color: #006633;
}

#newmenu ul li ul li:hover {
background-color: #006633;
}

/*Positioning the Popouts*/

#newmenu ul ul li:hover li a
{
color:#fff;

}
/*Hiding and Revealing using*/

#newmenu ul ul 
{
color:#000000;
z-index:5;
}
#newmenu ul ul a
{
color:#fff;
z-index:5;
}
#newmenu ul ul a:hover
{
color: #fff;
background-color: #006633;
z-index:5;

}

#newmenu ul ul li a
{
background-color: #006633;
color:#ffffff;
z-index:4;
}
#newmenu ul ul ul a
{
background-color: #006633;
z-index:4;
color:#ffffff;
}
#newmenu ul ul ul a:hover
{
background-color: #993300;
z-index:4;
color:#ffffff;
}


