body, td
{
	font-family: Tahoma, Geneva, Helvetica, Arial, Trebuchet, Sans-Serif;
	font-size: 11px;
	margin: 0px;
}

img /* turn off borders around images just to be safe */
{
	border: 0px;
}

div, p, th, li, dd, dl, dt /* redundant selectors to help NS4 not forget */
{
	font-family: Tahoma, Geneva, Helvetica, Arial, Trebuchet, Sans-Serif;
}


input, select, textarea /* fix form styles */
{
	font-family: Tahoma, Geneva, Helvetica, Arial, Trebuchet, Sans-Serif;
	font-size: 11px;
}


p.home_news {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	text-decoration: none;
}

p.home_news a {
	color: #000;
	text-decoration: none;
}

p.home_news a:hover {
	color: #000;
	text-decoration: underline;
}


/* Revised CSS nav styles */

#vertnav {
	position:absolute;
	list-style:none;
	z-index:1;
	padding:0px;
	margin:0px;

}
#vertnav li {
	position: relative;
	/*height:3.4em;*/
	padding:0px;
	margin:0px 0 5px 0;
}

#vertnav.top_level li {
	/*width:4em;*/
}

#vertnav li a {
	display:block;
	width:184px;
	height:33px;
}


#vertnav ul li{
	padding:0px;
	background-color:#ffffff;
	display:block;
	white-space:nowrap;
	/*height:2em;*/
	font-weight:bold;
}

html > body #vertnav ul li{
	margin:00px 0px 0px -40px;
}



#vertnav ul li a{
	display:block;
	padding:3px 2px 6px 6px;
	color:#000000;
	height:1.8em;
	text-decoration:none;
	width:16em;

}

html > body #vertnav ul li a {
	
	padding:3px 2px 4px 6px;
	
}
html > body #vertnav ul li a.bottom {
	
	height:1.4em;
	
}
html > body #vertnav #top_services ul li a.bottom, html > body #vertnav #top_product ul li a.bottom {
	
	height:1.3em;
	
}
#vertnav ul li a.has_sub{
	background-image:url("../images/arrow.gif");
	background-repeat:no-repeat;
	background-position:top right;
}

#vertnav ul ul {
	
	margin:-1px 0px 0px 44px;
}

html > body #vertnav ul ul {
	
	margin:0px 0px 0px 52px;
}

#vertnav ul.medium_width li, #vertnav ul.medium_width a {
	 width:22em;
}

#vertnav ul.medium_width {
	 width:19.08em;
}
#vertnav ul.medium_width ul {
	 margin:0px 0px 0px 110px;
}
html > body #vertnav ul.medium_width ul {
	 margin:0px 0px 0px 118px;
}
#vertnav ul ul.wide_width li, #vertnav ul ul.wide_width a {
	 width:30em;
}

#vertnav ul.wide_width {
	 width:27.08em;
}

#vertnav ul.large_width{
	 width:30em;
}

#vertnav ul li a:link, #vertnav ul li a:visited{
	background-color:#ffffff;	
}

#vertnav ul li a:hover, #vertnav ul li a:active{
	background-color:#334dc5;
	color:#ffffff;
}

#vertnav ul, #vertnav ul ul, #vertnav ul ul ul {
    display:none; 
    position:absolute;
    top:0; 
    left:12em;
}

#vertnav li:hover ul ul, #vertnav li:hover ul ul ul {
    display:none; 
}

#vertnav li:hover ul, #vertnav ul li:hover ul, #vertnav ul ul li:hover ul {
    display:block;
}

li>ul { 
	top: auto;
	left: auto;
}



/* Win IE only \*/

* html #vertnav li{float:left;} 

/* end holly hack */





