﻿.MenuLevel1
{
	margin-left:10px;
	margin-bottom:20px;
	position:relative;
	height:14px;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#009D9C;
	padding-left:22px;

	background-image:url(../../img/menuBullet.jpg);
	background-repeat:no-repeat;
	background-position:left 5px;
}

.MenuSelectedLevel1
{
	margin-left:10px;
	margin-bottom:20px;
	position:relative;
	height:14px;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#96CCCB;
	padding-left:22px;

	background-image:url(../../img/menuBullet.jpg);
	background-repeat:no-repeat;
	background-position:left 5px;
	text-decoration:none;
}

.MenuLevel1 a, .MenuLevel1 a:hover
{
	color:#96CCCB;
	text-decoration:none;
}
.MenuLevel1 a:visited
{
	color:#009D9C;
	text-decoration:none;
}

/**************** level2 ********/

.MenuLevel2
{
	margin-left:30px;
	margin-bottom:20px;
	position:relative;
	height:14px;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#009D9C;
	padding-left:15px;

	background-image:url(../../img/menuBullet3.jpg);
	background-repeat:no-repeat;
	background-position:left 5px;
	text-decoration:none;
}

.MenuSelectedLevel2{
	margin-left:30px;
	margin-bottom:20px;
	position:relative;
	height:14px;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color:#96CCCB;
	padding-left:15px;

	background-image:url(../../img/menuBullet3.jpg);
	background-repeat:no-repeat;
	background-position:left 5px;
	text-decoration:none;
}

.MenuLevel2 a, .MenuLevel2 a:hover
{
	color:#009D9C;
	text-decoration:none;
}
.MenuLevel2 a:visited
{
	color:#009D9C;
	text-decoration:none;
}

