﻿/* This style sheet is intended to contain OFTEN CHANGED rules used when the Menu control adapter is enabled. */

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */
/*.TopMenuLoggedIn ul.AspNet-Menu, .TopMenuLoggedIn ul.AspNet-Menu ul*/
.TopMenuLoggedIn
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 0.7em;
	position:absolute;
	top:91px;
	left:158px;
	width: 100%;
	height: 100%;
	background-image: url(../../Images/headerendbar.gif);
}

.TopMenuLoggedIn .AspNet-Menu-Horizontal
{
	background-color:f0f0f0;
	/* width: 358px; */
}

.TopMenuLoggedIn ul.AspNet-Menu li.AspNet-Menu-Leaf span, .TopMenuLoggedIn ul.AspNet-Menu li.AspNet-Menu-WithChildren span
{
	color:White;
}

.TopMenuLoggedIn ul.AspNet-Menu li.AspNet-Menu-Leaf span.AspNet-Menu-NonLink
{
	width:212px;
	height:22px;
}

.TopMenuLoggedIn ul.AspNet-Menu li.AspNet-Menu-WithChildren span
{
	vertical-align:middle;
	text-align:center;
	padding: .0em .0em .0em .0em;
	height:22px;
}

.TopMenuLoggedIn ul.AspNet-Menu ul 
{
    position: absolute;
    display: none;
    top:-4em;
    height:22px;
}

.TopMenuLoggedIn ul.AspNet-Menu li
{
	position:relative;
	height:22px;
	background-image: url(../../Images/userguidebg.gif);
	width:212px;
}


.TopMenuLoggedIn li.AspNet-Menu-Leaf a
{
	color:White;
}

.TopMenuLoggedIn li.AspNet-Menu-Leaf a:hover
{
    color:Red;
}

.divLogo
{
	position:absolute;
	top:16px;
}

/* The following two rules are for use with the top menu when the user is not logged in */
/* longer term look to reduce down to one menu  */
.TopMenuLoggedOut .AspNet-Menu-Horizontal ul.AspNet-Menu
{
	margin-left:159px;
	clear:both;
	background-image: url(../../Images/headerendbar.gif);
	/*height:100%;*/
	width:100%;
	position:absolute;
	top:91px;
}

.TopMenuLoggedOut .AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
	background-image: url(../../Images/headerendbar.gif);
	height:2em;
	width:354px;
}

