/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/* CSS Document */

/********************
MENU
*********************/
#menu_vert {
 width: 138px;
    padding: 0;
    margin: 0;
    border-top: 1px solid #981949;

}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0;
  /*  min-height: 1px;*/
}



/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: inline;
   padding: 0;
 /*  min-height: 1px;*/
}

#menu_vert ul ul li {
   margin: 0;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1em; } 
* html #menu_vert li hr { height: 1em; }

/** end fix **/

/* first level links */
div#menu_vert  ul a {
	text-decoration: none; /* no underline for links */
	/*display: block;  some air for it */
	color: #981949; /* this will be link color for all levels */
    font-weight: 550;
	/*background-image: url(images/cms/arrow-right-a.gif); 
	background-repeat: no-repeat;
	background-position:  125px center;*/
       background-color: #d88da0;
	bgcolor="#981949";
        min-height: 1px; /* Fixes IE7 whitespace bug */
	margin: 0;
  border-top: 1px solid #fff;    
    border-bottom: 1px solid #981949; 
    border-right: 1px solid #981949;
    	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 5px;
       width: 125px;
   float: left;
    clear; left;

}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
	font-size: 90%;
	color: #981949;
       /* background-image: none;
	background-position: 117px center; */
        background-color: #f4e6ec;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
   /* width: 130px;*/
    font-weight: normal;
    margin: 0;
    min-height: 1px;
   _height: 1em
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
    color: #999;
	/* background-image: none;
             background-repeat: no-repeat;
             background-position: 117px center; */
        background-color: #f4e6ec;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
 /*   width: 130px;*/
    margin: 0;
    min-height: 1px;
   _height: 1em
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #d88da0;
   color: #fff;
 /*  background-image: url(images/cms/arrow-right.gif);
  background-repeat: no-repeat;
  background-position: 125px center; */
}
div#menu_vert a.activeparent:hover {
   background-color: #d88da0;
   color: #981949;
   border-top: 1px solid #fff;
   border-bottom: 1px solid #981949;
   border-right: 1px solid #981949;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
  /* background-image: url(images/cms/arrow-down.gif);
   background-repeat:no-repeat;
   background-position: 125px center ;*/
   background-color: #981949;
   border-bottom: 1px solid #981949;
   border-top: 1px solid #fff;
   border-right: 1px solid #981949;
   color: #fff;
   font-weight: bold;
   padding-right: 2px;
 /*  width: 130px;*/
    margin: 0;
    min-height: 1px;
   _height: 1em
}

div#menu_vert ul ul li a.activeparent {
 /*  background-image: URL(images/cms/arrow-down2.gif);
   background-position: 117px center; */
   background-color: #f4e6ec;
   border-bottom: 1px solid #981949;
   border-top: 1px solid #fff;
   border-right: 1px solid #981949;
   padding-right: 2px;
   color: #981949;
  /* width: 130px;*/
    margin: 0;
   _height: 1em
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
	/*background: url(images/cms/arrow-right-active.gif) no-repeat 125px center;*/
	background-color: #981949;
	display: block;  /* some air for it */
	color: #d88da0;                                 /* this will be link color for all levels */
	font-size: 100%;                           /* instead of the normal font size for <h3> */
	margin-top: 2;                                  /* as <h3> normally has some margin by default */
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
    border-bottom: 1px solid #981949;
    border-right: 1px solid #981949;
    border-top: 1px solid #fff;
  /*  width: 130px;*/
    height: auto; /*17px;*/
    margin: 0;
    min-height: 1px;


}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
	font-size: 90%;
	background-position: 11px center;
	background-color: transparent;
	border-bottom: none;
    margin: 0;
    color: #000;     
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 10px;
   border-bottom: 1px solid #981949;
   border-right: 1px solid #981949;
   border-top: 1px solid #fff;
   /*width: 112px;*/
    min-height: 1px;
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
	/*background: url(images/cms/arrow-right-active.gif) no-repeat 178px center;*/
	margin: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
    border-bottom: 1px solid #981949;
    border-right: 1px solid #981949;
    border-top: 1px solid #fff;
  /*  width: 110px;*/
    min-height: 1px;
}

/* section header 
div#menu_vert li.sectionheader {

	font-size: 100%;
	font-weight: bold;
 	background-color: #fff;
	line-height: 1px;
	margin: 0;
	text-align:left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}*/



 separator 
  div#menu_vert li.separator {
   height: 1px !important;
   margin: 0;
   padding:2px;
   background-color: #000;
   overflow:hidden !important;
   line-height:17px !important;
   font-size:1px; /* for ie */
    min-height: 1px;
} 

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Navigation: Simple - Vertical' */

