/* This is the default style for the menu. This relates to the top level of the menu.*/
.MenuClass
{
	cursor: pointer;
	font-size: 9px;
	font-family: verdana;
	background-color: #3C7192;
	text-transform: normal;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: -1px;
	margin-right: -1px;
	margin-top: -1px;
	margin-bottom: -1px;
	letter-spacing: 1px;
	border-bottom: 0px #ffffff solid;
}


/* This is the default style for the menu. This relates to the top level of the menu.*/
.TopItemClass
{
	/*
	background-image:url(/button.gif);
	width:134px;
	*/
	/*font-weight:bold;*/
	/*font-variant: small-caps;*/
	background-color: #3C7192;
	color: #ffffff;
	padding-right:15px;
	padding-left:15px;
	letter-spacing: 2px;
	text-transform: normal;
	border-bottom: 0px #CEC9B5 solid;
	height: 25px;
	padding-top: 2px;
	font-size: 9px;
	font-family: verdana;
	letter-spacing: 1px;
}

/* This is the style for the hover on the top level of the menu.*/
.TopHover
{
	background-color: #E1ECF2;
	color: #3C7192;
	padding-right:15px;
	padding-left:15px;
	padding-top: 2px;
	letter-spacing: 1px;
	border-bottom: 0px #CEC9B5 solid;
	text-transform: normal;
	font-size: 9px;
	font-family: verdana;
	height: 25px;
}

/* This is the style for the selected item on the top level of the menu.*/
.TopSelectedClass
{
	background-color: #3C7192;
	color: #ffffff;
	padding-right:15px;
	padding-left:15px;
	padding-top: 2px;
	letter-spacing: 1px;
	border-bottom: 0px #CEC9B5 solid;
	text-transform: normal;
	font-size: 9px;
	font-family: verdana;
	height: 25px;
}

/* This is the style for the current selected item.*/
.ItemSelectedClass
{
	background-color: #173C53;
	color: #ffffff;
	padding-right:15px;
	padding-left:15px;
	padding-top: 2px;
	letter-spacing: 1px;
	border-bottom: 0px #CEC9B5 solid;
	text-transform: normal;
	font-size: 9px;
	font-family: verdana;
	height: 25px;
}

/* This is the default style for the menu sub item. You need to reset the font size etc as it does not inherit from the main class.*/
.SubItemClass
{
	cursor: pointer;
	background-color: #E1ECF2;
	color: #3C7192;
	font-size: 9px;
	height: 15px;
	letter-spacing: 1px;
	line-height: 15px;
	text-transform: normal;
	font-family: verdana;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* This is the style for the hover on the lower levels of the menu.*/
.SubHoverClass
{
	background-color: #B3C6D0;
	color: #ffffff;
	padding-left: 0px;
	text-transform: normal;
	font-size: 9px;
	font-family: verdana;
	letter-spacing: 1px;
}

/* This is the style for the separators on the lower levels of the menu.*/
.SeparatorClass
{
	background-color: #CCDDE3;
	padding: 2px;
	height: 1px;
}

/* This is the style for the disabled items on the menu.*/
.DisabledClass
{
	cursor: default;
	background-color: #293939;
	color: #ffffff;
}

/* This is the style for the navigation bar below the menu.*/
.NavigationBarClass
{
	position:absolute;
	left:22px;
	top:184px;
	color: #8A857C;
	font-size: 8px;
	font-weight:none;
}


