#alumni #leftContainer .ddsmoothmenu-v #mnavi #mnavi13 ul li a
{
  color: #333;
  background-color: transparent;
  background-image: url("../images/mnavi.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}
#leftContainer .ddsmoothmenu-v #mnavi #mnavi13 ul li a:hover
{
  color: #ffffff;
  background-color: transparent;
  background-image: url("../images/mnavi_on.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}
#alumni #leftContainer .ddsmoothmenu-v #mnavi #mnavi13 ul li a:hover
{
  color: #ffffff;
  background-color: transparent;
  background-image: url("../images/mnavi_on.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}
#leftContainer .ddsmoothmenu-v #mnavi li ul li a
{
  font-weight: bold;
  color: #333333;
  display: block;
  width: 172px;
  height: 28px;
  padding-top: 8px;
  padding-left: 28px;
  background-color: transparent;
  background-image: url("../images/mnavi.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}


.ddsmoothmenu-v ul{
/*margin: 0;
padding: 0;  Main Menu Item widths */
 width: 172px;
list-style-type: none;
/*font: bold 12px Verdana; */
}
 
#leftContainer .ddsmoothmenu-v ul li{
position: relative;
float: none;
margin-left:0;
padding-left:0;
border-top:none;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
/*display: block;*/
overflow: auto; /*force hasLayout in IE7 */
/*
color: white;
text-decoration: none;
padding: 6px 6px 6px 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778; */
margin-left:0;
padding-left:0;
/* border-top: 1px solid #E3E9EF; */
}

.ddsmoothmenu-v ul li ul li a:link, .ddsmoothmenu-v ul li ul li a:visited, .ddsmoothmenu-v ul li ul li a:active{
background: #EDF7FF; /*background of menu items (default state)*/
/* color: white;*/ 
}


.ddsmoothmenu-v ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #0055BC !important; 
/* color: navy; */
}

.ddsmoothmenu-v ul li ul li a:hover{
background: #0055BC; /*background of menu items during onmouseover (hover state)*/
/* color: #333; */
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 150px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
margin-left: 0;
padding-left:0;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */