﻿.menu
{
    float: left;
    border-left: solid 10px #D7E38A;
    min-height: 600px;
    width: 12%;
    background-image: url('/Images/menu01.jpg');
    background-repeat: repeat-y;
    padding-left: 27px;
    margin-top: 15px;
}

.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

.menu ul li a, .menu ul li a:visited
{
    /*background-color: #ffffff;*/
    color: #000000;
    display: block;
    /*line-height: 1.35em;*/
    /*margin-left: 22px;*/
    text-decoration: none;
    white-space: nowrap;
}



.menu ul li a:active
{
    /*background-color: #ffffff;*/
    color: #000000;
    text-decoration: none;
}

.menuItem
{
    background-image: url('/Images/menubkgrnd.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    width: 144px;
    height: 18px;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 5px;
    font-weight: bold;
    cursor: pointer;
}



#page-wrap							{ width: 100%; } 

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; z-index: 1;}
/*ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; }*/
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: black; position: relative;  background: url('/Images/menubkgrnd2.jpg') no-repeat center center; }
ul.dropdown li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 200px; visibility: hidden; position: absolute; top: 2px; left: 130px; border: solid 2px #9AA36B; 
               						  background-color: #D5DF9A; }
ul.dropdown ul li 					{ font-weight: normal; background: url('/Images/menubkgrnd3.jpg') no-repeat center center; color: #000; text-align: center;
									  border-bottom: 1px solid #9AA36B; float: none; height: 20px; padding-top: 3px;}

ul.dropdown ul li:hover           { background: url('/Images/menubkgrnd4.jpg') no-repeat top center; background-color: #D5DF9A; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; height: 100%; padding-top: 2px; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }