/* CSS Document */

#cssmenu
{
	margin-top: 15px;
	width:260px;

}

#cssmenu ul, #cssmenu a
{
	color: #fff;
}


#cssmenu div.MenuItemTitle img
{
	border:0;
	right:257px;
	top:10px;
}

#cssmenu ul
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	margin:0;
	padding:0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f6f6eb;
}

#cssmenu li
{
	list-style:none;
	text-align:left;
}

#cssmenu ul div.MenuItemTitle
{
	border:0;
	height:0.5em;
	padding-left: 0.2em;
	padding-top:0.4em;
	padding-bottom:0.9em !important; padding-bottom:0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f6f6eb;
}
/* Added by Rainey to let the BG change when hovering*/
#cssmenu ul div.MenuItemTitle:hover, #cssmenu ul div.MenuItemTitle.parent:hover {
	background-color: #69695a;
	cursor: pointer;

}
#cssmenu ul ul div.MenuItemTitle:hover {
	background-color:#92927f;
	
	cursor: pointer;     
}
/*--------------------*/

#cssmenu ul div.MenuItemTitle.parent
{
	
}


#cssmenu ul ul
{ 
	display:none;
	font-family: Arial, Sans-Serif;
	font-size: 0.85em;
	font-variant:normal;
	font-weight:normal;   
}

#cssmenu ul ul a
{
     color:#f1f5e8;
}

#cssmenu ul ul ul
{
     color:#ffffff;
}


#cssmenu ul ul div.MenuItemTitle
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b1b193;
	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"); 
}
