﻿.SubMenuContainer
{
	z-index									: 1;
	position								: absolute;
	left										: 184px;
	top											: 0px;
	width										: 174px;
}

.SubMenuContainer a
{
	clear										: both;
	display									: block;
	color										: white;
}

.SubMenuItems {
	background-image				: url('../Images/subsubmenu_bg.png');
	width										: 174px;
	float										: left;
	min-height							: 177px;
}

a.SubSubMenuItem {
	font-family							: verdana;
	font-size								: 14px;
	color										: #6ea5d6;
	text-align							: left;
	padding-top							: 5px;
	padding-bottom					: 5px;
	padding-left						: 10px;
	text-decoration					: none;
}

a.SubSubMenuItem:hover {
	color										: #004e95;
}

a.SubSubSubMenuItem {
	font-family							: verdana;
	font-size								: 10px;
	color										: #6ea5d6;
	text-align							: left;
	line-height							: 15px;
	padding-left						: 5px;
	text-decoration					: none;
	margin-bottom						: 5px;
}

a.SubSubSubMenuItem:hover {
	color										: #004e95;
}

.ChildHolder
{
/*	border									:	1px solid yellow; */
}

.ChildHolder
{
	margin-left							: 10px;
}

.ChildSeperator
{
	color										: white;
	border									: white;
}

.Clear
{
	clear										: both;
	display									: none;
	float										: none;
}

/* *********** DropDownMenu ************** */

#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		font-weight:bold;
	}

	#jsddm li a
	{
		text-decoration: none;
		width : 75px;
		color: #000000;
		white-space: nowrap;
		height: 20x;
		color : white;
	}
	#jsddm li a.Selected
	{
		color : #f0193c;
	}
	#jsddm li a.Empty
	{
		height:20px;
	}
	#jsddm li a.Empty:hover
	{
		background: #20548E;
	}

	#jsddm li a:hover
	{
		color : #ffffff;
	}

		#jsddm li ul
		{
			margin: 0;
			padding: 0;
			position: absolute;
			z-index: 100;
			visibility: hidden;
		}

		#jsddm li ul li
		{
			float: none;
		}
		
		#jsddm li ul li a
		{
			background-image				: url('../Images/DropDownBG.png');
			background-repeat				: no-repeat;
			height									: 20px;
			color										: #585858;
			font-family							: calibri;
			font-size								: 12px;
			width										: 120px;
			font-weight							: bold;
			padding-left						: 4px;
			line-height							: 20px;
			margin-top							: 2px;
			display									: block;
		}
		
		#jsddm li ul li a:link
		{
			background-image				: url('../Images/DropDownBG.png');
			background-repeat				: no-repeat;
			height									: 20px;
			color										: #585858;
			font-family							: calibri;
			font-size								: 12px;
			width										: 120px;
			font-weight							: bold;
			padding-left						: 4px;
			line-height							: 20px;
			margin-top							: 2px;
			display									: block;
		}

		#jsddm li ul li a:hover
		{
			background-image				: url('../Images/DropDownBGOver.png');
			background-repeat				: no-repeat;
			height									: 20px;
			color										: #f0193c;
			font-family							: calibri;
			font-size								: 12px;
			width										: 120px;
			font-weight							: bold;
			line-height							: 20px;
			margin-top							: 2px;
			display									: block;
		}
