@charset "utf-8";
/* CSS Menu Definitions for Program Menu*/
.prgmenu {
font-size:90%;
}

/* remove all the bullets, borders and padding from the default list styling */
.prgmenu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}

.prgmenu ul a {
display:block; 
text-decoration:none;
height:30px;
line-height:30px;
width:150px;
color:#ffffff;
background:#21395A;
text-indent:5px;
border:1px solid #33598C;
border-width:0 0 1px 0;
}

.prgmenu ul li ul li a:link, .prgmenu ul li ul li a:visited {
display:block; 
text-decoration:none;
height:22px;
line-height:22px;
width:150px;
color:#000000;
background:#8DBEF7;
text-indent:15px;
border:1px solid #33598C;
border-width:0 0 1px 0;
font-weight:normal;
}

/* style the link hover */
.prgmenu ul li ul li a:hover, .prgmenu ul li ul li.active a{
color:#990000; 
background:#ffffff;
text-decoration:none;
}