.menuTitleHolder {
	width:	100%;
	}

.menuTitle {     /*  link on base menu string */  
    background: url('images\button_title.jpg'); 
	font-size:	14px;
	color: white;
	text-decoration: none;
	text-align:	center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  
	font-style: normal;
	font-weight: bold;    
    height:24px;
    width: 93px;
	margin-top: 0px;   
    padding-top:3px;
    z-index:99999999999999999;
	}

.menuTitleSelected {
    background: url('images\button_title.jpg'); 
	font-size:	14px;
	color: white;
	text-decoration: none;
	text-align:	center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  
	font-style: normal;
	font-weight: bold;    
    height:24px;
    width: 93px;
	margin-top: 0px;   
    padding-top:3px;
    z-index:99999999999999999;
	}

.menuTitle:hover, .menuTitleSelected:hover{       
    background: url('images\button-rollover.jpg');
	font-size:	14px;
	color: white;
	text-decoration: none;
	text-align:	center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  
	font-style: normal;
	font-weight: bold;    
    height:24px;
    width: 93px;
	margin-top: 0px;   
    padding-top:3px;
    z-index:99999999999999999;
	}

.menuItemsHolder {   
    background: url('images\button_title.jpg');
	background-color: #626868;
	border:1px solid black;
	width: 93px;
    height:24px;
	color:white;
	text-decoration: none;
	text-align:	center;
	/*margin-top:2px; */
    padding-top:3px;
        z-index:99999999999999999;
	}

.menuItem {
    background: url('images\button_title.jpg'); 
	font-size:	14px;
	color: white;
	text-decoration: none;
	text-align:	center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  
	font-style: normal;
	font-weight: bold;    
    height:24px;
    width: 93px;
	margin-top: 0px;   
    padding-top:3px;
    z-index:99999999999999999;
 
	}

.menuItemSelected {
background: url('images\button_title.jpg'); 
	font-weight:bold;
	color: white;
	text-decoration: none;
	/*padding-right:	3px;*/
	width: 93px;
    z-index:99999999999999999;
	}

.menuItem:hover,.menuItemSelected:hover {
background: url('images\button-rollover.jpg'); 
	font-size:	14px;
	color: white;
	text-decoration: none;
	text-align:	center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  
	font-style: normal;
	font-weight: bold;    
    height:24px;
    width: 93px;
	margin-top: 0px;   
    padding-top:3px;
    z-index:99999999999999999;
	}
