﻿/* Example of blue top and left nav */
/*
.banner
{
	background-color: #487ab0 ! important;
	border: none;
}

.banner .content
{	
	color: #fbfbfb ! important;	
	background-color:#487ab0;
}

.banner .actions
{
	color:black ! important;
}

table.structure td.leftCell
{
    background-color:#487ab0;
    color:#fbfbfb ;
}

table.structure
{
    background-color:#487ab0;
    border: 1px solid #487ab0;
}

.menu a:link {color:#fbfbfb ! important;}      
.menu a:visited {color:#fbfbfb ! important;}    
.menu a:hover 
{
    color:black ! important;
}   
.menu a:active {color:#fbfbfb ! important;}  

.menu .section .header
{
    color:#fbfbfb ! important;
}
*/


/* Example of horizontal Menu  with vertical drop downs*/
/*
table.structure td.leftCell
{
	display: block ! important;
	
	width: 100% ! important;
	float: left ! important;
}

table.structure td.rightCell
{
	padding-top: 20px ! important;
}

.menu
{
	display: block;
	width: auto;
	margin: 0px 0px 10px 0px;	
	border: none;
	padding: 0px;
	height: 22px;
}

.menu .section
{
	display: inline;
	position: relative;
	padding: 5px;
	top: 4px;
	background-color: inherit;
}

.menu .separator
{
	display: none;
	text-align: center;
	width: auto;
	border: none;
}

.menu .section .header
{
	display: inline;
	color: Black;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

.menu .section .separator
{
	display: block;
	width: auto;
	border-top: 1px solid black
}

.menu .section:hover .sectionItems
{
	display: block;
}

.menu .sectionItems
{
	display: none;
	position: absolute;
	left: -2px;
	top: 13px;
	border: 1px solid Black;
	margin-left: 10px;
	z-index: 100;
}

.menu .item
{
	display: block;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	white-space: nowrap;
	background-color: #efefef;
}

.menu .item a
{
	color: #333333;
}
*/