﻿/*****************************************
  Top-level of the popup menu
*****************************************/
ul.menu-standardlinks
{
  width: 1000px;
  padding: 0px;
  margin: 0px;
  height: 34px;
}
ul.menu-standardlinks li
{
    padding: 0px;
    margin: 0px;
    float: left;
    line-height:30px;
    list-style-type:none;
    width: 181px;
    height: 34px;
    background-image: url(../images/button-normal-state.gif);    
    background-repeat: no-repeat;
}
ul.menu-standardlinks li:first-child
{
	background-position: -1px 0px;
	background-repeat: no-repeat;
	width: 180px;
}
ul.menu-standardlinks li:first-child:hover, ul.menu-standardlinks li.over:first-child
{
    background-position: -1px 0px;
    width: 180px;
}
ul.menu-standardlinks li:hover, ul.menu-standardlinks li.over
{
	background-image: url(../images/button-hover-state.jpg); 
	background-repeat: no-repeat;
	margin: 0px;
	width: 181px;
	height: 34px;
	padding: 0px;
	font-weight: bold;
	color: #082d75;
}
ul.menu-standardlinks li a:link, ul.menu-standardlinks li a:visited
{
  display: block;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  font-size: 13px;
  width: 181px;
  height: 34px;
  text-align: center;
  margin: 0px;

}
ul.menu-standardlinks li a:hover
{
	color: #082d75;
	text-decoration: none;
	outline: none;
	font-size: 13px;
	width: 181px;
	height: 34px;
	text-align: center;
	margin: 0px;
	font-weight: bold;
}

a.menu-selected:link, a.menu-selected:visited
{
	font-weight: bold;
}
a.menu-selected:hover
{
	font-weight: bold;
}

ul.menu-standardlinks li ul 
{
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 181px;
	display: none;
	border: 0px;
}
ul.menu-standardlinks li:hover ul, ul.menu-standardlinks li.over ul 
{ 
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px;
	width: 181px;
	border-top: 1px solid #ffffff; 
}
ul.menu-standardlinks li ul li, ul.menu-standardlinks li ul li:first-child
{
	padding: 0px;
	margin: 0px;
	float: left;
	line-height:30px;
	list-style-type:none;
	width: 179px;
	min-width: 179px;
	height: 34px;
	background-color: #4274b1;
	background-image: none;
	background-position: -1px 0px;	
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
ul.menu-standardlinks li ul li
{
	border-bottom: 1px solid #ffffff;
}
ul.menu-standardlinks li ul li:first-child:hover, ul.menu-standardlinks li ul li:hover
{
	width: 179px;
}
ul.menu-standardlinks li ul li:last-child
{
	border-bottom: 1px solid #ffffff;
}
ul.menu-standardlinks li ul a:link, ul.menu-standardlinks li ul a:visited
{
	display: block;
	width: 179px;
	color: #ffffff;
	font-weight: normal;
}
ul.menu-standardlinks li ul a:hover
{
	display: block;
	width: 179px;
	color: #082D75;
	background-color: #ffffff;
	font-weight: normal;
}

/*****************************************
 Menus embedded into content (Override above inherited styles)
*****************************************/
.div-cmscontent
{
	padding: 0px;
	padding-left: 62px;
	padding-right: 63px;
	width: 480px;
	min-height: 80px;
	text-align: center;
}
.div-cmscontent br
{
    clear: left;
}
.div-cmscontent ul.menu-standardlinks
{
	padding: 0px;
	margin: 0px;	
	width: 480px;
}
.div-cmscontent ul.menu-standardlinks li
{
    padding: 0px;
    margin: 0px;
    float: left;
    list-style-type:none;
    width: 160px;
    height: 25px;
    background-image: none;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
}
.div-cmscontent ul.menu-standardlinks li:hover
{
	margin: 0px;
	width: 160px;
	height: 25px;
	padding: 0px;
	font-size: 11px;
    font-weight: bold;
	color: #082d75;
	background-color: #ffffff;
}
.div-cmscontent ul.menu-standardlinks li a:link, .div-cmscontent ul.menu-standardlinks li a:visited
{
	display: block;
	padding: 0px;
    margin: 0px;
    width: 160px;
    height: 25px;
	color: #ffffff;
	font-size: 11px;
    font-weight: bold;
    white-space : nowrap;
    border-bottom: 1px dotted #ffffff;
}
.div-cmscontent ul.menu-standardlinks li a:hover
{
	display: block;
	padding: 0px;
    margin: 0px;
    width: 160px;
    height: 25px;
	color: #082D75;
	background-color: #ffffff;
	font-size: 11px;
    font-weight: bold;
    white-space : nowrap;
    border-bottom: 1px solid #ffffff;
}

.div-cmscontent li a.menu-selected:link, .div-cmscontent li a.menu-selected:visited
{
	font-weight: bold;
	background-color: #94D9F6;
	border-top: 1px dotted #ffffff;
}
.div-cmscontent li a.menu-selected:hover
{
	font-weight: bold;
	color: #ffffff;
}
.div-cmscontent ul.menu-standardlinks li ul, .div-cmscontent ul.menu-standardlinks li:hover ul
{
	display: none;
}

/*****************************************
  Nav bar
*****************************************/
.menu-navbar
{
  background-color: #5071b4;
  width: 100%;
  height: 20px;
}
.menu-navbar ul
{
  list-style-type:disc;
  margin: 0;
  padding: 0;
}
.menu-navbar li
{
  float: left;
  margin-left: 20px;
  color: #ffffff;
}
.menu-navbar li a:link, .menu-navbar li a:visited
{
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px dotted #ffffff;
}
.menu-navbar li a:hover
{
  color: #919582;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  border-bottom: 1px solid #919582;
}

