a {outline:none;}

#wrapMenu {
	position: absolute;
	width:531px;
	height:20px;
	left: 325px;
	top: 60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0; 
	padding:0;
	text-align:left;
}

#nav{margin:0;padding:0;list-style:none;}
#nav li {float:left;position:relative;}


/*------ home --------*/
#nav li a.home {display:block;width:66px;height:20px;background: url(ffd_menu/ffd_MenuHome.gif) no-repeat 0 -20px;text-indent: -9999px;}
#nav li a.home:hover {background-position: 0 0;}

/*------ copro --------*/
#nav li a.copro {display:block;width:120px;height:20px;background: url(ffd_menu/ffd_MenuCopro.gif) no-repeat 0 -20px;text-indent: -9999px;}
#nav li a.copro:hover {background-position: 0 0;}

/*------ our approach --------*/
#nav li a.approach {display:block;width:107px;height:20px;background: url(ffd_menu/ffd_MenuAppro.gif) no-repeat 0 -20px;text-indent: -9999px;}
#nav li a.approach:hover {background-position: 0 0;}
	
/*------ news --------*/
#nav li a.news {display:block;width:93px;height:20px;background: url(ffd_menu/ffd_MenuNews.gif) no-repeat 0 -20px;text-indent: -9999px;}
#nav li a.news:hover {background-position: 0 0;}

/*------ links --------*/
#nav li a.links {display:block;width:58px;height:20px;background: url(ffd_menu/ffd_MenuLinks.gif) no-repeat 0 -20px;text-indent: -9999px;}
#nav li a.links:hover {background-position: 0 0;}

/*------ contact --------*/
#nav li a.contact {display:block;width:87px;height:20px;background: url(ffd_menu/ffd_MenuContact.gif) no-repeat 0 -20px;text-indent: -9999px;}
#nav li a.contact:hover {background-position: 0 0;}
	
	
/*---------  drop down --------*/
#nav li a {display: block;width:150px;height:17px;text-align:center;padding-top:5px;text-decoration: none;list-style-type:none;}
	
#nav li ul {display:none;width: 150px;height:20px;padding-left:8px;text-decoration:none;list-style-type:none}



/* specific to all other browsers */

#nav li:hover ul, #navbar li.hover ul {display: block;position: absolute;margin: 0;padding: 0;}

#nav li:hover li, #navbar li.hover li {float: left;}

#nav li ul li{background-color: #CCCCCC;border-top: 2px solid #fff;color: #3E4723 !Important; }
#nav li ul li:hover, #nav li ul li.hover{background-color:#999999;}


/* specific to IE5.5 and IE6 browsers */

#nav li a:hover ul, #nav li.hover ul {display: block;position: absolute;margin: 0;padding: 0; }

#nav li a:hover li, #nav li.hover li {float: left;}
