/* Start of CMSMS style sheet 'Navigation: CSSMenu - Vertical' */
/* The wrapper determines the width of the menu elements */
#menuwrapper {
width: 100%;
margin: 0;
cursor: default;
}
/* Unless you know what you do, do not touch this */
#primary-nav {
margin: 0;
z-index: 1;
}
#primary-nav,
#primary-nav ul {
border-right: 1px solid #1A568A !important;
border-bottom: 1px solid #1A568A !important;
border-left: 1px solid #1A568A !important;
padding: 0;
width: 178px;
list-style-type: none;
}
#primary-nav ul {
margin: 0 0 0 -2px;
display: none;
position: absolute;
top: -1px;
left: 100%;
z-index: 2;
}
#primary-nav li {
border-top: 1px solid #1A568A !important;
padding: 3px;
color: white;
background: #437CB0 url(uploads/images/style/arrow.gif) no-repeat right;
position: relative;
}
#primary-nav li.menuparent {
padding: 3px 0 0 3px;
height: 16px;
}
/* Styling the basic apperance of the menu elements */
#primary-nav a {
margin: 0;
padding: 0 10px;
min-height: 1em; /* Fixes IE7 whitespace bug*/
color: white;
background: transparent url(uploads/images/style/arrow.gif) no-repeat right;
text-decoration: none;
display: block;
}
#primary-nav li,
#primary-nav li.menuparent {
min-height: 1em; /* Fixes IE7 bug*/
color: white;
background-color: #437CB0;
}
.primary-nav li.menuparent {
padding-top: 3px;
height: 16px;
}
/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li:hover,
#primary-nav li.menuactive {
color: white;
background-color: #2F6695;
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent,
#primary-nav li.menuparent:hover,
#primary-nav li.menuparenth {
background-repeat: no-repeat;
}
/* Styling the apperance of menu items on hover */
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactive:hover,
#primary-nav li.menuactiveh {
color: white;
background-color: #E7AB0B;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
display: none;
}
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
display: block;
}
/* IE Hack, will cause the css to not validate */
#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }
/* section header */
#primary-nav li.sectionheader {
margin: 0;
border-left: 1px solid #356FA4;
border-top: 1px solid #356FA4;
padding: 1.5em 0 0.8em 0.5em;
width: 100%;
color: #356FA4;
background-color: white;
font-weight: bold;
font-size: 130%;
}
/* separator */
#primary-nav li hr.separator {
margin: 0;
border-width: 1px 1px 0 0;
border-style: solid solid none none;
border-top-color: #069;
border-right-color: #069;
padding: 0;
width: 100%;
height: 0.5em;
color: #ABB0B6;
background-color: #ABB0B6;
display: block;
}
#primary-nav .menuparent ul li a,
#primary-nav .menuparent ul li,
#primary-nav .menuparent ul {
background-image: none! important;
}
/* End of 'Navigation: CSSMenu - Vertical' */

