.TopGroup
{
  background-color:#fff; 
  cursor:pointer;
  cursor:hand; 
}

.MenuGroup
{
  background-color:white;
  border:solid 1px red; 
  cursor:pointer;
  cursor:hand; 
}

.TopMenuItem
{
  background-color:#fff; 
  color:#255082; 
  font: 9px Arial, Helvetica, sans-serif;
  cursor:pointer;
  cursor:hand; 
  text-transform:uppercase; 
  font-weight: bold;
  padding: 3px 3px 3px 10px;
  margin: 0;
  height: 15px;
  border-bottom: 1px solid #bfbfbf;
}

.TopMenuItemHover 
{
  background-color:#dce8fb; 
  color:#255082; 
  font: 9px Arial, Helvetica, sans-serif;
  cursor:pointer;
  cursor:hand; 
  text-transform:uppercase;
  font-weight: bold;
  padding: 3px 3px 3px 10px;
  margin: 0;
  height: 15px;
  border-bottom: 1px solid #bfbfbf;
}

.MenuItem
{
  text-transform:capitalize;
  font: 9px Arial, Helvetica, sans-serif;
  cursor:pointer;
  cursor:hand; 
  font-weight: bold;
  color:#255082; 
}

.MenuItemHover 
{
  text-transform:capitalize;
  background: #dce8fb;
  font: 9px Arial, Helvetica, sans-serif; 
  cursor:pointer;
  cursor:hand;
  font-weight: bold;
  color:#255082; 
}

#footernavigation {
	margin: 0;
	text-align: center;
	padding: 0;
	color: #ffffff;
	border-right: 1px none #ef3e42;
}

#footernavigation ul {
	color: #ffffff;
}

#footernavigation li {
	line-height: 20px;
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
	color: #ffffff;
}

#footernavigation li a {
	color: #ffffff;
}

#footernavigation a {
	text-decoration: underline;
	display: inline;
	text-transform:capitalize;
	margin: 0;
	padding-right: 2px;
	padding-left: 2px;
}

#footernavigation a:hover {
    text-decoration: underline;
}

#pagenavigation {
	margin: 0;
	text-align: right;
	padding: 0;
	/*border-right: 1px solid #255082;*/;
	color: #ef3e42;
	border-right: 1px none #ef3e42;
}

#pagenavigation ul {
	color: #ef3e42;
}

#pagenavigation li {
	line-height: 20px;
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
	color: #ef3e42;
}

#pagenavigation li a {
	color: #ef3e42;
}

#pagenavigation a {
	text-decoration: none;
	display: inline;
	text-transform: uppercase;
	font: bold 9px Arial, Helvetica, sans-serif;
	border-left: 1px solid #ef3e42;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
}

#pagenavigation a:hover {
	border-top: 1px solid #c4132b;
	border-bottom: 1px solid #c4132b;
}

