
#navcontainer ul ul #current {
	background: #009933 url(../../images/li-bg-hover.gif) repeat-x 0 0;

}


#navcontainer ul ul a{
color: #FFFFFF;
background: #242424 url(../../images/li-bg.gif) repeat-x 0 0;

}

#navcontainer ul ul a:hover {
color: #FFFFFF;
background: #FFCC66;

}

#navcontainer ul ul a:active {
	background: #009933 url(../../images/li-bg-hover.gif) repeat-x 0 0;
color: #FFFFFF;


}
#navcontainer ul ul li a.active {
	background: #232323 url(../../images/li-bg-hover.gif) repeat-x 0 0;
color: #009933;

}