html {
	height: 100%
}
#layer2 {font-size: 12px}

body {
	font-family: tahoma, helvetica, serif;
	margin:0px;
	height: 100%
}
ol {
	font-family: tahoma, helvetica, serif;
	 font-size:13px; 
}
td {
	font-family: tahoma, helvetica, serif;
	 font-size:13px; 
}
td#tmenu          { border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; 
               border-bottom: 1px solid #57863C; padding-left: 13px; font-family:Tahoma; font-size:13px; color:#FFFFFF; font-weight:Bold; height:35 }
td#tmenuEnd          { border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; 
               padding-left: 13px; font-family:Tahoma; font-size:13px; color:#FFFFFF; font-weight:Bold; height:34 }
a.tmenu  {color: #FFFFFF; text-decoration: none; font-family:Tahoma; font-size:13px}
a:hover.tmenu  {color: #FFFF06; text-decoration: none; font-family:Tahoma; font-size:13px}

a {
	font-family: Arial;
	color:#536E9D;
	font-size:12px;
	text-decoration:none;
}

a:hover {
	font-family: Arial;
	color:#536E9D;
	font-size:12px;
	text-decoration:underline;
}

/* ###################################################################################### */
/* Suckerfish Dropdown Menus from htmldog.com */
/* ###################################################################################### */

/* all lists */
#nav, #nav ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 34px;
	width: 759px;
}

#nav a {
	background: black url('layer_bullet.gif') no-repeat center left;
	padding-left: 30px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 11em
}

#nav a:hover {
	background: black url("/images/layer_bullet_on.gif") center left no-repeat;
	color: #6986A2;
}

/* all list items */
#nav li { 
	float: left;
	width: 9.5em; /* width needed or else Opera goes nuts */
}

/* second-level lists */
#nav li ul { 
	position: absolute;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

/* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	left: auto;
}

/* Set the spacing for dropdown items */
#nav li ul a { 
            line-height: 20px;
} 


/* Get the dropdown wide enough for all the text */
#nav li ul.solutions a { 
	width: 18em;
}


/* IE only specifications for dropdown widths        */
/* http://css-discuss.incutio.com/?page=BoxModelHack */
* html #nav li ul.solutions a { 
	width: 20em;
}

* html #nav li ul.industries a { 
	width: 13em;
}

* html #nav li ul.pr_events a { 
	width: 12em;
}

* html #nav li ul.about_us a { 
	width: 14em;
}