 /* common styling */
 
 /* For CSSPlay logo and copyright */
.css {color:#983; font-family:"times new roman", serif; font-size:20px; font-weight:bold; background-color:#fff;}
.play {font-family:"trebuchet ms", tahoma, arial, verdana, sans-serif; margin:0; color:#000; font-weight:normal; font-size:20px; background-color:#fff;	border: #000 2px solid;}

 /* Set up the default font */
.menu {
font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
position:relative;
/* margin:2em 125px 0 125px; */
/* font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif; */
}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
float:left; /* right - Logan */
position:relative;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block;
text-decoration:none; 
/* color:#000; */
width:88px;  /* 88px */
height:22px; /* 1.5em then 22px*/
font-weight:bold;
color:#0200c7; /* Main text-color default:888 */
/* border-top:1px solid #888; */
/* background:#fff; */
/* padding-left:10px;*/ 
line-height:22px;
margin-right:2px;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
width:98px;
w\idth:88px;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
color:#000; 
border-top:0px solid #fff;
/* border-bottom:8px solid #606; */
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:-104px; /* -10.9em Change spacing from text to menu - Logan */
margin-top:11px;
right:0; 
width:96px;
border:1px solid #888;
background:transparent;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:transparent url(../images/opaque.png); 
color:#000; 
border:0;
margin:0;
color:#333;
font-weight:normal; 
font-size:11px; /* 0.9em */
height:auto; 
line-height:1em; 
padding:5px; 
width:86px
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#888; 
color:#fff;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#ddd;
width:96px; /* for IE5.5 faulty box model */
w\idth:86px; /* for IE6 */
}

/* Special Code for Buttons - Logan */
.menu ul li a.NavButton, .menu ul li a.NavButton:visited {
	text-decoration:none;
	color:#0200c7;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial;
	display:block; 
	width:126px; 
	height:28px;
	margin: 2px 32px 0px 30px; /* old value 50px changed to 32px */
	text-align:center;
	line-height:26px;
	background:transparent url(../images/NavButtons_green.gif) no-repeat; 
	background-position:top left;
	overflow: hidden;
}

.menu ul li a.NavButton:hover {
	color:#000;
	line-height:29px;
	background-position:0 -28px;
	overflow: hidden;
}

.menu ul li a.NavButton:active {
	line-height:26px;
	background-position:0 -56px;
}