/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */
/*--------hover colors-----------*/
#menu .home, #menu .home ul {
background-color:#9c0;
width:152px;
}

#menu .home a:hover {
background-color:#b7db4c;
}

#menu .whatyoucando, #menu .whatyoucando ul {
background-color:#dc241f;
width:122px;
}
#menu .whatyoucando a:hover {
background-color:#f66;
}

#menu .whatwedo, #menu .whatwedo ul {
background-color:#39c;
width:122px;
}

#menu .whatwedo ul ul ul {
width:150px;
}

#menu .whatwedo a:hover {
background-color:#70b7db;
}

#menu .aboutus, #menu .aboutus ul {
background-color:#c36;
width:103px;
}

#menu .aboutus a:hover {
background-color:#db7094;
}

#menu .latestnews, #menu .latestnews ul {
background-color:#669;
width:103px;
}

#menu .latestnews a:hover {
background-color:#99c;
}

#menu .contactus, #menu .contactus ul {
background-color:#066;
width:100px;
}

#menu .contactus a:hover {
background-color:#699;
}

#menu .donateonline, #menu .donateonline ul {
background-color:#8c0f05;
width:103px;
}

#menu .donateonline a:hover {
background-color:#ae5750;
}

#menu .shoponline, #menu .shoponline ul {
background-color:#6d6763;
width:107px;
}

#menu .shoponline a:hover {
background-color:#9c0;
}



/*--------end hover colors-----------*/

/* Begin CSS Popout Menu */

#menu{
width:100%;
float:left;
font-family:Arial, Helvetica, verdana, sans-serif, "Lucida Grande";
font-size:15px;
/*new*/
text-align:left;
}

#menu a, #menu #maintext{
	/*font:bold 11px/16px arial,helvetica,sans-serif;*/
display:block;
	/*border-bottom:1px solid #fff;*/

/*new*/
text-align:center;
	/*border-width:1px;
border-style:solid;

white-space:nowrap;
padding:1px 0 1px 3px;*/
margin:0;
	padding: 4px 2px 4px 10px;
	border-bottom:solid 1px #9c0;
	border-top:solid 1px #9c0;
	border-right:solid 0px #9c0;
	border-left:solid 1px #9c0;
	background-color: #FFFFFF;
}

#menu #maintext{
color:#b7db4c;
font-weight:bold;
}

#menu a{
text-decoration:none;
}

#menu a, #menu a:visited{
color:#fff;
}

#menu a:hover{
color:#fff;
}

#menu a:active{
color:#fff;

}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
/*width:9em;*/
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu #maintext:hover{
background:#9c0;
color:#FFFFFF;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#000;
/*background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;*/
}

#menu a.x:hover{
color:#a00;
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout Menu */

/*top bar*/

.home #maintext:hover{
background-color:#9c0;
}

.aboutus #maintext:hover {
background-color:#c36;
}

.whatyoucando #maintext:hover {
background-color:#dc241f;
}

.whatwedo #maintext:hover {
background-color:#39c;
}

.contactus #maintext:hover {
background-color:#066;
}

.donateonline #maintext:hover {
background-color:#8c0f05;
}

.shoponline #maintext:hover {
background-color:#6d6763;
}


#menu_unwrapped{
background-color:#FFFFFF;
BORDER-BOTTOM: #9c0 1px solid;  
}

#top_cart	{
padding-right: 5px;
font-size:14px;
font-weight:bold;
font-family:Arial, Helvetica, verdana, sans-serif, "Lucida Grande";
background-color:#FFFFFF;
BORDER-BOTTOM: #9c0 1px solid; 
}