mainmenu {
z-index: 999;
}

#mainmenu li {
z-index: 999;
}

img {
z-index: 1;
}

.column1-3,
.column2-3,
.column3-3 {
margin-top: 6em;
}

.column2-3 {
/*margin-top: 6em;*/
}

/* fix dashed line issue */
ul#press_MIT_press_list ul, 
ul#list_content_MIT_content_list ul{
padding-top: 10px;
}

/* IE7 only seems to obey the hover position rules if the border changes. weird. */
#sidebar-left:hover {
border: solid 1px #cc3332;
}

/* Calendar Event Labels were offset.  This fixes it. */
#calendar li {
height: 1.5em;
}

/*login screen on press page fix*/
.lvac_content #user-login div {
clear: both;
margin-left: .5em
}

/*submit button on press page fix*/
.lvac_content #user-login div #edit-submit{
margin-left: .5em;
}

/* Fixing mini-cal mouseovers */
#bottom div.smallblock {
position: relative;
display: inline;
z-index: 100;
}

#bottom div.first {
z-index: 200;
}

#bottom div.last {
z-index: 2;
}

.mini_cal_teaser {
z-index: 999;
margin: 1em 0 0 -1em;
}

/*Homepage flag fix*/
.homepage #top div,
.homepage #top img{
z-index: 1;
}

/*Homepage flag fix*/
.homepage span.flag {
z-index: 999;
}
