/* Start of CMSMS style sheet 'Clean_Orange : Navigation' */
#menu_vert {
   width:163px;
   position:absolute;
   top:80px;
   left:65px;
}

#menu_vert li {
/*   height:30px; */
   width:153px;
   vertical-align:middle;
   list-style: none;
   margin: 0;
   display: block;
   padding:7px 0px 0px 0px ;
}

#menu_vert ul ul li {
color:red;
   margin-left:15px;
   border: none;
}

/* first level links */
div#menu_vert .otherpage a,
div#menu_vert .currentpage a {
   text-decoration:none;
   display: table-cell;
   vertical-align: middle;
   color: white;
   width:153px;
   text-align:center;
}
div#menu_vert .otherpage a{
   background:url('http://images.linkrealms.com/site/linkrealms_template/page_button_off_01.gif');
   color: #ddd !important;
}
div#menu_vert .pagelink a{
   background:url('http://images.linkrealms.com/site/linkrealms_template/page_button_off_02.gif');
   color: #ddd !important;
  font-weight:900;
}
div#menu_vert .pagelink a:hover{
   background:url('http://images.linkrealms.com/site/linkrealms_template/page_button_on_02.gif');
   color: #ddd !important;
  font-weight:900;
}

div#menu_vert .currentpage a  {
   background:url('http://images.linkrealms.com/site/linkrealms_template/page_button_on_01.gif');
   color: #ddd !important;

}

div#menu_vert a .iefix{
height:30px;
width:153px;
text-align:center;
}

div#menu_vert a .iefix div{

padding:8px 0 0 0;}


div#menu_vert a {
   text-decoration:none;
    display: table-cell;
    vertical-align: middle;
   color: white;
   min-height:1em;
   height:30px;
   width:153px;
   text-align:center;
   background:url('http://images.linkrealms.com/site/linkrealms_template/page_button_off_01.gif');
}

/* second level */
div#menu_vert ul ul a {
   padding-left:15px;
 /*  height:30px;*/
   width:153px;
   text-align:center;
   background:url('http://images.linkrealms.com/site/linkrealms_template/page_button_off_01.gif');
}

/* third level */
div#menu_vert ul ul ul a {
   height:30px;
   width:153px;
   text-align:center;
   background:url('http://images.linkrealms.com/site/linkrealms_template/page_button_off_01.gif');
   border: none;
}

/* hover first level */
div#menu_vert ul a:hover {
   background:url('http://images.linkrealms.com/site/linkrealms_template/page_button_on_01.gif');
}

/* hover second level */
div#menu_vert ul ul a:hover {
   background:url('http://images.linkrealms.com/site/linkrealms_template/page_button_on_01.gif');}

/* hover third level */
div#menu_vert ul ul ul a:hover {
   background:url('http://images.linkrealms.com/site/linkrealms_template/page_button_on_01.gif');}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}
#pagelink,
.pagelink {
font-weight:900;
color:red;

}

/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none;
}
body {
color:black;
}
/* End of 'Clean_Orange : Navigation' */

