.menu{
	height: 36px;
	width: 110px;
	position: relative;
	list-style-type: none;
	background-image: url(images/menu_bas.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	text-align: center;
	

	

    }
*/* correct a little IE bug */
 html  .menu  li li{
	display:inline;
	
    }	

.menu:hover {
	height: 36px;
	width: 110px;
	position: relative;
	list-style-type: none;
	display: table-row;
	background-image: url(images/over.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	
}


.menu ul{
	width:110px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	display: table-cell;
	position: static;
	top: 0px;
	
    }
.menu ul a {
	color:#CCCCCC;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	height: 25px;
	width: 110px;
	display: block;
	overflow: hidden;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	
}
.menu ul a:hover {
	border-top-color: #aaa;
	border-right-color: #aaa;
	border-bottom-color: #aaa;
	border-left-color: #aaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 36px;
	width: 110px;
	

}


 
 .menu li ul{
	visibility: hidden;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 110px;
	
    }



	   
.menu li{
	width:110px;
	background-repeat: repeat-x;
	height: 36px;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	
    }
    
.menu li li{
	background-repeat: repeat-x;
	height: 25px;
	width: 110px;
	background-image: url(images/menu_bas.jpg);
	margin: 0px;
	padding: 0px;
	
    }

.menu a{
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 36px;
	width: 110px;
	overflow: hidden;
	margin: 0px;
	display: block;
	vertical-align: middle;
	padding-top: 10px;
	

    }
    
.menu a:hover{
	border-top-color: #aaa;
	border-right-color: #aaa;
	border-bottom-color: #aaa;
	border-left-color: #aaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 36px;
	width: 110px;
	
    }
    
/* for a mozilla better display with key nav */
.menu a:focus{
	color: #999999;
	background-image: url(images/over.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 36px;
	width: 110px;
	
}

