﻿
.sites #ei-intersitenav-root {
	float:right;
        float:top; 
}

/* 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:right;
	position:relative;
}


/********************************/
/* START Individual menu styles */
/********************************/
	.sites li#intersitenavlevel01_1 {
		padding-right:11px;
	}
       
    .sites li#intersitenavlevel01_2 {
		padding-right:11px;
	}


	.sites li#intersitenavlevel01_3 {
		padding-right:11px;
	}
/******************************/
/* 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:0px; left:0;}

	.sites
	{
		color:White;
	    text-align:right;
	    float:right;
	    margin-right:8px;
	    margin-top:6px;
	    font:bold 11px Arial;
	    white-space:nowrap;
	    width:450px;
	}
		.sites a
		{
		    color:White;
		    padding-left: 9px;
		    text-decoration:none;
		}
		.sites a:hover
		{
		    text-decoration:none;
		    padding-left: 9px;
		    
		}
