.invertedshiftdown{
	padding: 0;
	width: 100%; /*Red color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: none;
	border-top: 5px solid #80c9fe; /*Red color theme*/
}

.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;
margin: 0 2px 0 0;
padding: 0;
text-transform:none;
}

.invertedshiftdown a{
	float: left;
	display: block;
	font: 10px Verdana;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none; /*Padding within each menu item*/
	background-color: #9cd2f9; /*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;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 9px;
}

.invertedshiftdown a:hover{
background-color: #6ac0ff; /*Red color theme*/
padding-top: 2px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
	background-color: #6ac0ff; /*Red color theme*/
	padding-top: 2px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: white;
	font-weight: bold;
}
