/*\*/
html*#Main_nav ul 
{
padding-top: 8px;
}

html*#Main_nav .active a
{
padding-bottom: 40px;
}

html*#Main_nav_logged ul
{
padding-top: 8px;
}

html*#Main_nav_logged .active a
{
padding-bottom: 16px;
}
/**/

.dummyend{clear: both/*end hack using dummy attribute selector for IE5 mac*/}

.dummy2 {/*this tests that the declaration above does not affect later ones. if the [] rule is left unclosed it can cause problems*/
color: green;
font-size:12px;
}