@charset "UTF-8";
/* CSS Document */
a.menuItem {
   height:15px;
   text-decoration:none;
   text-align:center;
   margin:auto 3px;
   vertical-align:middle;
   color:#333;
   float:left;
   /*width:90px;*/
}
a.menuItem img.droppinga {
	position:relative;
	top:-100px;
	}
a.menuItem.highlight {
	color: #CB1929;
	text-shadow: #FF727D 0px 0px 2px;
}