﻿#newmenu {
width:100%;
} 

#newmenu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding:0;

}

/* style, color and size links and headings to suit */
#newmenu a{
display: block;
text-decoration: none;
padding:3px;
}


#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 li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#newmenu ul ul ul {
position: absolute;
top: 0;
left: 70%; /* to position them to the right of their containing block */
width:190px;
}

/*Hiding and Revealing using*/

div#newmenu ul ul ul,
div#newmenu ul ul li:hover ul ul
{display: none;}

div#newmenu ul ul li:hover ul,
div#newmenu ul ul ul li:hover ul
{display: block;}


.pcCatTier_1 
{
color:#000000;
z-index:5;
}
.pcCatTier_1 a
{
color:#000000;
z-index:5;
}
.pcCatTier_1 a:hover
{
color: #fff;
background-color: #006633;
z-index:5;

}

.pcCatTier_2 
{
background-color: #006633;
color:#ffffff;
z-index:4;
}
.pcCatTier_2 a
{
background-color: #006633;
z-index:4;
color:#ffffff;
}
.pcCatTier_2 a:hover
{
background-color: #993300;
z-index:4;
color:#ffffff;
}

