/*css styles to be displayed when looking at the document on the screen*/

@media screen
{
	div#sites
	{
		height: 18px;
		background: #454545;
		font-size: 10px;
		text-transform: uppercase;
		border-bottom: 1px solid #CCC;
	}
	
	div#sites ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	div#sites ul li { display: inline; }
	
	div#sites a, div#sites a:link, div#sites a:visited
	{
		display: block;
		float: left;
		color: #CCC;
		font-weight: bold;
		line-height: 18px;
		padding: 0 10px;
		border-right: 1px solid #CCC;
	}
	
	div#sites a:focus, div#sites a:hover, div#sites a:active
	{
		color: #FFF;
		text-decoration: none;
	}
	
	div#sites a.selected { color: #FFF; }
	div#sites a.selected#sites_chamber { background: #940507; }
	div#sites a#sites_chamber:hover { background: #510100; }
	div#sites a.selected#sites_edc { background: #08488F; }
	div#sites a#sites_edc:hover { background: #003A74; }
	div#sites a.selected#sites_transportation { background: #320562; }
	div#sites a#sites_transportation:hover { background: #27014E; }
	div#menu { background: #FFF; }
	div#menu_inset { padding: 0 10px 10px; }
	
	div#menu_bar
	{
		position: relative;
		background: #FFF url(/elements/menu_repeat.jpg);
		height: 26px;
		border-left: 1px solid #A0A0A0;
		border-right: 1px solid #9C9C9C;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
	}
	
	div#menu_bar ul
	{
		position: absolute;
		left: 15px;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	div#menu_bar ul li
	{
		float: left;
		border-right: 1px solid #FFF;
		height: 26px;
	}
	
	div#menu_bar ul li a, div#menu_bar ul li a:link, div#menu_bar ul li a:visited
	{
		display: block;
		text-decoration: none;
		color: #FFF;
		line-height: 26px;
		padding: 0 10px;
		white-space: nowrap;
	}
	
	div#menu_bar ul li a.rps_navigation_home, div#menu_bar ul li a.rps_navigation_home:link, div#menu_bar ul li a.rps_navigation_home:visited
	{
		line-height: 53px;
		width: 5px;
		height: 26px;
		font-size: 1px;
		overflow: hidden;
	}
}

/*css styles to be displayed when printing the document*/

@media print
{
	
}

