﻿
.sites #ahla-intersitenav-root {
	float:right;
}

/* remove all the bullets, borders and padding from the default list styling */
.sites ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.sites li {
	float:left;
	position:relative;
}


/********************************/
/* START Individual menu styles */
/********************************/
	.sites li#intersitenavlevel01_1 {
		padding-right:20px;
	}


	.sites li#intersitenavlevel01_2 {
		padding-right:20px;
	}
/******************************/
/* END Individual menu styles */
/******************************/



/* hide the sub levels and give them a positon absolute so that they take up no room */
.sites ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:27px;
	left:0; 
	/*width:200px;*/
}

/* position the third level flyout menu */
.sites ul ul ul{
	left:150px; 
	top:0;
}
/* position the third level flyout menu for a left flyout */
.sites ul ul ul.left {
	left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.sites table {position:absolute; top:0; left:0;}

    .sites 
    {
		color:White;
	    text-align:right;
	    float:right;
	    margin-right:16px;
	    margin-top:16px;
	    font:bold 11px Arial,Helvetica,sans-serif;
	    width:400px;
    }
	    .sites a, .sites a:visited, .sites a:link {
		    color:White;
		    padding-left: 9px;
		    text-decoration:none;
	    }
	    .sites a:hover {
		    text-decoration:none;
		    padding-left: 9px;
		    background: url(../images/menu/menu-arrowwhite.gif) no-repeat left center;
	    }
	    .sites .currentSite 
	    {
			color:White;
			padding-left: 9px;
			background: url(../images/menu/menu-arrowwhite.gif) no-repeat left center;
	    }
