﻿/* Toplevel images item styles ------------------------------------ */
.menuStatic
{
	width:618px;
	float:right;
}

.ImageItem
{
	cursor: pointer;
}

.ImageItemHover
{
	cursor: pointer;
}

.ImageItemExpanded
{
	cursor: pointer;
}


/* Default item styles ------------------------------------ */
/*Note the main menu item white bottom border had to be accomplished with the height and background color to look the same in IE and FF. Using a border would cause height differences that are then noticable with dropdown menu alignment.*/
.ItemStatic
{
	color:White;
	font-weight:bold;
	padding-left:25px;
	padding-right:25px;
	vertical-align:middle;
	line-height:29px;
}

.ItemHoverStatic
{
	cursor:pointer;
	color:#99cc67;
	font-weight:bold;
	padding-left:25px;
	padding-right:25px;
	vertical-align:middle;
	line-height:29px;
}


.Item
{
	text-align:left;
	color:#253692;
	background-color:#99cc67;
	font-weight:bold;
	padding-bottom:7px;
}

.ItemHover, .ItemExpanded
{
	text-align:left;
	color:White;
	background-color:#99cc67;
	font-weight:bold;
	padding-bottom:7px;
	cursor:pointer;
}


/* Child selected item styles ------------------------------------ */
.ChildItem
{
	text-align:left;
	color:#253692;
	background-color:#99cc67;
	font-weight:bold;
	padding:3px;
}

.ChildItemHover, .ChildItemExpanded
{
	text-align:left;
	color:White;
	background-color:#99cc67;
	font-weight:bold;
	padding:3px;
	cursor:pointer;
}

