.invertedshiftdown{
padding: 0;
width: 100%;

}

.invertedshiftdown ul{
	margin-left: 12px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	width: 920px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
	float: left;
	display: block;
	color: black;
	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*/

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 9px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
	height: 25px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.invertedshiftdown a:hover{
	background-color: #00A1C8; /*Red color theme*/
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: white;
	background-image: url(images/nav-hover.jpg);
	background-repeat: repeat-x;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}





.footer{
	padding: 0;
	width: 100%;
}

.footer ul{
	margin-left: 100px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	width: 920px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.footer li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}

.footer a{
	float: left;
	display: block;
	color: #FFFFFF;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-image: url(images/bor.jpg);
	background-repeat: no-repeat;
	background-position: right 7px;
	text-decoration: none;
}

.footer a:hover{
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: white;
	background-image: url(images/bor.jpg);
	background-repeat: no-repeat;
	background-position: right 7px;
	text-decoration: underline;
}
.footer .current a{ /** currently selected menu item **/
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

