/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding: 15px 0px 5px 0px;
   margin: 0;
   font-size: 1.1em;
   text-align: center;
   font-family: Georgia, "Times New Roman", Times, serif;
}


/* third level has some padding to have it stand out */

div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */

#menu_vert li {
   list-style: none;
   margin: 0;
   padding: 0;
/*   border-bottom: 1px solid #c0c0c0; */
   display: block;
   background: url(images/cms/nav_rule.png) no-repeat center bottom;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/

* html #menu_vert li a { height: 1%; } 
* html #menu_vert li p { height: 1%; } 
* html #menu_vert li hr { height: 1%; }

/** end fix **/

/* first level links */

div#menu_vert ul a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 5px 10px 7px 10px; /* some air for it */
   margin: 0;
   font-size: 1em;
   color: #000; /* this will be link color for all levels */
/*   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center;  */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */

div#menu_vert ul ul a {
   font-size: 1em;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */

div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
/*   background: url(images/cms/dash.gif) no-repeat 2.8em center;  */
}

/* hover state for all links */

div#menu_vert a:hover {
/*   background-color: #484D28; */
   color: #3B4D1C;
}
div#menu_vert a.activeparent:hover {
/*   background-color: #484D28; */
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/

div#menu_vert li a.activeparent {
/*   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; */
   font-weight: bold;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 5px 10px 7px 10px; /* some air for it */
   margin: 0;
   font-size: 1em;
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   color: #3B4D1C; /* this will be link color for all levels */
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/

div#menu_vert li.currentpage p {
/*   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center; */
/*   background-color: #484D28; */
   color: #3B4D1C;                                 /* this will be link color for all levels */
   font-size: 1em;
   line-height: 1em;
   font-weight: bold;
   display: block;
   padding: 5px 10px 7px 10px; /* some air for it */
   margin: 0;
   min-height:1em;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/

div#menu_vert ul ul h3 {
   font-size: 0.9em;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */

div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
/*   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center;  */
}

/*basketworld link*/

div#menu_vert ul li#basketworld {
   margin: 10px 0px 20px 15px;
   background-image: none;
}

div#menu_vert ul li#basketworld a {
   width: 140px;
   height: 44px;
   background: url(images/cms/basketworld_nav.png) no-repeat 8px center;
   display: block;
}

div#menu_vert ul li#basketworld a span.external_link {
   display: none;
}

/*login button*/

div#menu_vert ul li#login {
   width: 114px;
   background: url(images/cms/button_top.png) no-repeat left top;
   margin: 15px auto 0px;
}

div#menu_vert ul li#login a {
   width: 114px;
   display: block;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.25em;
   color: #41582B;
   margin: 0px;
   padding: 9px 0px;
   background: url(images/cms/button_bottom.png) no-repeat left bottom;
}

div#menu_vert ul li#login:hover {
   background: url(images/cms/button_top.png) no-repeat right top;
}

div#menu_vert ul li#login a:hover {
   color: #fff;
   background: url(images/cms/button_bottom.png) no-repeat right bottom;
}

div#menu_vert ul li#login a:active {
}


div#menu_vert ul li.small_label {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 0.8em;
   font-weight: normal;
   text-align: center;
   margin: 3px auto 0px;
   background-image: none;
}

div#menu_vert li#login p {
}

div#menu_vert ul li#login p span.small_label {
}


/* section header */

div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* 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; /* this is for accessibility */
}


/* logout button */

div#content p#logout {
   width: 114px;
   background: url(images/cms/button_top.png) no-repeat left top;
   margin: 10px auto 0px;
}

div#content p#logout a {
   width: 114px;
   display: block;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.25em;
   color: #41582B;
   text-decoration: none;
   margin: 0px;
   padding: 9px 0px;
   background: url(images/cms/button_bottom.png) no-repeat left bottom;
}

div#content p#logout:hover {
   background: url(images/cms/button_top.png) no-repeat right top;
}

div#content p#logout a:hover {
   color: #fff;
   background: url(images/cms/button_bottom.png) no-repeat right bottom;
}

div#content p#logout a:active {
}




/* End of 'Navigation: Simple - Vertical' */

