/*Resets*/
#nav, .dropdown {
	margin:0;
	padding:0;
	text-indent:0;
	list-style:none;
	list-style-image:none;
}

#nav, .mainButton a {height:55px;} 

#nav {
	position:absolute;
	top:0px;
	left:250px;
	width:712px;
}

#nav a {display:block;}

@media (max-width: 1020px) {
	#nav {}}

.mainButton {
    float:left;
	position:relative;
}

#home a{width:67px;}
#home a, #home a:visited {background:url("https://www.readerware.com/images/btn-home.gif") top center no-repeat;}
#home a:hover {background:url("https://www.readerware.com/images/btn-home.gif") top right no-repeat;}

#order a{width:66px;}
#order a, #order a:visited {background:url("https://www.readerware.com/images/btn-order.gif") top center no-repeat;}
#order a:hover {background:url("https://www.readerware.com/images/btn-order.gif") top right no-repeat;}

#products a{width:84px;}
#products a, #products a:visited {background:url("https://www.readerware.com/images/btn-products.gif") top center no-repeat;}
#products a:hover {background:url("https://www.readerware.com/images/btn-products.gif") top right no-repeat;}

#testimonials a{width:106px;}
#testimonials a, #testimonials a:visited {background:url("https://www.readerware.com/images/btn-testimonials.gif") top center no-repeat;}
#testimonials a:hover {background:url("https://www.readerware.com/images/btn-testimonials.gif") top right no-repeat;}

#download a{width:93px;}
#download a, #download a:visited {background:url("https://www.readerware.com/images/btn-download.gif") top center no-repeat;}
#download a:hover {background:url("https://www.readerware.com/images/btn-download.gif") top right no-repeat;}

#support a {width:81px;}
#support a, #support a:visited {background:url("https://www.readerware.com/images/btn-support.gif") top center no-repeat;}
#support a:hover {background:url("https://www.readerware.com/images/btn-support.gif") top right no-repeat;}

.social {
	position:relative;
	top:20px;
	height:22px;
	overflow:hidden;
	margin-left:6px;
	float:right;
}

.social a {height:auto;}

/*Reset a few things so the dropdown doesn't inherit main button behaviours*/
#nav li .dropdown a {background-image:none;height:auto;width:auto;}

.dropdown, .dropdown li {width:150px;margin:0;}

.dropdown {
	position:absolute;
	top:50px;
	left:9px;
    z-index:1000;
	font-size:11px;
	border:0px solid #fff;
}

.dropdown li a, .dropdown li a:visited {
	padding:5px 6px 5px 6px;
	color:#fff;
	text-decoration:none;
}

.dropdown li a:hover {color:#c2c2c2;}

.dropdown li {background:#dd5533;}

.dropdown li:hover {background:#dd5533;}

