blob: 1784a9d994c2b87c151753702a6b442848411d99 [file] [log] [blame]
/***************/
/* page layout */
/***************/
/***IE***/
#menu {
float:left;
}
#content {
float:left;
margin-left:1ex;
}
/***W3C***/
[id=menu] {
position:fixed;
}
[id=content] {
/* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
padding-left:16ex;
}
/**************/
/* menu style */
/**************/
#menu .submenu {
padding-top:1em;
display:block;
}
#menu label {
display:block;
font-weight: bold;
text-align: center;
background-color: rgb(192,192,192);
}
#menu a {
display:block;
text-align: center;
background-color: rgb(235,235,235);
}
#menu a:visited {
color:rgb(100,50,100);
}