/* CSS Document */

body div#listmenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}

body div#listmenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}

div#listmenu /*--- Menu List Container ---*/
{
	float:left; /*--- Makes the div enclose the list ---*/
	padding:0px;
	width:647px;
	height:35px;
	margin:0px;
	padding:0px;
	font-style:normal;
	color:white;
	position:relative;
	z-index:99;
	margin-bottom:0px;
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
}

div#listmenu ul
{
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style-type: none;
}

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 ---*/	
	display:block;
	margin:0px;
	padding:7px 7px 0px 9px;
}

div#listmenu ul li a  {
	text-decoration:none;
	display:block;
	color:white;
	font-size:12px;
	font-weight:bold;
}
div#listmenu ul li a:hover {
	display:block;
	color:#a0c1db;
}


/* DROPDOWNS */
div#listmenu ul li ul.about{
	width:150px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
}


div#listmenu ul li ul.services{
	width:170px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/ 
}


div#listmenu ul li ul.industries{
	width:150px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
}

div#listmenu ul li ul.news{
	width:180px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
}

div#listmenu ul li ul.contact{
	width:120px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
}


div#listmenu ul li:hover ul  {
	background-image:url(../images/navDropDown.jpg);
	background-repeat:repeat-x;
	background-color:#005ca5;
	margin-top:-2px;
	display:block; /*--- Displays appropriate drop down menu ---*/
}

div#listmenu ul li ul li a.dropDown, div#listmenu ul li ul li a.dropDown:visited
{
	text-decoration:none;
	color:white;
	display:block;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	padding-top:6px;
	padding-bottom:3px;
}

div#listmenu ul li ul li a.dropDown:hover, div#listmenu ul li ul li a.dropDown:active{
	text-decoration:none;
	display:block;
	font-size:12px;
	font-weight:bold;
	color:black;
	border:none;
}

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:0px; /*--- Aligns the drop-down exactly under the menu ---*/
	padding:0px;
	margin:0px;
	padding:10px;
	margin-top:3px;
	z-index:99;
}
div#listmenu ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	padding:0px;
	margin:0px;
	background:none;
	background-image:none;
	border-bottom:1px solid #cccccc;
	color:white;
}
div#listmenu ul li ul li a:hover
{
	background-color:#CCCCCC;
}
div#listmenu ul li ul li:hover {
	background-color:#CCCCCC;
}

/* === START LEFT INDEX MENU === */

body div#leftMenu ul li ul
{
	/*display:none; --- Hides all drop down menus ---*/
	padding:0px 0px 0px 0px; /*--- Space on sides of menu item's text ---*/
	margin:0px;
}

div#leftMenu /*--- Menu List Container ---*/
{
	width:211px;
	float:left; /*--- Makes the div enclose the list ---*/
	padding:0px;
	margin:0px;
	font-weight:bold;
	/*height:275px;*/
	border:0px;
	padding:0px 0px 15px;
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	background-image:url(../images/leftBG-2.jpg);
	background-repeat:repeat-x;
	background-color:#005ca5;
	
}

div#leftMenu ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
div#leftMenu li
{
	float:left; /*--- Causes the list to align horizontally instead of stack ---*/
	display:block;
	position:relative;
	margin:0px;
	padding:3px 0px 3px 0px ;
	color:white;
	width:211px;
}



div#leftMenu ul li.header
{
	width:196px;
	height:28px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	padding-left:15px;
	padding-top:15px;
	font-weight:bold;
	background-image:none;
	border:none;
}

div#leftMenu ul li.header:hover
{
	background-image:none;
}

div#leftMenu ul li.header a:link, div#leftMenu ul li.header a:visited
{
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	padding:0px;
	margin:0px;
	background-image:none;
}
div#leftMenu ul li.header a:hover, div#leftMenu ul li.header a:active
{
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	font-style:normal;
	font-weight:bold;
	padding:0px;
	margin:0px;
	background-image:none;
}


/*div#leftMenu ul li.oneA
{
	background-image:url(../images/leftNav_14.jpg);
	width:211px;
	height:27px;
	background-repeat:no-repeat;
	display:block;
	font-size:14px;
}

div#leftMenu ul li.oneA:hover  {
	background-image:url(../images/leftNavRoll_14.jpg);
	width:211px;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#666666;
	height:120px;
	text-decoration:none;
	display:block;	
}



div#leftMenu ul li.twoA{
	background-image:url(../images/leftNav_15.jpg);
	width:211px;
	height:28px;
	background-repeat:no-repeat;
	display:block;
	font-size:14px;
}

div#leftMenu ul li.twoA:hover  {
	background-image:url(../images/leftNavRoll_15.jpg);
	width:211px;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#666666;
	height:178px;
	text-decoration:none;
	display:block;	
}



div#leftMenu ul li.threeA{
	background-image:url(../images/leftNav_16.jpg);
	width:211px;
	height:25px;
	background-repeat:no-repeat;
	display:block;
	font-size:14px;
}

div#leftMenu ul li.threeA:hover  {
	background-image:url(../images/leftNavRoll_16.jpg);
	width:211px;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#666666;
	height:160px;
	text-decoration:none;
	display:block;	
}



div#leftMenu ul li.fourA{
	background-image:url(../images/leftNav_17.jpg);
	width:211px;
	height:28px;
	background-repeat:no-repeat;
	display:block;
	font-size:14px;
}

div#leftMenu ul li.fourA:hover  {
	background-image:url(../images/leftNavRoll_17.jpg);
	width:211px;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#666666;
	height:160px;
	text-decoration:none;
	display:block;	
}



div#leftMenu ul li.fiveA{
	background-image:url(../images/leftNav_18.jpg);
	width:211px;
	height:26px;
	background-repeat:no-repeat;
	display:block;
	font-size:14px;
}

div#leftMenu ul li.fiveA:hover  {
	background-image:url(../images/leftNavRoll_18.jpg);
	width:211px;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#666666;
	height:50px;
	text-decoration:none;
	display:block;	
}



div#leftMenu ul li.sixA{
	background-image:url(../images/leftNav_20.jpg);
	width:211px;
	height:29px;
	background-repeat:no-repeat;
	display:block;
	font-size:14px;
}

div#leftMenu ul li.sixA:hover  {
	background-image:url(../images/leftNavRoll_20.jpg);
	width:211px;

	background-position:top left;
	background-repeat:no-repeat;
	background-color:#666666;
	text-decoration:none;
	display:block;	
}

div#leftMenu ul li.sevenA{
	background-image:url(../images/leftNav_21.jpg);
	width:211px;
	height:30px;
	background-repeat:no-repeat;
	display:block;
	font-size:14px;
}

div#leftMenu ul li.sevenA:hover  {
	background-image:url(../images/leftNavRoll_21.jpg);
	width:211px;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#666666;
	text-decoration:none;
	display:block;	
}

div#leftMenu ul li.blank{
	background-color:#9A0C0B;
	width:211px;
	height:30px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	display:block;
	font-size:14px;
}

div#leftMenu ul li.blank:hover  {
	background-color:#270303;
	width:211px;
	height:30px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;	
}*/


div#leftMenu li:hover
{
	color:#FFFFFF;
	background-image:url(../images/leftNavRoll.png);
	background-repeat:repeat;
}

div#leftMenu ul li a  {
	display:block; /*--- List items in drop down highlight and wrapped lines indent correctly ---*/
	padding:0px 0px 0px 0px; /*--- Space on sides of menu item's text ---*/
	text-decoration: none; /*--- Removes the underlining of the link ---*/
	font-weight:bold;	
	margin:0px;
	color:white;
	margin-left:15px;
	/*margin-top:5px;*/
	font-size:14px;
}


div#leftMenu ul li a:hover  {
	color:#ffffff;
	display:block;
}

div#leftMenu ul li:hover ul
{
	display:block; /*--- Displays appropriate drop down menu ---*/
}


/*=======DROPDOWNS========*/


div#leftMenu ul li ul	{
	margin:0px;
	padding:0px;
	width:211px;
	top:28px;
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/

}

div#leftMenu ul li ul li	{
	margin:0px;
	width:100%;
	padding:0px;
	line-height:normal;
}

div#leftMenu ul li ul li:hover	{
	background-color:#000000;
}

div#leftMenu ul li ul li a	{
	font-size:12px;
	padding-left:5px;
	}

div#leftMenu ul li:hover a	{
	color:#FFFFFF;
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;

}



/*
div#leftMenu ul li.one{
	background-image:url(../images/leftNav_14.jpg);
	width:211px;
	height:27px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	display:block;
	font-size:14px;
}

div#leftMenu ul li.one:hover  {
	background-image:url(../images/leftNavRoll_14.jpg);
	width:211px;
	height:27px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;		
}


div#leftMenu ul li.two{
	background-image:url(../images/leftNav_15.jpg);
	width:211px;
	height:28px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	display:block;
	font-size:14px;
}za`

div#leftMenu ul li.two:hover  {
	background-image:url(../images/leftNavRoll_15.jpg);
	width:211px;
	height:28px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;	
}


div#leftMenu ul li.three{
	background-image:url(../images/leftNav_16.jpg);
	width:211px;
	height:25px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	display:block;
	font-size:14px;
}

div#leftMenu ul li.three:hover  {
	background-image:url(../images/leftNavRoll_16.jpg);
	width:211px;
	height:25px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;	
}



div#leftMenu ul li.four{
	background-image:url(../images/leftNav_17.jpg);
	width:211px;
	height:28px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	display:block;
	font-size:14px;
}

div#leftMenu ul li.four:hover  {
	background-image:url(../images/leftNavRoll_17.jpg);
	width:211px;
	height:28px;
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	font-size:14px;
}



div#leftMenu ul li.five{
	background-image:url(../images/leftNav_18.jpg);
	width:211px;
	height:26px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	display:block;
	font-size:14px;
}

div#leftMenu ul li.five:hover  {
	background-image:url(../images/leftNavRoll_18.jpg);
	width:211px;
	height:26px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;	
}


div#leftMenu ul li.six{
	background-image:url(../images/leftNav_20.jpg);
	width:211px;
	height:29px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	display:block;
	font-size:14px;
}

div#leftMenu ul li.six:hover  {
	background-image:url(../images/leftNavRoll_20.jpg);
	width:211px;
	height:29px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;	
}


div#leftMenu ul li.seven{
	background-image:url(../images/leftNav_21.jpg);
	width:211px;
	height:30px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	display:block;
	font-size:14px;
}

div#leftMenu ul li.seven:hover  {
	background-image:url(../images/leftNavRoll_21.jpg);
	width:211px;
	height:30px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;	
}
div#leftMenu ul li.blank{
	background-color:#9A0C0B;
	width:211px;
	height:30px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	display:block;
	font-size:14px;
}

div#leftMenu ul li.blank:hover  {
	background-color:#270303;
	width:211px;
	height:30px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;	
}*/



