﻿/* MENU OUTER */

#layout-menu 
{
	height:24px;
	
 background-image: url(obg.gif);
 background-position: bottom left;
   /* shows or hides menu */
  padding: 0;
/*  position: absolute; /* line up menu with top border */
/*  top: 87px; /* vertical placement of outer menu */
  font-size: 11px;
  padding-left:10px;
}

#layout-menu ul 
{
 	margin: 0;
	 padding: 0; /* normal <ul> placement */
	 list-style: none;
	 width: 520px; /* minimum width - prevents collapsing of the menu */
}

#layout-menu ul li 
{
  margin: 0;
  padding: 0;
  display: inline;  
}

#layout-menu ul li a 
{
  margin: 0; /* tab spacing */
  padding: 0 2px 0 13px; /* padding-right = tab spacing, padding-left = width of left image */
  float: left;
  font-size: 10px;
  font-weight: bold;
  font-family: Verdana;
  background: url(oleft-off.gif) top left no-repeat;
  text-decoration: none;
  color:#000000;
/*  color: #31659C;*/
}

#layout-menu ul li a span 
{
  display: block;
  background: url(oright-off.gif) top right no-repeat;
  padding: 6px 17px 6px 0; /* padding above and below the text, padding left and right of the text */
}

/* HACK-IE5 Commented Backslash Hack hides rule from IE5-Mac \*/
#layout-menu ul li a span { float: none; }
/* End IE5-Mac hack */

#layout-menu ul li a:hover 
{ 
  background-position: 0% -48px; /* change this for the height of the image to substitute */
  color: #000000;
} 
#layout-menu ul li a:hover span { background-position: 100% -48px; } /* change this for the height of the image to substitute */

#layout-menu ul li.selected a 
{
  background: url(oleft-off.gif) 0% -24px no-repeat;
  color: #000000;
/*  color: #ffffff;*/
}

#layout-menu ul li.selected a span { background: url(oright-off.gif) 100% -24px no-repeat; }

#layout-menu ul li.selected a:hover 
{ 
  background-position: -24px left;
  color: #000000;
} 
#layout-menu ul li.selected a:hover span { background-position: -24px right; }

.menu-content
{
	border-left: #5ca8fc solid 1px;
	border-right: #5ca8fc solid 1px;
	border-bottom: #5ca8fc solid 1px;
	/*
	border:2px solid #31659C;
	background-color:#dfdede;	border-top:solid 1px #5ca8fc;
	*/
	background-color: #D9E2F2;
/*	background-color: #e6e6fe;*/
}
