/* CSS Document */

#cssmenu
{
	margin:2px;
	width:154px;

}

#cssmenu ul, #cssmenu a
{
	color: #5f592e;
}


#cssmenu div.MenuItemTitle img
{
	border:0;
	right:145px;
	top:10px;
}

#cssmenu ul
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#cssmenu li
{
	list-style:none;
	
}

#cssmenu ul div.MenuItemTitle
{
	background-color: #b0bc99;
	border:0;
	height:1.5em;
	margin: 2px 0px 0px -12px;
	padding-left: 2.0em;
	padding-top:0.6em;
	padding-bottom:0.4em;


}
/* Added by Rainey to let the BG change when hovering*/
#cssmenu ul div.MenuItemTitle:hover, #cssmenu ul div.MenuItemTitle.parent:hover {
	background-color: #9ba982;
        color:#5f592e;
	cursor: pointer;

}
#cssmenu ul ul div.MenuItemTitle:hover {
	background-color:#818d6c;
	cursor: pointer;

           
}
/*--------------------*/

#cssmenu ul div.MenuItemTitle.parent
{
	background-color:#b0bc99;
}

#cssmenu ul ul
{
        
	display:none;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-variant:normal;
	font-weight:normal;

       
}

#cssmenu ul ul a
{
     color:#f1f5e8;
}

#cssmenu ul ul ul
{
     color:#ffffff;
}


#cssmenu ul ul div.MenuItemTitle
{
	background-color:#9ba982;
	border:1px solid #9ba982;
	padding-left: 1em;
        padding-top:0.7ex;
	padding-bottom:1.0ex;
	margin: 1px 0px;
	height:1em;

       
}



/************************************************************
* The following styles are internal to the menu's operation.  
* Don't modify unless you know what you're doing.  :)
************************************************************/

#cssmenu div.MenuItemTitle
{
	position:relative;
	cursor:hand;
}

#cssmenu div.MenuItemTitle img
{
	position:absolute;
}

/* make the anchor's size match the parent so that the clickable "hotspot" fills the "button"*/ 
#cssmenu a
{
	display:block;
	height:100%;
	width:100%;
	text-decoration:none;
}

body 
{
	behavior:url("../csshover.htc"); 
}
