.menuTitleHolder {
	width:	100%;
	}



.menuTitle {
	background:url(images/menu.pngddddddd) top center no-repeat;
	
	font-size: 13px;
	height: 35px;
	text-align:	center;
	margin:1px;
	}

.menuTitlelink:link, .menuTitlelink:active, .menuTitlelink:visited
{
	width: auto;
	color:white;
	
	text-decoration: none;
}

.menuTitlelink:hover
{
	color: #000000;
	text-decoration: none;
}

.menuTitleSelected {
	font-size: 13px;
	
	height: 35px;
	text-align:	center;
	margin:1px;
	}

.menuTitleSelectedlink:link, .menuTitleSelectedlink:active, .menuTitleSelectedlink:visited
{
	width: auto;
	color:black;
	
	text-decoration: none;font-weight:normal;
}

.menuTitleSelectedlink:hover
{
	color: #000000;
	text-decoration: none;font-weight:normal;
}

.menuItemsHolder {

	
	font-size: 12;
	width: 130px;
	border-style: none;
	text-decoration: none;
	font-weight:normal;
	
	}

.menuItemTd{
	background: url("images/center.png");font-weight:normal;
}
.menuItemTd:hover{
	background:black;font-weight:normal;
}
	
.menuItem {
	color: white;
	
	border-bottom: 1px solid #000000;
	margin-bottom: 1px;
	font-size: 12px;
	width: 120px;
	font-family: arial;
	
	border-style: none;
	text-decoration: none;
	font-weight:normal;
	}

	.titlemenuItemlink,.titlemenuItemlink:hover,.titlemenuItemlink:link,.titlemenuItem .*, .titlemenuItemSelected.*, .titlemenuItemSelectedlink,.titlemenuItemSelectedlink:link{
		color:white;
		font-weight:bold;
		text-decoration: none;
	}
	
.menuItemSelected {
	color: white;
	
	border-bottom: 2px solid #000000;
	margin-bottom: 1px;
	font-size: 12px;
	font-family: arial;
	width: 120px;
	
	border-style: none;
	text-decoration: none;
font-weight:normal;
	}

.menuItem:hover,.menuItemSelected:hover {
	color: white;
	font-weight:normal;
	border-bottom: 2px solid #000000;
	margin-bottom: 1px;
	font-size: 12px;
	font-family: arial;
	width: 120px;
	
	border-style: none;
	text-decoration: none;
	background-color:#000;
	}

