
.submenu{ /*2nd level content wrapper*/
display:none;
border: 1px solid #778;
/* background-color: #EFFADC;  */
background-color: #ffd200; 
height: 100% /*IE7 beta2 fix*/

}

.submenu ul{
padding: 0;
margin: 0;
list-style-type: none;
display: none;
}

.submenu ul li{
display: inline;
}

.submenu ul.selected{ /*selected 2nd level content*/
display: block;
}

.submenu ul li a{
border-right: 1px solid #778;
color: navy;
padding: 2px 5px;
display: block;
float:right;
text-decoration: none;
}


.submenu ul li a:hover{
background-color: #D3F1A0;
color: blue;
}

.clearfix:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.html*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{
display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


