DIV.Menu img				{		border: 0px; margin: 0px; padding: 0px; }
a.not_selected				{ 
												color: #FFF; 
												text-decoration:none;
												font-size:15px;
												font-weight: bold; 
											}

a.not_selected:hover	{ 
												color: #FFF; 
												text-decoration: none; 
												font-size:15px;
												font-weight: bold; 
											}



DIV.Menu ul				{	list-style: none; display: inline; margin: 0px; padding: 0px; }
DIV.Menu li				{	float: left; cursor: default; }
DIV.Menu img			{	cursor: default;  }

.MenuItem {padding-left:10px; height:35px; line-height: 29px; font-size:15px; font-weight: bold; text-decoration: none; cursor:pointer; }
.SelectedMenuItem {padding-left:10px; height:35px; line-height: 29px; font-size:15px; font-weight: bold; text-decoration: none; background-color:#EF7532; cursor:pointer;
	 opacity: 0.85; /* 85% opacity for all modern browsers */
   filter: alpha(opacity=85); /* 85% opacity for IE */
	}
