#pointermenu2{
margin: 0;
padding: 0;
}

#pointermenu2 ul{
margin: 0;
margin-left: 0px; /*menu offset from left edge of window*/
float: left;
padding-left: 0px;
font: bold 12px Verdana;
background: #c00000 url(../media/leftround2.gif) bottom left no-repeat; /*optional left round corner*/
width:100%;
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 0px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color: white;
font-weight: bold;
padding: 7px 9px 7px 5px;
text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: white;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: lightyellow;
background: transparent url(../media/pointer.gif) bottom center no-repeat;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 72px;
padding-left: 2px;
background: url(../media/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}
.publications{
position:relative;
width:20px;
height:120px;
background-image:url(../'images/publications.gif');
background-repeat:no-repeat;
background-position:0px top;
border-bottom-style:solid;
border-bottom-color:#999999;
border-bottom-width:1px;
border-right-style:solid;
border-right-color:#999999;
border-right-width:1px;

left:17px;
float:right;
}
.publications2{
padding:12px;
padding-left:20px;
}
.task_note{
border-top-style:solid;
border-top-color:#999999;
border-top-width:1px;
border-right-style:solid;
border-right-color:#999999;
border-right-width:1px;
padding:12px;
padding-left:20px;
width:520px;
}
.task a:hover{
border-color:#FFCC00;
border-style:solid;
border-width:1px;
display:block;
}
.task a{
display:block;
}
