/* CSS Document */


#cssmenu
{
	margin:2px;
	width:154px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#cssmenu ul, #cssmenu a
{
	color: white;
}


#cssmenu div.MenuItemTitle img
{
	border:0;
	right:5px;
	top:4px;
}

#cssmenu ul
{

	margin:0;
	padding:0;
}

#cssmenu li
{
	list-style:none;
	
}

#cssmenu ul div.MenuItemTitle
{
	background-color: #5F84B0;
	border: 1px solid #FFFFFF;
	height:1.5em;
	margin: 5px 0px;
	padding-left: 0.2em;
	padding-top:0.12em;
	padding-bottom:0.08em;
}
/* Added by Rainey to let the BG change when hovering*/
#cssmenu ul div.MenuItemTitle:hover, #cssmenu ul div.MenuItemTitle.parent:hover {
	background-color: #FF973F;
	cursor: pointer;
}

/*--------------------*/

#cssmenu ul div.MenuItemTitle.parent
{
	background-color:#5F84B0;
}


#cssmenu ul ul
{
	display:none;
	font-size: 11px;
	font-variant:normal;
	font-weight:normal;
}
/*************************************
* Begin Tier two
*************************************/
#cssmenu ul ul div.MenuItemTitle
{
	background-color:#4C6B8F;
	border:1px solid white;
	padding-left: 1em;
	padding-bottom:0.08em;
	margin: 3px 0px 1px;
	height:1.5em;
}
/* Added by Rainey for more control over the menu*/

#cssmenu ul ul div.MenuItemTitle, #cssmenu ul ul div.MenuItemTitle.parent
{
	background-color: #4C6B8F;
}
#cssmenu ul ul div.MenuItemTitle:hover, #cssmenu ul ul div.MenuItemTitle.parent:hover
{
	background-color: #648888;
	cursor: pointer;
}

/*--------------------*/
/*************************************
* Begin Tier three
*************************************/
#cssmenu ul ul ul div.MenuItemTitle
{
	background-color:#274568;
	padding-left: 1.8em;
	margin: 0px;
}
/* Added by Rainey for more control over the menu*/

#cssmenu ul ul ul div.MenuItemTitle, #cssmenu ul ul ul div.MenuItemTitle.parent
{
	background-color: #274568;
}
#cssmenu ul ul ul div.MenuItemTitle:hover, #cssmenu ul ul ul div.MenuItemTitle.parent:hover
{
	background-color: #376868;
	cursor: pointer;
}

/*--------------------*/


/************************************************************
* 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"); 
}
