body { background-color:transparent; margin:0;}
li.menuText {list-style-type: none;}
.menuText	{ color:black;
			  font-family:  "Trebuchet MS","Arial";
			  font-style: italic;
			  font-size: 19px;
			  font-weight: bold;
			  text-align: center;
			  width:122px;
			  line-height: 20px;
			  margin-top:0;
			  margin-bottom: 9px;
			  margin-left:0;
			  }
.menuLink	{ color:black;}

.menuLink:link 		{ text-decoration: none;}
.menuLink:visited 	{ text-decoration: none;}
.menuLink:hover 	{ color:yellow; 
				  	  background-color: transparent; 
				  	  text-decoration:none; 
				  	  background-color:transparent;
				  	  }
.menuLink:active 	{ text-decoration: none;}

.menuText:link 		{ text-decoration: none;}
.menuText:visited 	{ text-decoration: none;}
.menuText:hover 	{ color:yellow; 
				  	  background-color: #c30; 
				  	  text-decoration: none;
				  	  }
.menuText:active 	{ text-decoration: none;}

#menuBlock { position:relative;
			 top: 0px;
			 left: 0px;
			 width: 180px;
			 height: auto;
			 /*
			 border: 3px dotted red;
			 */
			 }
#logo { position: relative;
		top: 16px;
		left: 16px;
		width: 120px;
		height: 120px;
		clear:both;
		}
#logo img	{ border: 1px solid #c30;}
#menu { background-image: url(../MenuItems/TextMenu/menuBack.png);
		position:relative;
		top: 30px;
		left: 16px;
		width: 120px;
		background-repeat: no-repeat;
		height: 418px;
		border: solid 1px #c30;
		}