/* ######### Marker List Vertical Menu ######### */

.markermenuAcademicAcademic{
width: 230px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenuAcademic ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}


.markermenuAcademic ul li a{
background: #d7f1fe url(../images/bullet2.jpg) no-repeat 20px center; /*light gray background*/
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #43a8e0;
display:block;
width: auto;
padding: 3px 0;
padding-left: 40px;
text-decoration: none;
text-transform:none;

}

.markermenuAcademic ul ul a{
background: #d7f1fe url(../images/bullet2submenu.jpg) no-repeat 20px center; /*light gray background*/
font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #43a8e0;
display:block;
width: auto;
padding: 3px 0;
padding-left: 40px;
text-decoration: none;
text-transform:none;

}

.markermenuMediaCenter{
width: 230px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
background-color:#e9e7e7;

}

.markermenuMediaCenter ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}


.markermenuMediaCenter ul li a{
background: #e9e7e7 url(../images/bulletmedia.jpg) no-repeat 20px center; /*light gray background*/
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #4f4e4e;
display:block;
width: auto;
padding: 3px 0;
padding-left: 50px;
text-decoration: none;
/*text-transform:uppercase;
*/}


.markermenuNews ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}


.markermenuNews ul li a{
background: #feede0 url(../images/submenunews.jpg) no-repeat 20px center; /*light gray background*/
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #4f4e4e;
display:block;
width: auto;
padding: 3px 0;
padding-left: 40px;
text-decoration: none;
text-transform:none;
}


.categoryitems2   li a{
background: #0c6d97 url(../images/bullet2.jpg) no-repeat 35px center; /*light gray background*/
font: normal 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #FFFFFF;
display:block;
width: auto;
padding: 8px 0;
padding-left: 65px;
text-decoration: none;
text-transform:none;
}

* html .markermenuAcademic ul li a{ /*IE6 hack*/
width: 155px;
}




.markermenuMediaCenter ul li a:hover, .markermenuAcademic ul li a.selected{
/*color: #9933A0;
background-color: #ffffff;*/
text-decoration:underline;
}


.markermenuAcademic ul li a:hover, .markermenuAcademic ul li a.selected{
color: #868788;
/*background-color: #ffffff;*/
text-decoration:underline;
}

.markermenuAcademic ul li ul a:hover, .markermenuAcademic ul li a.selected{
color: #43a8e0;
/*background-color: #ffffff;*/
text-decoration:underline;
}

.markermenuNews ul li a:hover, .markermenuAcademic ul li a.selected{
color: #868788;
text-decoration:underline;
/*background-color: #ffffff;*/
}
/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}


.blackwhite li a:hover{
background: black;
color: white;
}
