
/* Default item styles ------------------------------------ */ 
.DynamicMenu
{ 
	cursor:pointer; 

}

#divLeftMenuContainer
{
	padding-top:16px;
	padding-left:27px;
	padding-right:50px;
	padding-bottom:50px;
}

.StaticMenu
{ 
	padding:0px;
	margin:0px;
	cursor:pointer; 
	display:inline;
}

/* Top level text item styles ------------------------------------ */ 
.Item,.ChildItem
{
	cursor:pointer;
	font-family:Arial;
	font-size:9pt;
	font-weight:normal;
	color:#718934;
	text-decoration:none;
	background-color:#D7E4B2;
	text-align:left;
	background-image:url(images/menuLseperator.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.ItemHover,.ItemExpanded,.ChildItemHover,.ChildItemExpanded
{
	cursor:pointer;
	font-family:Arial;
	font-size:9pt;
	font-weight:normal;
	color:White;
	text-decoration:none;
	background-color:#718934;
	text-align:left;
	background-image:url(images/menuLseperator.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}


/*Static Menu Item Styles*/
.ItemStatic,.ItemStaticHome
{
	height:38px; /*Total:41 = 38+3pad*/
	padding-top:3px;
	cursor:pointer;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color:#718934;
	text-decoration:none;
	background-color:Transparent;
	text-align:center;
	text-transform:uppercase;
}

.ItemHoverStatic,.ItemHoverStaticHome
{
	height:38px; /*Total:41 = 38+3pad*/
	padding-top:3px;
	cursor:pointer;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color:White;
	text-decoration:none;
	background-color:#718934;
	text-align:center;
	text-transform:uppercase;
}

.ItemStaticHome
{
	background-image:url(images/menuHArrow.gif);
	background-repeat:no-repeat;
	background-position:left 16px;
}
.ItemHoverStaticHome
{
	background-image:url(images/menuHArrow_hover.gif);
	background-repeat:no-repeat;
	background-position:left 16px;
}

.DividerItemStatic
{
		background-color:#D7E4B2;
		width:5px;
		height:41px;
		background-image:url(images/dividerStatic.gif);
		background-repeat:no-repeat;
		background-position:center;
}
