@charset "UTF-8";
/* CSS Document */

#nav {position:absolute; left:259px; top:151px; width:667px; height:23px; z-index:999}


/* Main Navigation */


#home span {display: none;}
#about span {display: none;}
#involved span {display: none;}
#press span {display: none;}
#contact span {display: none;}



#multi-level {height:36px; position:relative; z-index:999; behavior:url("iepngfix.htc")}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:36px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:74px; height:23px; background:url(../images/navbar.png) no-repeat}
.menu li.p2 {width:96px; height:23px; background:url(../images/navbar.png) -74px 0 no-repeat}
.menu li.p3 {width:92px; height:23px; background:url(../images/navbar.png) -170px 0 no-repeat}
.menu li.p4 {width:135px; height:23px; background:url(../images/navbar.png) -262px 0 no-repeat}
.menu li.p5 {width:73px; height:23px; background:url(../images/navbar.png) -397px 0 no-repeat}
.menu li.p6 {width:71px; height:23px; background:url(../images/navbar.png) -470px 0 no-repeat}
.menu li.p7 {width:104px; height:23px; background:url(../images/navbar.png) -541px 0 no-repeat}

/* set up the normal unhovered images in the links */
.menu li a#home {width:74px; height:23px; background:url(../images/navbar.png) 0px 0 no-repeat;}
.menu li a#about {width:96px; height:23px; background:url(../images/navbar.png) -74px 0 no-repeat;}
.menu li a#services {width:92px; height:23px; background:url(../images/navbar.png) -170px 0 no-repeat;}
.menu li a#professionals {width:135px; height:23px; background:url(../images/navbar.png) -262px 0 no-repeat;}
.menu li a#technology {width:73; height:23px; background:url(../images/navbar.png) -397px 0 no-repeat;}
.menu li a#faq {width:71px; height:23px; background:url(../images/navbar.png) -470px 0 no-repeat;}
.menu li a#contact {width:104px; height:23px; background:url(../images/navbar.png) -541px 0 no-repeat;}

/* set up the current images in the links */
.menu li a#homeCurrent {width:74px; height:23px; background:url(../images/navbar.png) no-repeat 0 -23px;}
.menu li a#aboutCurrent {width:96px; height:23px; background:url(../images/navbar.png) no-repeat -74px -23px;}
.menu li a#servicesCurrent {width:92px; height:23px; background:url(../images/navbar.png) no-repeat -170px -23px;}
.menu li a#professionalsCurrent {width:135px; height:23px; background:url(../images/navbar.png) no-repeat -262px -23px;}
.menu li a#technologyCurrent {width:73px; height:23px; background:url(../images/navbar.png) no-repeat -397px -23px;}
.menu li a#faqCurrent {width:71px; height:23px; background:url(../images/navbar.png) no-repeat -470px -23px;}
.menu li a#contactCurrent {width:104px; height:23px; background:url(../images/navbar.png) no-repeat -541px -23px;}


/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:300;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home {width:74px; height:23px; background: url(../images/navbar.png) no-repeat 0 -23px;}
.menu li a#about:hover, .menu li:hover a#about {width:96px; height:23px; background:url(../images/navbar.png) no-repeat -74px -23px;}
.menu li a#services:hover, .menu li:hover a#services {width:92px; height:23px; background:url(../images/navbar.png) no-repeat -170px -23px;}
.menu li a#professionals:hover, .menu li:hover a#professionals {width:135px; height:23px; background:url(../images/navbar.png) no-repeat -262px -23px;}
.menu li a#technology:hover, .menu li:hover a#technology {width:73px; height:23px; background:url(../images/navbar.png) no-repeat -397px -23px;}
.menu li a#faq:hover, .menu li:hover a#faq {width:71px; height:23px; background:url(../images/navbar.png) no-repeat -470px -23px;}
.menu li a#contact:hover, .menu li:hover a#contact {width:104px; height:23px; background:url(../images/navbar.png) no-repeat -541px -23px;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:-50px; top:20px; padding:3px 0; white-space:nowrap; width:188px; height:auto;}
.menu :hover ul.sub li.top {display:block; height:20px; float:left; width:187px; background:url(../images/dropdown-top.png) 1px 0 no-repeat; z-index:99}
.menu :hover ul.sub li.bottom {display:block; height:20px; float:left; width:187px; background:url(../images/dropdown-bottom.png) top left no-repeat;}
.menu :hover ul.sub li {display:block; height:20px; float:left; width:187px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-weight:bold; background: url(../images/dropdown-bg.png);}
.menu :hover ul.sub li a {display:block; font-size:11px; font-weight:550; width:168px; height:23px; background: url(../images/line.jpg) 50% 15px no-repeat; line-height:23px text-indent:10px; color:#fff; text-decoration:none; padding:0px 10px 0px 10px; float:left;}

.menu :hover ul.sub li a.end {display:block; font-size:11px; font-weight:550; width:168px; height:23px; background: url(../images/line.jpg) 50% 23px no-repeat; line-height:23px text-indent:10px; color:#fff; text-decoration:none; padding:0px 10px 0px 10px; float:left;}


.menu :hover ul.sub li a:hover {color:#d8bb6b;}

.menu :hover ul.sub li a.fly:hover {color:#d8bb6b;}
.menu :hover ul li:hover > a.fly {color:#d8bb6b;} 


/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:160px; top:0px; padding:0px 0;; width:254px; height:auto; z-index:999;}

.menu :hover ul.sub li ul li.top {display:block; height:20px; position:relative; float:left; width:237px; background:url(../images/dropdown-top2.png) 1px 0 no-repeat;}
.menu :hover ul.sub li ul li.bottom {display:block; height:20px; position:relative; float:left; width:237px; background:url(../images/dropdown-bottom2.png) top left no-repeat;}


.menu :hover ul.sub li ul li {display:block; height:20px; float:left; width:237px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-weight:bold; background: url(../images/dropdown-bg2.png) repeat-y;}
.menu :hover ul.sub li ul li a {display:block; font-size:11px; font-weight:550; width:218px; height:23px; background: url(../images/line2.jpg) 50% 15px no-repeat; line-height:23px text-indent:10px; color:#fff; text-decoration:none; padding:0px 10px 0px 10px; float:left;}


/* Scenario Navigation */

#scenarioFAQ {height:60px; width:900px; position:relative; z-index:999}
#scenarioFAQ .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu2, .menu2 ul {list-style-type:none; padding:0; margin:0;}

/* Set up the top level list items and float left to place inline */
.menu2 li.top {
	display:block;
	float:left;
	position:relative;
	background-image: url(../images/scenario-nav.jpg);
}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu2 li.top a.top_link {display:block; float:left; height:60px;}
.menu2 li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu2 li.p1-1 {width:88px; height:60px; background:url(../images/scenario-nav.jpg) 0 0 no-repeat}
.menu2 li.p2-1 {width:87px; height:60px; background:url(../images/scenario-nav.jpg) -88px 0 no-repeat}
.menu2 li.p3-1 {width:87px; height:60px; background:url(../images/scenario-nav.jpg) -175px 0 no-repeat}
.menu2 li.p4-1 {width:88px; height:60px; background:url(../images/scenario-nav.jpg) -262px 0 no-repeat}
.menu2 li.p5-1 {width:87px; height:60px; background:url(../images/scenario-nav.jpg) -350px 0 no-repeat}
.menu2 li.p6-1 {width:88px; height:60px; background:url(../images/scenario-nav.jpg) -437px 0 no-repeat}

/* set up the normal unhovered images in the links */
.menu2 li a#scenario1 {width:87px; height:60px; background:url(../images/scenario-nav.jpg) 0px 0 no-repeat;}
.menu2 li a#scenario2 {width:86px; height:60px; background:url(../images/scenario-nav.jpg) -88px 0 no-repeat;}
.menu2 li a#scenario3 {width:86px; height:60px; background:url(../images/scenario-nav.jpg) -175px 0 no-repeat;}
.menu2 li a#scenario4 {width:87px; height:60px; background:url(../images/scenario-nav.jpg) -262px 0 no-repeat;}
.menu2 li a#scenario5 {width:86px; height:60px; background:url(../images/scenario-nav.jpg) -350px 0 no-repeat;}
.menu2 li a#scenario6 {width:87px; height:60px; background:url(../images/scenario-nav.jpg) -437px 0 no-repeat;}

/* set up the current images in the links */
.menu2 li a#scenario1Current {width:87px; height:60px; background:url(../images/scenario-nav.jpg) no-repeat 0 -61px}
.menu2 li a#scenario2Current {width:86px; height:60px; background:url(../images/scenario-nav.jpg) no-repeat -88px -61px;}
.menu2 li a#scenario3Current {width:86px; height:60px; background:url(../images/scenario-nav.jpg) no-repeat -175px -61px;}
.menu2 li a#scenario4Current {width:87px; height:60px; background:url(../images/scenario-nav.jpg) no-repeat -262px -61px;}
.menu2 li a#scenario5Current {width:86px; height:60px; background:url(../images/scenario-nav.jpg) no-repeat -350px -61px;}
.menu2 li a#scenario6Current {width:87px; height:60px; background:url(../images/scenario-nav.jpg) no-repeat -437px -61px;}


/* Style the list OR link hover. Depends on which browser is used */
.menu2 a:hover {visibility:visible;} /* for IE6 */
.menu2 li:hover { position:relative; z-index:300;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu2 li a#scenario1:hover, .menu2 li:hover a#scenario1 {width:87px; height:60px; background: url(../images/scenario-nav.jpg) no-repeat 0 -61px;}
.menu2 li a#scenario2:hover, .menu2 li:hover a#scenario2 {width:86px; height:60px; background:url(../images/scenario-nav.jpg) no-repeat -88px -61px;}
.menu2 li a#scenario3:hover, .menu2 li:hover a#scenario3 {width:86px; height:60px; background:url(../images/scenario-nav.jpg) no-repeat -175px -61px;}
.menu2 li a#scenario4:hover, .menu2 li:hover a#scenario4 {width:87px; height:60px; background:url(../images/scenario-nav.jpg) no-repeat -262px -61px;}
.menu2 li a#scenario5:hover, .menu2 li:hover a#scenario5 {width:86px; height:60px; background:url(../images/scenario-nav.jpg) no-repeat -350px -61px;}
.menu2 li a#scenario6:hover, .menu2 li:hover a#scenario6 {width:87px; height:60px; background:url(../images/scenario-nav.jpg) no-repeat -437px -61px;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu2 :hover ul.scenario1 {left:525px; top:-2px; padding:3px 0; white-space:nowrap; width:389px; height:auto;}
.menu2 :hover ul.scenario1 li {display:block; height:53px; float:left; width:284px; color:#fff; padding:5px 0 0 100px; font-family:Arial, Helvetica, sans-serif; background:#6979a9; border-top:1px solid #003878}

.menu2 :hover ul.scenario2 {left:437px; top:-2px; padding:3px 0; white-space:nowrap; width:389px; height:auto;}
.menu2 :hover ul.scenario2 li {display:block; height:53px; float:left; width:284px; color:#fff; padding:5px 0 0 100px; font-family:Arial, Helvetica, sans-serif; background:#6979a9; border-top:1px solid #003878}

.menu2 :hover ul.scenario3 {left:350px; top:-2px; padding:3px 0; white-space:nowrap; width:389px; height:auto;}
.menu2 :hover ul.scenario3 li {display:block; height:53px; float:left; width:284px; color:#fff; padding:5px 0 0 100px; font-family:Arial, Helvetica, sans-serif; background:#6979a9; border-top:1px solid #003878}

.menu2 :hover ul.scenario4 {left:263px; top:-2px; padding:3px 0; white-space:nowrap; width:389px; height:auto;}
.menu2 :hover ul.scenario4 li {display:block; height:53px; float:left; width:284px; color:#fff; padding:5px 0 0 100px; font-family:Arial, Helvetica, sans-serif; background:#6979a9; border-top:1px solid #003878}

.menu2 :hover ul.scenario5 {left:175px; top:-2px; padding:3px 0; white-space:nowrap; width:389px; height:auto;}
.menu2 :hover ul.scenario5 li {display:block; height:53px; float:left; width:284px; color:#fff; padding:5px 0 0 100px; font-family:Arial, Helvetica, sans-serif; background:#6979a9; border-top:1px solid #003878}


/* Side Navigation */
#sidenav {
	position:absolute;
	top:25px;
	right:0px;
	width:160px;
}

#button {
	width: 160px;
	border-right: 1px solid #000;
	padding: 0 0 5px 0;
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #013778;
	color: #333;
	}
	
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #3f6181;
		margin: 0; text-align:center	
		}

#button li a {
		display: block;
		padding: 5px 5px 5px 5px;
		border-left: 5px solid #508fc4;
		border-right: 5px solid #508fc4;
		background-color: #013778;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border-left: 5px solid #508fc4;
		border-right: 5px solid #508fc4;
		background-color: #e9b54d;
		color: #003366;
		}
				
#button #current li {
		border-bottom: 1px solid #2175bc;
		margin: 0;
		}

#button #current a{
		border-left: 5px solid #508fc4;
		border-right: 5px solid #508fc4;
		background-color: #e9b54d;
		color: #003366;
		}
/* side Navigation */

.menu2 :hover ul.scenario6 {left:88px; top:-2px; padding:3px 0; white-space:nowrap; width:389px; height:auto;}
.menu2 :hover ul.scenario6 li {display:block; height:53px; float:left; width:284px; color:#fff; padding:5px 0 0 100px; font-family:Arial, Helvetica, sans-serif; background:#6979a9; border-top:1px solid #003878}
