.menuTitleHolder {
	width:	100%;
	}
/*
.menuTitleLang {
	background: url('images\menu-v-bg.gif');
	background-repeat: no-repeat; 
	border:1px solid green;
	font-weight:bold;
	width: 81px;
	color: #3D587F;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}
*/

.menuTitle {     /*  link on base menu string */  

	/*background-repeat: repeat-x; 	
    border-left:1px solid #9FBFDB; 
		background: url('images/menu-v-bg1.gif');
    border-right:1px solid #9FBFDB;  */
	width: 116px;                     
	color: #ffffff;
	background: url(images/buttonOFF.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
    font-weight:bold;
	text-decoration: none;
    
	text-align:	center;
    padding-top:3px; 
	margin:4 3 4 3;
    height:27px;
	}

.menuTitleSelected {
   /*   background: url('images/menu-v-bg1r.gif');	 
	font-weight:bold; */
	background: url(images/buttonON.jpg) top center no-repeat;
	width: 116px;
	color: #3D587F;
	padding-top:3px;
	text-decoration: none;
	text-align:	center;
	margin:3px;
    height:27px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
    font-weight:bold;
	text-decoration: none;
	}

.menuTitlelink:link, .menuTitlelink:active, .menuTitlelink:visited
{
	color: #446D8C;
	text-decoration: none;
}
.menuTitlelink:hover
{
	color: #446D8C;
	text-decoration: none;
}
.menuTitleSelectedlink:link, .menuTitleSelectedlink:active, .menuTitleSelectedlink:visited
{
	color: #ffffff;
	text-decoration: none;
}

.menuTitleSelectedlink:hover
{
	color: #ffffff;
	text-decoration: none;
}


.menuItemsHolder {  
	background: url('images/menu-v-bg1.gif');
		
    font-weight:bold;
	width: 110px;
	color: #446D8C;
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
    font-weight:bold;
	text-decoration: none;
    text-align:	center;
    padding-top:3px; 

    height:21px;    
	}

.menuItem {
	color: #3D587F;
	text-decoration: none;
	padding-right:	3px;
	width: 110px;
    
    
    
	}

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

.menuItem:hover,.menuItemSelected:hover {

    background: url('images/menu-v-bg1r.gif');
    
    /*
	color:		white;
	width: 110px;
    height:21px; 
    text-align:	center;
    */
    font-weight:bold;
	width: 110px;
	color: #446D8C;
	text-decoration: none;
	text-align:	right;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
    font-weight:bold;
	text-decoration: none;
    text-align:	center;
    /*padding-top:3px; */

    height:21px;    
    
	}
