
.Menu
{
	width:487px;
	overflow:hidden;
	/*margin-left:176px;/* make space for background image*/
	cursor:pointer;
	
}
/* Default item styles ------------------------------------ */ 
.DefaultGroup
{ 
	cursor:pointer; 
	background-color:Black;
}

/* Child Item Stylse */
.ChildItem
{
	cursor:pointer;
	font-family:Futura,Tw Cen MT,Arial;
	font-size:14px;
	font-weight:normal;
	color:#780000;
	font-weight:bold;
	text-decoration:none;
	background-image:url(images/subback.jpg);
	background-repeat:repeat-x;
	text-align:left;
	/**/
	padding-left:20px;
	padding-right:5px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
}

.ChildItemHover,.ChildItemExpanded
{
	cursor:pointer;
	font-family:Futura,Tw Cen MT,Arial;
	font-size:14px;
	font-weight:normal;
	color:White;
	font-weight:bold;
	text-decoration:none;
	background-image:url(images/subback.jpg);
	background-repeat:repeat-x;
	text-align:left;
	/**/
	padding-left:20px;
	padding-right:5px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
}

/*------------ Left Nav Links ---------------*/

#divLeftNav a, #divLeftNav li a
{
	color:#780000;
	text-decoration:none;
	display:block;
	padding-left:9px;
}

#divLeftNav a:hover
{
	background-image:url(images/arrow.jpg);	
	background-repeat:no-repeat;
	background-position:0px 3px;
}

#divLeftNav li a:hover
{
	background-position:0px 8px;
}

#divLeftNav
{
	font-weight:bold;
	line-height:12px;
}

#divLeftNav div
{
	height:1px;
	width:83px;
	font-size:0px;
	background-color:#EDD6B8;
	margin-left:9px;
	margin-top:5px;
	margin-bottom:3px;
}

#divLeftNav ul,#divLeftNav li
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#divLeftNav li a
{
	font-weight:normal;
	display:block;
	padding-top:4px;
	font-size:13px;
	line-height:11px;
	letter-spacing:0px;
}