@charset "UTF-8";
/* CSS Document */

/* NAVIGATION - CSS SPRITES*/

#nav {
	width:803px;
	height:42px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}	
	
/*SON OF SUCKER FISH DROP DOWNS MODIFIED*/	
#drops, #drops ul {
	padding:0;
	margin:0;
	clear:both;
	float:left;
	width:inherit;
	}
	
#drops ul.drop {
	background:#f2f2f2;
	padding:5px;
	width:inherit;
	clear:both;
	float:left;
	margin-top:40px;
	border: 1px solid #CCCCCC;
	z-index: 200;
	}

#drops ul.drop li {
	width:inherit;
	clear:both;
	
	}
	
#drops ul.drop a {
	color:#5d5d5d;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#drops ul.drop a:hover {
	color: #ff3300;
	text-decoration: underline;
	
}
	
#drops a {
	display: block;
	/*width: 10em;*/
	float:left;
	clear:both;
	width:200px;
}

#drops li {
	float: left;
	/*width: 10em;*/
	list-style-type: none;
}

#drops li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#drops li:hover ul {
	left: auto;
}


#drops li:hover ul, #drops li.sfhover ul {
	left: auto;
}
/*END SUCKERFISH*/

/*SPRITE BACKGROUP POSITIONING*/	

#nav a.home, #nav a.company, #nav a.services, #nav a.software, #nav a.training, #nav a.books, #nav a.resources, #nav a.store, #nav a.contact {
	float:left;
	height:42px;
	text-indent:-999999px;
	background-image: url('http://www.exida.com/images/nav/NEWNAV.png');
	background-repeat: no-repeat;
	}
	
#nav a.home {	
	background-position:left top;
	width:40px;
	}
	
#nav a.company {	
	background-position:-40px 0;
	width:92px;
	}

#nav a.services {	
	background-position:-132px 0;
	width:95px;
	}

#nav a.software {	
	background-position:-227px 0;
	width:97px;
	}	

#nav a.training {	
	background-position:-324px 0;
	width:95px;
	}

#nav a.books {	
	background-position:-419px 0;
	width:74px;
	}	
	
#nav a.resources {	
	background-position:-493px 0;
	width:103px;
	}	
	
#nav a.store {	
	background-position:-596px 0;
	width:95px;
	}	
	
#nav a.contact {	
	background-position:-691px 0;
	width:111px;
	}	
	
/* Hover States */

#nav a.home:hover {
	background-position:left -43px;
	}
	
#nav a.company:hover {
	background-position:-40px -43px;
	}

#nav a.services:hover {
	background-position:-132px -43px;
	}

#nav a.software:hover{
	background-position:-227px -43px;
	}	
	
#nav a.training:hover{
	background-position:-324px -43px;
	}	
	
#nav a.books:hover{
	background-position:-419px -43px;
	}	
	
#nav a.resources:hover {
	background-position:-493px -43px;
	}
	
#nav a.store:hover {
	background-position:-596px -43px;
	}

#nav a.contact:hover {
	background-position:-691px -43px;
	}
