/* Top Level UL declarations */
ul.topNavMenu, ul.topNavMenu ul {
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 0;
	z-index:255;
}
ul.topNavMenu .Popout
{
    list-style-type:none;
    float: left;
	position: relative;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 7px 8px 7px;
	color:#FFFFFF;  
	z-index:256;
	cursor:pointer;
}

ul.topNavMenu .Popout .Child 
{
    list-style-type:none;
	position: absolute;
    top: 100%;
    left: 0;
    color:#FFFFFF;
    text-decoration:none;
    list-style: none;
    /*line-height: 16px;*/
    background: #B3CCF7;
    background-image: url('../Template/laura_ddGradient.jpg');
    background-repeat:repeat-x;
    /* backtround transparency
        filter: alpha(opacity=85); 
		-moz-opacity: 0.85;*/
    border: solid 1px #3417CF;
	text-align:center;
    max-width: 150px;   
    width: 135px; 
    padding-top: 10px;
    margin-top: 1px;
    z-index:257;
    /* explicitly for IE */
    *width: 100px;	
    *margin-left: 0;
}    

ul.topNavMenu .Popout > .Child 
{         
	top: 26px;
    left: 0;
	list-style-type:none;
	display:none;
			
}

ul.topNavMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
	  display: inline-block;              /* specially to go with the className changes in the behaviour file */
}
ul.topNavMenu .Popout:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
									  the > targets only the child ul, not any child uls of that child ul */
	  display: block;              /* makes the child block visible - one of the most important declarations */
}

ul.topNavMenu .Popout a 
{
    display: inline;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	padding: 0 5px 5px 0;   
    /* explicitly for IE */
    *margin-left: 10px;
}
ul.topNavMenu .Popout .Child a 
{
    padding:4px 0px 4px 0px;
    
    border-top: solid 1px #3417CF;
    display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	/*padding: 0 5px 4px 0;   */
    /* explicitly for IE */
    margin: 0px;
    width:100%;
}
ul.topNavMenu .Popout a:hover, ul.topNavMenu .Popout a.CSStoHighlight {
	color: #ffcc00;
}
ul.topNavMenu .Popout .Child a:hover, .Popout.CSStoHighlight {
    color: #ffcc00;
}


ul.topNavMenu ul {  
	display: none; position: absolute; top: 0px; left: 173px; list-style-type: none;
}
    
ul.topNavMenu .Popout {  /* the behaviour to mimic the li:hover rules in IE 5+ */
	behavior:  url(IEmen.htc);
}
