/* 2 Column (right menu) settings */
.rightmenu {
    /* background:#eee; right column background colour */
}
.rightmenu .colleft {
    right:25%; /* right column width */
    /* background:#fff; left column background colour */
}
.rightmenu .col1 {
    width:75%; /* left column content width (left column width minus left and right padding) */
    left:25%; /* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
    width:25%; /* right column content width (right column width minus left and right padding) */
    left:25%; /* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
.rightmenu .col3 {
    display: none;
}