/* ---------- Mega Drop Down --------- */
#mega {
list-style:none;
/* font-weight:bold; */
height: 35px;
/*height:2em;*/

margin: 0px -1px 0 0;
background: url('../img/menubg.gif'); 
background-repeat: repeat;
}
#mega li {
/* background:#999; */

 
border:1px solid #000;
/*border-right: 1px solid #000;
border-left: 1px solid #000;*/

margin-left:-1px;
float:left;
/* width:150px; */
text-align:center;
position:relative;
padding-left: 10px;
padding-right: 10px;
}

#mega li.first {
	margin-left:0px;
	
}

#mega li:hover {
/*background:#eee; */ /* tjc */
border-bottom:0; /* border-bottom:0; and padding-bottom:1px; keeps <li> and <div> connected */
padding:0px 0 1px 0;
padding-left: 10px;
padding-right: 10px;
margin-top:0px;
z-index:1; /* shadow above adjacent li */
}
#mega a {
/* color:#000; */
color: #fff;
outline:0;
text-decoration:none;
display:block;
line-height:3em;
}
/* ----------- Hide/Show Div ---------- */
#mega div {
position:absolute;
left:-999em;
margin-top:1px;
width:350px;
padding:0 10px 10px;
border:1px solid #000;
border-top:0;
font-weight:normal;
text-align:left;
background:#f3f1eb;
padding-top: 14px;
}

#mega div.small {
/*	width: 150px;*/
}

#mega li:hover div {
left:-1px;top:auto;
}
#mega li.dif:hover div {
left:-221px;
}
/* --------- Within Div Styles --------- */
#mega div h2 {
background:#f3e0a4;
font-size:1em;
padding:0 10px;
margin:10px 0 5px 0;
clear:both;
float:left;
width:330px;
position:relative; /* makes above drop shadow */
color: #000;
margin-top: -5px; /* tjc */
}
#mega div p {
float:left;
width:106px;
padding-left:10px;
position:relative; /* makes above drop shadow */
}
#mega div.small p {
	width: 90%;
}
#mega div p a {
  color:#000;
 	
text-decoration:underline;
float:left;
clear:left;
width:100%; /* For IE6/7 */
line-height:1.4;
margin-bottom: 10px; /*tjc*/

}
#mega div a:hover, #mega div a:focus, #mega div a:active {
text-decoration:none;
}
/* ---------- Drop Shadow ---------- */
#mega div .s1, #mega div .s2, #mega div .s3 {
position:absolute;
width:100%;height:100%;
}
#mega div .s1 {
background:url(images/rightcorner.png) 100% 0 no-repeat;
top:1px;right:-9px;
} 
#mega div .s2 {
background:url(images/leftcorner.png) 0 100% no-repeat;
bottom:-9px;left:1px;
} 
#mega div .s3 {
background:url(images/shadow.png) 100% 100%;
top:9px;right:-9px;
}
#mega li:hover .s4 {
/* background:url(images/li-shadow.png) 100% 0 repeat-y; */
position:absolute;
top:0;right:-9px;
height:100%;
padding:0 8px 0 0;
}
* html #mega li:hover .s4 {
background:none;
}
#mega li:hover .dif-s4 {
padding-bottom:9px
}

#mega div p.screampellar { /* tjc xxx*/
	width: 100px;
	float: left;
	padding: 0;
	margin: 0;
}

#mega div p.screampellar a {
	width: 1px;
}

