a:link {color: #0000FF; text-decoration: none}
a:active {color: #0000FF; text-decoration: none}
a:visited {color: #0000FF; text-decoration: none}
/* a:hover { color:#B22222; } */
a:hover { color:#0000FF; }

.box {
  font-family: "Comic Sans MS", cursive, sans-serif; font-size: 10pt;
	background-color: #F4F4F4;
	color: #000080;
  border: 1px solid #CCC;
  height: 100px;
  width: 300px;
  padding: 5px;
  display:none;
  position:absolute;
  }

#slantedmenu{ font-weight: bold; font-size: 90%; }

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#slantedmenu ul{ text-indent: 10px; padding: 3px 0; margin: 0;
  background-image:url('../images/topgrbg.gif');
  /* background-color: #e0e0e0; */
  /*border: 1px solid #bebebe; */
  text-align: center; /*set value to "center" for example to center items*/ }

#slantedmenu ul li{ display: inline; }

#slantedmenu ul li a{ color: #000000; padding: 3px 0; padding-right: 25px; margin: 0; text-decoration: none;
/* background: transparent url(images/slantdivider.gif) top right no-repeat; */ }

#slantedmenu ul li a:visited{ color: #000000; } 

#slantedmenu ul li a:hover{ color: #B22222; }

.Band_Plan { overflow:hidden; position:relative; margin-left:auto; margin-right:auto;
  width:680px;height:320px; /* background-color:#F0E68C; */ }
