﻿/*styles for top menu*/

.primaryStaticMenu
{
	float:left;
}
/* general menu controls for the default setting */
#menu .primaryStaticMenuItem
{
	background: url("Images/norm-right2.gif") no-repeat right top;
   width: 100%;
   color: white;
   text-align:center;
   padding-top:5px;
   margin:0;
}

#menu .primaryStaticMenuItem a
{
	background:url("Images/norm-left2.gif") no-repeat left top;
	padding:7px 8px 0 5px;
}

/* Controls for a selected menu item.
 * Changes the background colour and text of the selected item
 */
#menu .primaryStaticSelected
{
	background-image:url("Images/norm-right-on2.gif");
	color:blue;
}

#menu .primaryStaticSelected a
{
	background-image:url("images/norm-left-on2.gif");
	padding: 7px 8px 0 5px;
}

#menu .primaryStaticHover
{
   color: #800000;
}

/* Site Path Controls */
.SitePath
{
	clear:both;
	overflow:hidden;
	background-color:#B9CAFF;
}

/* styles for the secondary menu down the left column */
.secondaryLevelOne
{
   background-color:#B9CAFF;
   margin-top:.5em;
   padding:1px 0 0 5px;
   width: 9.3em; 
   height: 25px;
   font-size:17px;
   font-style:italic;
   color:Blue;
}
.secondaryLevelTwo
{
   background: #809FFE;
   border: solid 1px #A6B4E0;
   padding: 5px 0 5px 0; 
   width:9.9em;
   color:White;
}
.secondaryStaticHover
{
   color: #800000;
}

/* Styles for the Site Index Page*/

#siteIndex
{
    vertical-align:top;
    margin-left:5em;
    font-size:large;
}

.siteIndexStaticMenuItem
{
   color: #809FFE;
}

