/*TABLE LAyOUT*/

table.muedu {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #ccc;
    border-bottom: 1px solid #ccc;
	width:100%;
}
table.muedu th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px dotted #ccc;
}
table.muedu td {
    text-align: left;
    border-top: 1px dotted #ccc;
    padding: 0.2em 0.5em;
}
table.muedu thead th {
    text-align: left;
    border-bottom: 1px solid #ccc;
}
table.muedu th.Corner {
    text-align: left;
}

/*Menu TABLE LAyOUT*/

table.menutable {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
	width:540px
}
table.menutable th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-bottom: 1px solid #fff;
}
table.menutable td {
    text-align: left;
    border-top: 1px dotted #fff;
    padding: 0.2em 0.5em;
}
table.menutable thead th {
    text-align: left;
    border-bottom: 1px solid #ccc;
}
table.menutable th.Corner {
    text-align: left;
}
