#content_home {
	background:#ededed url(../images/content_bg.jpg) no-repeat;
	width:746px;
	margin:auto;
	position:relative;
}

/* *************** CUSTOM NAV STYLES **************** */

#btn_about a { background: url(../images/btn_about.gif) no-repeat; width: 222px; height: 25px; }
#btn_products a { background: url(../images/btn_products.gif) no-repeat; width: 222px; height: 25px; }
#btn_global a { background: url(../images/btn_global.gif) no-repeat; width: 222px; height: 25px; }
#btn_news a { background: url(../images/btn_news.gif) no-repeat; width: 222px; height: 25px; }
#btn_contact a { background: url(../images/btn_contact.gif) no-repeat; width: 222px; height: 25px; }

#btn_about a:hover {background-position: -222px 0;}
#btn_products a:hover {background-position: -222px 0;}
#btn_global a:hover {background-position: -222px 0;}
#btn_news a:hover {background-position: -222px 0;}
#btn_contact a:hover {background-position: -222px 0;}

.btn_text { visibility: hidden; }

/*#nav li ul {
	top: 25px;
}

#nav li ul li {
	clear: both;
	width:160px;
	text-indent: 0; 
	font-size: 10px;
	padding: 0 1px 0 1px; 
	background: none; 
	border: 0;
	border-top: 0; 
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	z-index: 10000;
}*/

#nav li ul li a {
	padding: 3px 5px 3px 13px;
	height: auto;
	width:auto;
	background: none;
}

#nav li ul li a:hover {
	background-color: none;
	background-image: none;
	height: auto;
	width:auto;
	color:#005faa;
}