
/*
.menuTitleHolder { width:	100%;}

.menuTitleLang { filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#CDD4DE', startColorstr='#ffffff', gradientType='0'); background-color: #000000;
				 border:1px solid green; font-weight:bold; display:	block; width: 81px; color: green; text-decoration: none; text-align: center; margin:1px; }

.menuTitle { filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#CDD4DE', startColorstr='#ffffff', gradientType='0'); background-color: #000000;
			 border:1px solid #D2D6D7; font-weight:bold; width: 81px; display: block; color: #446D8C; text-decoration: none; text-align: center; margin:1px; }

.menuTitleSelected { filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#CDD4DE', startColorstr='#ffffff', gradientType='0'); background-color: #000000;
					 border:1px solid red; font-weight:bold; display: block; width: 81px; color: red; text-decoration: none; text-align: center; margin:1px;	}

.menuTitle:hover, .menuTitleSelected:hover{	border:1px solid #000000; color: #000000; }

.menuItemsHolder { filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#CDD4DE', startColorstr='#ffffff', gradientType='0'); background-color: #000000;
				   border:1px solid black; font-weight:bold; width: 100px; color: #446D8C; text-decoration: none; text-align: right; margin-top:2px; display: block; }

.menuItem {	color: #446D8C;	text-decoration: none; padding-right: 3px; display: block; width: 100px; }

.menuItemSelected { color: red; text-decoration: none; padding-right: 3px; display: block; width: 100px; 	}

.menuItem:hover,.menuItemSelected:hover { color:	 white; background-color:#446D8C; }
*/

a.menuTitle:link,a.menuTitle:active,a.menuTitle:visited { border-bottom:1px solid #D2D6D7; display: block; width: 115px; line-height:18px; color:#00533f; 
														  font-weight:bold; }
a.menuTitle:hover { background-color:#ebf2f0 }

a.menuTitleSelected:link,a.menuTitleSelected:active,a.menuTitleSelected:visited { border-bottom:1px solid #D2D6D7; display: block; width: 115px; line-height:18px; 
																				  color:#00533f;  }
a.menuTitleSelected:hover { background-color:#ebf2f0 }

a.menuItem:link,a.menuItem:active,a.menuItem:visited { color: #00533f; text-decoration: none; font-weight:bold; display: block; width: 115px; background-color:#ebf2f0;
													   line-height:18px; border-bottom:1px solid #D2D6D7; }
a.menuItem:hover { }

a.menuItemSelected:link,a.menuItemSelected:active,a.menuItemSelected:visited {	color: #00533f; line-height:18px; text-decoration: none; font-weight:bold; display: block; 
																				width: 100px; background-color:#ebf2f0; line-height:18px; border-bottom:1px solid #D2D6D7; }
a.menuItemSelected:hover { }


