/* Start of CMSMS style sheet 'Shellcast Menu' */
/*

http://javascript-array.com/scripts/jquery_simple_drop_down_menu/

*/

#jsddm {
  margin:0;
  padding:0 0 0 56px;
  color:#09467a;
  z-index:8888;
  height:100%;
  background: #f2ce51 url('../uploads/images/skin/menudiv.png') no-repeat 54px 0px;
  }
	
#jsddm li {
  float: left;
  list-style: none;
  font: 16px Arial,sans-serif;
  padding-right:1px;
  background: transparent url('../uploads/images/skin/menudiv.png') no-repeat top right;
  }
  
#jsddm li a {
  display: block;
  padding: 0px 20px 0px 20px;
  text-decoration: none;
  color: #09467a;
  text-transform:lowercase;
  white-space: nowrap;
  line-height:42px;
  }
  
#jsddm li a:hover, #jsddm li a.current{
  color: #09467a;
  background: #f2ce51 url('../uploads/images/skin/menuhover.png') repeat-x top left;
  }
		
#jsddm li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  background: #f9e694;
  z-index:8888;
  }
		
#jsddm li ul li {
  float: none;
  padding:0;
  display: inline;
  z-index:8888;
  background: #f9e694;
  }
		
#jsddm li ul li a {
  display:block;
  width: auto;
  background: #f9e694;
  text-transform:none;
  line-height:32px;
  height:32px;
  width:160px;
  z-index:8888;
  }
		
#jsddm li ul li a:hover, #jsddm li ul li a.current {
  background: #f2ce51;
  color: #09467a;
  }

/* Vertical menu styles */

#rightmenu p {
  position:absolute;
  bottom:10px;
  }

#rightmenu h1 {
  position:relative;
  height:72px;
  color: #09467a;
  font: 15px Arial,sans-serif;
  font-weight:bold;
  letter-spacing:2px;
  text-transform:uppercase;
  padding-left:20px;
  background: #f9e694 url('../uploads/images/skin/vmenutopgrad.png') repeat-x top left;
  }
  
#rightmenu ul {
  background: #f9e694;
  font: 16px Arial,sans-serif;
  font-weight:normal;
  padding-left:0px;
  padding-bottom:72px;
  background: #f9e694 url('../uploads/images/skin/vmenubottomgrad.png') repeat-x bottom left;
  }
  
#rightmenu li {
  height:30px;
  }
  
#rightmenu a {
  display: block;
  /* top right bottom left */
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  color: #09467a;
  text-transform:none;
  white-space: nowrap;
  line-height:30px;
  text-indent:20px;
  }
  
 #rightmenu a:hover, #rightmenu a.current {
  background: #f9e694 url('../uploads/images/skin/vmenuhover.png') repeat-y 0px 0px;
  color:#008dcd;
  }
/* End of 'Shellcast Menu' */

