.invertedshiftdown{
	width: 510px;
	background: transparent;
	float: right;
	clear: right;
	height: 180px;
	padding: 0;
	margin-left: 30px;
}

.invertedshiftdown ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
	display: inline;
	text-transform:uppercase;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	
}

.invertedshiftdown a{
	float: left;
	color: white;
	background-attachment: scroll;
	background-image: url(../Images/button.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	width: 100px;
	text-align: center;
	height: 180px;
	display: block;
	line-height: 280px;
}

.invertedshiftdown a:hover{
	color: #000000;
	background-attachment: scroll;
	background-image: url(../Images/button_on.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	width: 100px;
	height: 180px;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
	color: white;
	background-attachment: scroll;
	background-image: url(../Images/button_on.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	width: 100px;
	text-align: center;
	height: 180px;
}

body#home a#homenav,
body#About a#Aboutnav,
body#products a#productsnav,
body#Contact a#Contactnav
 {
	color: #fff;
	background-color: #930;
	background-image: url(../Images/button_on.jpg);
	background-repeat: no-repeat;
}

