/* Menu.css (C) Albert Mietus. -- to be used with Menu.xsl */

a.menu 		{ display: block;
                  text-decoration: none; text-align: left;
                  font-size: 10px;
                  background:transparent; color: rgb(90%,95%,90%);
                  border-right:  4px solid transparent;
                  border-top:    1px solid transparent;
                  border-bottom: 1px solid rgb(90%,95%,90%);
                  border-left:   2px solid rgb(90%,95%,90%);
                  margin:        4px 0 0 0;
                  padding:       8px 6px 2px 5px;
                  }
/* Make the :hover'ed menu stand out (dynamicly). Keep total size same as above!*/
a.menu:hover 	{ text-decoration: underline;
                  padding:       6px 0px 4px 11px;
                  }

/* Docorate the .active and :hover'ed menu whit a folder icon  */
a.menu:hover  { background: transparent url("../../libdata/icons/folder.png")      right center no-repeat; }
a.menu.active { background: transparent url("../../libdata/icons/folder_open.png") right center no-repeat; }

.menu h2, .menu h2 a { text-decoration: none;
                       background: transparent; color: white;
                       margin:0;
                       margin-top: 0.5em;}

/* Each "sub"" menu is indexed a bit. This is done by all 20px to the left and each sub-div a bit back */
div.menu {  padding-left: 20px; overflow: hidden; }
.menu div { position: relative; left: -5px; }

/* Some menu-item are special, they point externaly. Mark them */

/* a[href~="http//"] should work, but doesn't.
   Keep it, but also write-out all cases!*/
a.menu[href~="http://"] { background:  url("../../libdata/icons/network.png") right center no-repeat;} /* All http-links are on the network */

a.menu[href~="http://SoftwareBeterMaken.nl"] 		{ background:                    url("../../libdata/icons/SwBMnl.png")  right center no-repeat;}
a.menu[href~="http://SoftwareBeterMaken.nl"]:hover 	{ background: rgb(90%,95%,90%)   url("../../libdata/icons/network.png") right center no-repeat; color: rgb(0%,0%,50%);}

/* Menu to CV is special*/
a.menu[href~="CV_ALbert.html"], a.menu[href="../.././CV/CV_ALbert.html"], a.menu[href=".././CV/CV_ALbert.html"] { background:  url("../../libdata/icons/cv.png") right center no-repeat;} 


/* Bazaar revno=317 */
