﻿.topLinks
{
	float: right;
	margin: 22px 0 0 240px;
}

.topLinks li
{
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}

.topLinks li a
{
	color: #000;
	font-size: 1.09em;
}

.AspNet-Menu-Horizontal
{
	float: left;
	width: 760px;
	height: 22px;
	background: url(/images/backgrounds/bg_topnavbar.png) left top repeat-x;
	margin: 13px 0 0 0;
}

.AspNet-Menu-Horizontal ul
{
	margin: 5px 0 0 5px;
	float: left;
	z-index: 20;
}

.AspNet-Menu-Horizontal li
{
    text-align:center;
	float: left;
	list-style: none;
	display: inline;
	font-size: 1.09em;
	padding: 3px 14px 5px 14px;
	height: 18px;
	background: url(/images/backgrounds/bg_menu_item.png) right 0 no-repeat;
}

.AspNet-Menu-Horizontal li.first
{
	background: none;
}

.AspNet-Menu-Horizontal li.last
{
	padding: 1px 0 5px 15px;
}

.AspNet-Menu-Horizontal li a
{
	color: #000;
	font-size: 1.09em;
}
.AspNet-Menu-Horizontal li.AspNet-Menu-Selected,
.AspNet-Menu-Horizontal li.AspNet-Menu-ChildSelected
{
	background: url(/images/backgrounds/bg_menu_item_on.png) right 0 no-repeat;
}

.AspNet-Menu-Horizontal li.AspNet-Menu-WithChildren
{
    z-index: 90;
}

.AspNet-Menu-Horizontal li.AspNet-Menu-WithChildren li
{
    z-index: 10;
}
/*
li.AspNet-Menu-WithChildren li
{
    border: none;
    background: #fff;
}
*/

li.AspNet-Menu-WithChildren li.AspNet-Menu-Selected
{
    background: #fff url(/images/icons/sprite.png) 125px -173px no-repeat;
}

.AspNet-Menu-Horizontal li ul
{
	position: relative;
	top: 21px;
	left: 0;
	border: 1px solid #e1e1e1;
	border-top: 1px solid #72a228;
	border-bottom: none;
	z-index: 10;
}

.AspNet-Menu-Horizontal li li
{
	background-image: none;
	background-color: #f8f8f8;
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
	min-width: 120px;
	height: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.AspNet-Menu-Horizontal li li:hover
{
	background-color: #e1e1e1;
}

.AspNet-Menu-Horizontal li li a
{
	font-size: 10px;
}

.AspNet-Menu-Horizontal li li:hover a
{
	color: #000;
}

.AspNet-Menu-Horizontal li li ul li
{
	display: none;
}

.leftnav-top
{
    background: url(/images/backgrounds/bg_leftnavigation.png) left top no-repeat;
    width: 158px;
    height: 5px;
    float: left;
    margin: 0 0 0 -4px;
}


.leftnav-middle
{
	background: url(/images/backgrounds/bg_leftnavigation.png) left bottom repeat-y;
	width: 158px;
	min-height: 100px;
	margin: 0 0 10px -4px;
	padding: 0 0 20px 0;
	float: left;
}

.leftnav-middle a
{
	text-decoration: none;
}

.subnavHeading
{
	font-size: 13px;
	margin: 5px 10px 10px 15px;
	text-transform: uppercase;
	width: 140px;
	text-align: left;
	color: #1d1d1d;
}

.subnavHeading a
{
    color: #fff;
}

.subnavigation li
{
	float: left;
	list-style: none;
	margin: 0 10px 2px 0;
	clear: both;
	width: 140px; 
	text-align: left;
	font-weight: bold;
}

.subnavigation li span
{
	float: left;
	padding: 0 0 0 10px;
}

.subnavigation li span.is-me
{
	background: url(/images/icons/sprite.png) -434px -76px no-repeat;
	padding: 0 0 0 10px;
}

.subnavigation li a
{
	color: #fff;
}

.archiveLink
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 124px;
	float: right;
	margin: 15px 10px 0 0;
	text-align: right;
	text-transform: uppercase;
	padding: 5px 5px 5px 0;
}

.archiveLink a
{
	font-size: 1.18em;
	color: #fff;
}

.tipLink
{
	width: 124px;
	float: right;
	text-align: center;
	margin: 50px 10px 20px 0;
}

.tipLink a
{
	color: #fff;
	font-size: 1.09em;
	
}

.PrettyMenu .AspNet-Menu-Vertical
{
    position:relative;
    top: 0;
    left: 10px;
    z-index: 300;
}

/* Top tier */
.PrettyMenu .AspNet-Menu-Vertical ul.AspNet-Menu
{
    width: 140px;
    border-top: 1px dotted #e2e2e1;
}

.PrettyMenu ul.AspNet-Menu ul
{
    width: 160px;
    left: 140px;
    top: -11px;
    z-index: 400;
    margin: 10px 0 10px 0;
    border-top: 1px dotted #e2e2e1;
    border-bottom: 1px solid #ccc;
    background: url(/images/backgrounds/bg_leftnavigation_level3.png) -5px -20px no-repeat;

}

.PrettyMenu ul.AspNet-Menu ul ul
{
    width: 160px;
    left: 150px;
}



.PrettyMenu ul.AspNet-Menu li
{
    width: 100%;
    padding: 0 0 0 0;
    font-weight: normal;
    background-color:#fff;
    border-bottom: 1px dotted #e2e2e1;
}

.PrettyMenu ul.AspNet-Menu ul li
{
    
    width: 150px;
    padding: 0 0 0 10px;
    font-weight: normal;
    background-color:#f8f8f8;
    border-right: 1px solid #ccc;
    border-bottom: 1px dotted #e2e2e1;
}

.PrettyMenu ul.AspNet-Menu li:hover a
{

}

.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Selected

{
	background-image: url(/images/icons/sprite.png);
	background-position: 0px -174px;
	background-repeat: no-repeat;
}




.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-ChildSelected
{
    background-image: url(/images/icons/sprite.png);
	background-position: 0px -174px;
	background-repeat: no-repeat;
}
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Selected a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-ChildSelected a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-ChildSelected li.AspNet-Menu-ChildSelected a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-ChildSelected li.AspNet-Menu-Selected a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-ChildSelected li.AspNet-Menu-ChildSelected li.AspNet-Menu-Selected a
{
    font-weight: normal;
}

.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Selected li a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-ChildSelected li a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-ChildSelected li.AspNet-Menu-ChildSelected li a,
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-ChildSelected li.AspNet-Menu-Selected li a
{
    font-weight: normal;
}




.PrettyMenu ul.AspNet-Menu li a,
.PrettyMenu ul.AspNet-Menu li span
{
    color: #404040;
    padding: 2px 2px 2px 5px;
}

.PrettyMenu ul.AspNet-Menu ul li.AspNet-Menu-Selected

{
	background-position: 5px -174px;
}

.PrettyMenu ul.AspNet-Menu li a:hover
{
    color: #000;
}



