/*   ------ ######################### ------   */
/*   ------ Menu Layout and Function  ------   */
/*   ------ ######################### ------   */

#Tertiary .Menu .MenuList,
#Tertiary .Menu .MenuList ul
	{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	}

#Tertiary .Menu .MenuList li
	{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	}

/*   ------ ######################### ------   */
/*   ------ Menu Look                 ------   */
/*   ------ ######################### ------   */

#Tertiary .Menu
	{
	float: left;
	margin: -10px 0px 0px 0px;
	border: none;
	padding: 0px 0px 20px 0px;
	}

#Tertiary .Menu .MenuList
	{
	float: left;
	width: 185px;
	border-bottom: dotted 1px #B4B4B4;
	padding: 10px 0px 10px 0px;
	font-family: Arial Narrow, Trebuchet MS, Helvetica, sans-serif;
	}

#Tertiary .Menu .MenuList li
	{
	line-height: 25px;
	padding: 4px 0px;
	background-image: none;
	font-size: 25px;
	text-align: right;
	}

#Tertiary .Menu .MenuList li li
	{
	line-height: 16px;
	padding: 2px 0px;
	font-size: 16px;
	}

#Tertiary .Menu .MenuList li ul
	{
	width: 185px;
	}

#Tertiary .Menu .MenuList a,
#Tertiary .Menu .MenuList a:link,
#Tertiary .Menu .MenuList a:visited
	{
	color: #B4B4B4  !important;
	}
#Tertiary .Menu .MenuList a:hover
	{
	color: #C00  !important;
	}
.WW #Tertiary .Menu .MenuList a:hover
	{
	color: #BCD032  !important;
	}

#Tertiary .Menu .MenuList li a
	{
	border: none;
	text-decoration: none;
	}

/* Change submenu arrow color on hover */
#Tertiary .Menu .MenuList li>ul
	{
	background-image: url(../Images/ic_SubMenuArrow.gif);
	background-repeat: no-repeat;
	background-position: 97% 6px;
	}
#Tertiary .Menu .MenuList li:hover>ul
	{
	background-image: url(../Images/ic_SubMenuArrow.gif);
	background-repeat: no-repeat;
	background-position: 97% -105px;
	}

/* Look for the current menus and submenus */
#Tertiary .Menu .MenuList a.Current,
#Tertiary .Menu .MenuList a.Current:link,
#Tertiary .Menu .MenuList a.Current:visited,
#Tertiary .Menu .MenuList a.Current:hover
	{
	color: #000 !important;
	font-weight: normal;
	cursor: default;
	}

/* Look of the disabled menus and submenus */
#Tertiary .Menu .MenuList a.Disabled,
#Tertiary .Menu .MenuList a.Disabled:link,
#Tertiary .Menu .MenuList a.Disabled:visited,
#Tertiary .Menu .MenuList a.Disabled:hover
	{
	color: #CCC !important;
	cursor: default;
	}
