/* Start of CMSMS style sheet 'jrb_sub-nav' */
/* The wrapper determines the width of the menu elements */
#sub-menuwrapper { 
   width:150px;
   margin-left:15px;
   margin-top:15px;
}
/* Unless you know what you do, do not touch this */ 
#sub-nav, #sub-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding-bottom:20px;
   padding: 0px; 
   width: 100%; 
   font-size:11px;
   font-weight:bold;
}
#sub-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#sub-nav li { 
   margin-bottom: -1px;    
   position: relative;
   padding-left:10px; 
}


/* Styling the basic apperance of the menu elements */
#sub-nav a { 
   display: block; 
   margin: 0px; 
   padding: 7px 10px; 
   color: #ffffff;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}

#sub-nav a:hover{
	color:#A69C90;	
}

#sub-nav li{

}
#sub-nav li, #sub-nav li.menuparent { 
	background-position:center left;
	background-repeat:no-repeat;
	text-decoration:none;
    border-bottom: 1px solid #B0A396; 
   	background-image: url(images/arrow_sub-nav.gif); 
   	background-position: 3px 9px;  	
}

#sub-nav li.lastItem{
	border-bottom: 0px solid #000;  
}



/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#sub-nav li.menuactive { 

}

#sub-nav li.menuactive a{
	color:#A69C90;
}

#sub-nav ul li a{ 
   color:#4E3922;    
}
#sub-nav ul li.menuactive a, #sub-nav li li.menuactive a:hover, #sub-nav li li.menuactiveh a:hover{ 
   color: #FFFFFF;    
}
#sub-nav ul li a:hover{
	color:#FFFFFF;
}



/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#sub-nav li.menuparent, 
#sub-nav li.menuparent:hover, 
#sub-nav li.menuparenth { 
   background-image: url(images/arrow_sub-nav.gif); 
   background-position: 130px 9px;    
   background-repeat: no-repeat; 
}
#sub-nav li.menuparent.menuactive, 
#sub-nav li.menuparent.menuactive:hover, 
#sub-nav li.menuparenth.menuactiveh { 
   
}





/* Styling the apperance of menu items on hover */
#sub-nav li:hover, 
#sub-nav li.menuh, 
#sub-nav li.menuparenth, 
#sub-nav li.menuactiveh { 
   /*background-color: #E7AB0B; */
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#sub-nav ul, 
#sub-nav li:hover ul, 
#sub-nav li:hover ul ul, 
#sub-nav li.menuparenth ul, 
#sub-nav li.menuparenth ul ul { 
   display: none;
width:200px;
	background-color: #CFBD81;

	
   
}
#sub-nav li:hover ul, 
#sub-nav ul li:hover ul, 
#sub-nav ul ul li:hover ul, 
#sub-nav li.menuparenth ul, 
#sub-nav ul li.menuparenth ul, 
#sub-nav ul ul li.menuparenth ul { 
   display: block; 
}
#sub-nav li li{
    border-bottom: 1px solid #B0A396; 
	background-image:none;

}
/* IE Hack, will cause the css to not validate */

#sub-nav li, #sub-nav li.menuparenth { _float: left; _height: 1%; }
#sub-nav li a { _height: 1%; }


/* section header */
#sub-nav li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#sub-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}

#sub-nav li li.menuactiveh { 
   background-image:url(images/uniprint/red_bullet.gif);  
}
#sub-nav li.menuactiveh { 
   background-image:url(images/uniprint/red_bullet.gif);  
}
#sub-nav li.menuactiveh a:hover{ 
	color:red;  
}
/* End of 'jrb_sub-nav' */

