﻿a.MenuLevel0_Item, a:link.MenuLevel0_Item, a:visited.MenuLevel0_Item
{
	background-color: #003d79;
	font-family: Arial;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
    padding-bottom: 5px;
	line-height: 15px;
    display: block;
	margin: 0;
	padding-left: 15px;
	text-transform: capitalize;
}

a:hover.MenuLevel0_Item, a:visited.MenuLevel0_ItemSelected, a:link.MenuLevel0_ItemSelected, a:active.MenuLevel0_Item
{
	background-color: #006bb6;
	line-height: 15px;
	padding-left: 15px;
    display: block;
    padding-bottom: 5px;
    margin: 0;
	color: #ffffff;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: none;
}

a.MenuLevel1_Item, a:link.MenuLevel1_Item, a:visited.MenuLevel1_Item, a:active.MenuLevel1_Item
{
	background: url(images/dot.png) no-repeat 25px 10px #006BB6;
	text-indent: 25px;
	font-family: Arial;
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 12px;
	display: block;
	text-decoration: none;
	color: #ffffff;
}

a:link.MenuLevel1_ItemSelected, a:visited.MenuLevel1_ItemSelected, a:hover.MenuLevel1_Item
{
	background: url(images/dot.png) no-repeat 25px 10px #006BB6;
	text-indent: 25px;
	font-size: 14px;
	line-height: 12px;
	padding-bottom: 5px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-family: Arial;
}

a.MenuLevel2_Item, a.MenuLevel2_Item:link, a.MenuLevel2_Item:visited, a.MenuLevel2_Item:active
{
	background: url(images/dot.png) no-repeat 40px 10px #006BB6;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	padding-bottom: 5px;
	line-height: 12px;
    display: block;
    margin: 0;
	text-indent: 40px;
	text-transform: capitalize;
	display: block;
}

a:hover.MenuLevel2_Item, a:link.MenuLevel2_ItemSelected, a:visited.MenuLevel2_ItemSelected
{
	font-family: Arial;
	background: url(images/dot.png) no-repeat 40px 10px #006BB6;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	text-indent: 40px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 12px;
	display: block;
	text-decoration: none;
}