@charset "utf-8";
/* CSS Document */

/* ---------- Mega Drop Down --------- */
#mega {
list-style:none;
width: 960px;
margin: 0;
padding: 0;
}
#navigationbar {
	height: 32px;
	background-image: url(../../images/design/background-nav-off.jpg);
	padding: 0px;
	width: 960px;
	float:left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
}
#mega li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:0px;
	padding-left: 22px;
	padding-right: 22px;
	float:left;
	text-align:center;
	position:relative;
}
#mega li:hover {
	color: #294E95;
	background-image: url(../../images/design/background-nav-on.jpg); /* border-bottom:0; and padding-bottom:1px; keeps <li> and <div> connected */
	padding-bottom: 1px;
	padding-left: 21px;
	padding-right: 21px;
	z-index:99; /* shadow above adjacent li */
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #294E95;
	border-right-color: #294E95;
	border-left-color: #294E95;
}
#mega a {
color:#294E95;
outline:0;
text-decoration:none;
display:block;
}
#mega a.main {
	color: #fff;
	text-decoration: none;
	outline:0;
	text-decoration:none;
	display:block;
	line-height:32px;
}
#mega a.main:hover {
	color: #294E95;
	text-decoration: none;
	outline:0;
	text-decoration:none;
	display:block;
	line-height:32px;
}


/* ----------- Hide/Show Div ---------- */
#mega div {
	position:absolute;
	left:-999em;
	margin-top:0px;
	width:320px;
	padding:0 7px 7px;
	border:1px solid #000;
	border-top:1;
	font-weight:normal;
	text-align:left;
}
#mega li.dropdownsoftware div {
	background: #F8F8F8;
	background-image: url(../../images/design/dropdown-lightbulb-software.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#mega li.dropdownediscovery div {
	background-image: url(../../images/design/dropdown-lightbulb-ediscovery.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F8F8F8;
}
#mega li.dropdownforensics div {
	background-image: url(../../images/design/dropdown-lightbulb-forensics.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F8F8F8;
}
#mega li.dropdownlitigation div {
	background: #F8F8F8;
	background-image: url(../../images/design/dropdown-lightbulb-litigation.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#mega li.dropdownabout div {
	background-image: url(../../images/design/dropdown-bulb-drawing.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F8F8F8;
}
#mega li:hover div {
left:-1px;top:auto;
}
#mega li.dropdownabout:hover div {
left:-147px;
}

/* --------- Within Div Styles --------- */
#mega div strong {
	font-size:11px;
	margin-top: 10px;
	margin-bottom: 0px;
	clear:both;
	float:left;
	position:relative; /* makes above drop shadow */
	text-transform: uppercase;
	width:320px;
}
#mega div strong a {
	text-decoration:underline;
float:left;
clear:left;
width:100%; /* For IE6/7 */
line-height:15px;
}

#mega div p {
	font-size: 11px;
	width:320px;
	position:relative; /* makes above drop shadow */
	line-height:20px;
	margin: 0px;
	padding: 0px;
}
#mega div p a {
	text-decoration:underline;
	float:left;
	clear:left;
	width:100%; /* For IE6/7 */
	line-height:20px;
	background-image: url(../../images/design/bullet-gray.jpg);
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left: 15px;
	background-position: 0px 6px;
}
#mega div p a:hover {
	background-image: url(../../images/design/bullet-blue.jpg);
}
#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(../dropdown/images/rightcorner.png) 100% 0 no-repeat;
top:1px;right:-9px;
} 
#mega div .s2 {
background:url(../dropdown/images/leftcorner.png) 0 100% no-repeat;
bottom:-9px;left:1px;
} 
#mega div .s3 {
	top:9px;
	right:-9px;
	background-image: url(../dropdown/images/shadow.png);
	background-position: 100% 100%;
}
#mega li:hover .s4 {
background:url(../dropdown/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
}
