/* Navigation CSS Document */
body 
{
	behavior: url(/csshover.htc);
}

body div#listmenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}
div#listmenu /*--- Menu List Container ---*/
{
	width:737px;
	float:right; /*--- Makes the div enclose the list ---*/
	padding:0px;
	height:21px;
	background-image:url(images/nav-bg.jpg);
	background-repeat:no-repeat;
	z-index:1;
}
div#listmenu ul  {
	margin:0px 0px 0px 127px;
	padding:0px;
}

div#listmenu li  {
	float:left; /*--- Causes the list to align horizontally instead of stack ---*/
	position:relative; /*--- Positioning context for the absolutely positioned drop-down ---*/
	list-style-type: none; /*--- Removes the bullet off list items ---*/
	padding:0px 1px 0px 1px;
	height:18px;
	border-top: 1px solid #990000;

}

div#listmenu ul li.first {
	background:none;
	background-image:none;
}

div#listmenu ul li.first:hover {
	background:none;
	background-image:none;
}
div#listmenu li:hover  {
	background-color:#bebebe;
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
	padding:0px;
}


div#listmenu ul li a:link, div#listmenu ul li a:visited, div#listmenu ul li a:active  {
	font-weight:bold;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block; /*--- List items in drop down highlight and wrapped lines indent correctly ---*/
	padding:3px 9px 0px 9px; /*--- Space on sides of menu item's text ---*/
	text-decoration: none; /*--- Removes the underlining of the link ---*/
	color:#000000;
	margin:0px 2px;
	
}
div#listmenu ul li a:hover  {
	color:#990000;
	display:block;
}
div#listmenu ul li:hover ul
{
	display:block; /*--- Displays appropriate drop down menu ---*/

}

div#listmenu ul li ul
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:-1px; /*--- Aligns the drop-down exactly under the menu ---*/
	padding:0px;
	background-color:#bebebe;
	top:18px;

}
div#listmenu ul li ul.capabilities {
	width:200px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
}
div#listmenu ul li ul.experience {
	width:175px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
}
div#listmenu ul li ul.company {
	width:144px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
}

div#listmenu ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	border-left:1px solid #990000; /*--- Three sides of each drop-down item ---*/
	border-bottom:1px solid #990000;
	border-right:1px solid #990000;
	border-top:none;
	background-color:#bebebe;
padding:0px 0px 0px 2px;		
}
div#listmenu ul li ul li:hover {
	background-color:#d4d4d4;
	padding:0px 0px 0px 2px;

}



div#listmenu ul li ul li a:hover {
	color:#990000;
	display: block;
	

}

div#listmenu ul li ul li.firstDrop {
	border-top:1px solid #990000; /*--- The top edge of the drop-down ---*/
}
div#listmenu ul li ul li a:link, div#listmenu ul li ul li a:visited, div#listmenu ul li ul li a:active
{
	display: block;
}

/* ------------------------------------------Left Menu----------------------------*/

div#leftNavContainer  {
	float:left;
	width:150px;

	padding:0px 0px 0px 1px;
	
}

div#leftNavTop  {
	height:65px;
	background-image:url(images/leftNavTop.jpg);
}

.leftNavTitle  {
	padding:35px 0px 0px 45px;
	margin:0px;
	font-size:14px;
	color:#1d4791;
	font-weight:bold;
}
div#leftNavContent  {
	background-image:url(images/leftNavBg.jpg);
	background-repeat:repeat-y;
	width:138px;
	padding-left:12px;
	padding-top:5px;
	height:400px;
}

a.leftNav:link, a.leftNav:visited  {
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	font-size:10px;
}

a.leftNav:hover, a.leftNav:active  {
	font-weight:bold;
	color:#1d4791;
	text-decoration:underline;
	font-size:10px;
}
div#leftNavContent p  {
	line-height:25px;
}
div#leftNavBottom  {
	height:3px;
	padding-bottom:1px;
}



