/* Start of CMSMS style sheet 'menu2' */
.menu2{
width: 190px; /*width of menu*/
}

.menu2 .headerbar{
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
color:#FFFFFF;
padding: 6px 0px 6px 27px;
margin-bottom:0px;
text-decoration:none;
background:#FFFFFF url(/images/back1.gif) no-repeat;
width: 187px;
}

.menu2 .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.menu2 ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
background-color: #FFFFFF;
width: 214px;
}

.menu2 ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.menu2 ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
color:#706550;
background: #d2ccc1;
display: block;
padding: 5px 0;
padding-left: 8px; /*link text is indented 8px*/
padding-right: 6px; /*link text is indented 8px*/
text-decoration: none;
width: 200px;
}

.menu2 ul li a:hover{ /*hover state CSS*/
color:#706550;
background: #C0B8A9;
}
.red {
color:#B7041F;
}
.newstext {
font-size: 7.5pt;
}
.menu2 .selected{
background:#FFFFFF url(/images/back2.gif) no-repeat;
}
#none {
text-size: 0px !important;
height: 0px !important;
padding: 0px !important;
margin: 0px !important;
}
#none li {
text-size: 0px !important;
height: 0px !important;
padding: 0px !important;
margin: 0px !important;
}
/* End of 'menu2' */

