		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0;
			width: 150px;
                        margin: 0;
                        border-top: 1px solid;
		}
		.vertical li a{
			display: block;
			width: 142px;
			text-decoration: none;
			height: 28px;
                        padding: 2px 3px 0 5px;
                        vertical-align: middle;
                        font-size: 10px;
                        font: bold Verdana, sans-serif;
                        border-top: 0px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.3em;
			margin-left: 152px;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0;
                        margin: 0;
			display: block;
			height: 30px;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
			height: 28px;
			float: left;
			display: block;
			width: 116px;
                        padding: 2px 5px 0 4px;
                        vertical-align: middle;
		}
		.horizontal li li a{
			border-top: none;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 33px;
			margin-left: -68px;
			width: 125px;
                        padding: 0;
			border: none;
			display: block;
			height: auto;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;

		}
		.horizontal li ul li a{
		width: 125px;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 2px;
		font-size: 66%;
		}
		.arrow a:hover span{
		padding-left: 3px;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .1em;
		}
		/*colors for menu*/
                .album li ul {
                        background-image: url( '../menue/lkliulbg.gif' );
                }
		.album li a{
                        background-image: url( '../menue/buttonlk.gif' );
                        background-repeat: no-repeat;
                        overflow: hidden;
			color: black;
			border-color: ##111111;
                        font-size: 10px;
                        font-weight: 900;
		}
		.album li a:hover{
                        background-image: url( '../menue/buttonlkovr.gif' );
			color: #eeeeee;
			border-color: ##111111;
		}
		.album ul{
			border-color: #222222;
		}
		.albumtop li a{
                        background-image: url( '../menue/button.gif' );
                        background-repeat: no-repeat;
                        overflow: hidden;
			color: #D7E8EF;
		}
		.albumtop li a:hover{
                        background-image: url( '../menue/buttonovr.gif' );
                        background-repeat: no-repeat;
                        overflow: hidden;
			color: white;
		}
		.albumtop ul{
                        border-color: #000033;
		}
                .albumtop li ul {
                        background-image: url( '../menue/liulbg.gif' );
                        color: #eeeeee;
                }
