/*
####################################################################################################
#
#	File:			navigation_rollovers.css
#	Purpose:		CSS contained in this file is for all the navigation buttons in the navigation  
#					menu.
#
####################################################################################################
*/


/* HOME */
#home {
    display: block;
    width: 183px;
    height: 27px;
    background: url(../images/nav_button_home.png) no-repeat 0 0; 
    border-bottom-width: 0px;
}

#home:active {
	outline: 0;
}

#home:focus {
	outline: 0;
}

/* APPLY */
#apply {
    display: block;
    width: 183px;
    height: 27px;
    background: url(../images/nav_button_apply.png) no-repeat 0 0; 
}

#apply:active {
	outline: 0;
}

#apply:focus {
	outline: 0;
}

/* TESTIMONIALS */
#testimonials {
    display: block;
    width: 183px;
    height: 27px;
    background: url(../images/nav_button_testimonials.png) no-repeat 0 0; 
    border-bottom-width: 0px;
}

#testimonials:active {
	outline: 0;
}

#testimonials:focus {
	outline: 0;
}

/* CONTACT */
#contact {
    display: block;
    width: 183px;
    height: 27px;
    background: url(../images/nav_button_contact.png) no-repeat 0 0; 
    border-bottom-width: 0px;
}

#contact:active {
	outline: 0;
}

#contact:focus {
	outline: 0;
}

/* FREE TRIAL */
#freeTrial {
    display: block;
    width: 183px;
    height: 27px;
    background: url(../images/nav_button_freeTrial.png) no-repeat 0 0; 
    border-bottom-width: 0px;
}

#freeTrial:active {
	outline: 0;
}

#freeTrial:focus {
	outline: 0;
}

.navigation ul {
	list-style: none;	
	padding: 0;
	padding-left: 1px;
  	margin: 0;

}

.navigation li {
  float: left;
  position: relative;
}