/* Start of CMSMS style sheet 'menu' */
ul {
display: block;
padding:0;
margin:0;
}

ul li {
display:block;
text-decoration:none;
margin:0;
}

ul li a {
display: block;
text-decoration:none;
margin:0;
}

ul.nice-menu,
ul.nice-menu ul {
display:block;
  list-style: none;
  padding: 30px 0 0 0;
background-color:#002b5c;
background-image:url(uploads/images/menu-whole.png);
background-repeat: no-repeat;
background-position: left top;
  
  margin: 0 30px 20px 0px;

}

ul.nice-menu li {
  border-top: 0;
  float: left;
}


ul.nice-menu a {
padding: 6px 0 6px 10px;
  height: 2em;
  color:#fff;
}

ul.nice-menu a:hover {
background-color: #559cce;
text-decoration: none;
color: #eee;
}

ul.nice-menu ul a:hover {
background-color: #559cce;
text-decoration: none;
color: #eee;
}

ul.nice-menu ul li {
  /*width: 240px;*/
}

/******************************
 VERTICAL (left/right) menus
******************************/

/* This is the default width of all vertical menus. */
ul.nice-menu-right, ul.nice-menu-left,
ul.nice-menu-right li, ul.nice-menu-left li {
  width: 220px;
}

/* VERTICAL menus where submenus pop RIGHT (default). */
ul.nice-menu-right ul {
  width: 220px;
  /*left: 179px;*/
  top:20px;
    background-color: #559cce;
    background-image: none;
      background:#002b5c url(/uploads/images/menu-back.png)  no-repeat 0 0;
      border-left:1px solid #559cce;

}

ul.nice-menu-right ul a {
	color: #fff;
}

ul.nice-menu-right ul a:hover {
	color: #444;
	background-color:#8bc5ee;
}


ul.nice-menu-right ul ul {
  width: 240px;
  left: 179px;
  top:0px;
    background-color: #559cce;
  background:#002b5c url(/uploads/images/menu-back.jpg)  no-repeat left -8px;
  border-left:1px solid #559cce;


}

ul.nice-menu-right li.menuparent,
ul.nice-menu-right li li.menuparent {
  background: url(/uploads/images/arrow_right_blue.png) right center no-repeat;
}

ul.nice-menu-right li.menuparent:hover,
ul.nice-menu-right li.over,
ul.nice-menu-right li li.menuparent:hover,
ul.nice-menu-right li li.over {
  background: #8bc5ee url(/images/arrow_right_blue.png) right center no-repeat;
}

.clearb {
clear:both;
}

.clearl {
clear: left;
}
/* End of 'menu' */

