/* Default CSS Stylesheet for a new Web Application project */

.LeftLinksBg {
background-image:url(/Creative/Assets/Backgrounds/bg_LeftLeftNavbarLine1.gif);
background-position:bottom; 
background-repeat:no-repeat;
padding-top:9px;
padding-bottom:9px;

}
.SubLinksBg {
	background-image:url(/Creative/Assets/Backgrounds/bg_LeftLeftNavbarLine2.gif);
	background-repeat: repeat-y;
	padding-left:25px;
	padding-right:25px;
	padding-top:7px;
	padding-bottom:7px;
}


a.SubNavTextLink{
	font-family: Arial, Helvetica, sans-serif;
	margin-left:1px;
	font-size:16px;
	padding-left:20px;
	line-height:18px;
	color:#274DA2;
	text-decoration: none;
	float:left;
	background-image: url(/Creative/Assets/Icons/leftlinks_bullet_of.gif);
	background-repeat:no-repeat;
}

A.SubNavTextLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	margin-left:1px;
	font-size:16px;
	padding-left:20px;
	line-height:18px;
	color:#274DA2;
	text-decoration: none;
	float:left;
	background-image: url(/Creative/Assets/Icons/leftlinks_bullet_on.gif);
	background-repeat:no-repeat;
}

.CurrentlySelectedTopLevelMenuItem {
	font-family: Arial, Helvetica, sans-serif;
	margin-left:1px;
	font-size:16px;
	padding-left:20px;
	line-height:18px;
	color:#274DA2;
	text-decoration: none;
	float:left;
	background-image: url(/Creative/Assets/Icons/leftlinks_bullet_on.gif);
	background-repeat:no-repeat;
}

.CurrentlySelectedNestedMenuItemLevel1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	color:#274DA2;
	font-weight:bold;
	text-decoration: none;
}
	
.CurrentlySelectedNestedMenuItemLevel2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	color:#274DA2;
	padding-left:10px;
	font-weight:bold;
	text-decoration: none;
}

.CurrentlySelectedNestedMenuItemLevel3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	color:#274DA2;
	font-weight:bold;
	text-decoration: none;
	padding-left:20px;
}

.CurrentlyNonSelectedNestedMenuItem1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	color:#274DA2;
	text-decoration: none;
}
.CurrentlyNonSelectedNestedMenuItem2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	padding-left:10px;
	color:#274DA2;
	text-decoration: none;
}
.CurrentlyNonSelectedNestedMenuItem3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	padding-left:20px;
	color:#274DA2;
	text-decoration: none;
	
}
