/* CSS Document */

/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */

/* **************----------- NAVIGATION -----------**************** */
div#Menu {
	border: 2px solid #000000;
	background-color: #713F08;
	width: 13.6em;
}
	
html>body div#Menu{
    width: 20%;
	min-width: 151px;
}

div#Menu ul { 
	margin: 0; padding: 0; 
	width: 13.5em;
	border: 1px solid #000000;
	background: #713F08;
}
html>body div#Menu ul {
	width: 13.3em;
}
div#Menu li {
	position: relative;
	list-style:none;
	margin: 0;
	border: 1px solid #713F08;
}
div#Menu li:hover {
	background: #975206;
}
div#Menu li a {
	display: block;
	padding: 0.15em 0 0.15em 0.5em;
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.15em;
	width: 100%;
	voice-family: "\"}\""; voice-family: inherit; width: 9em;
}
div#Menu>ul a {
	width: auto;
}
div#Menu ul ul { 
	position: absolute;
	top: 0;
	left: 13em;
	width: 12em;
	display:none;
	background-color: #975206;
	border: 1px solid #975206;
}
div#Menu ul ul ul {
	width: 13em;
	left: 11.7em;
	border: 1px solid #bfad85;
	background-color: #bfad85;
}
html>body div#Menu ul ul ul {
	left: 13.25em;
}
div#Menu ul ul ul li a{
	font-size: 1.0em;
}
div#Menu li.submenu {
	background: url(/images/submenu1.gif) 95% 50% no-repeat;
}
div#Menu li.submenu:hover {
	background: url(/images/blank2x1.gif) 95% 50% no-repeat;
	background-color:#975206;
}
div#Menu li.submenu li.submenu {
	background: url(/images/submenu2.gif) 95% 50% no-repeat;
}
div#Menu li.submenu li.submenu:hover, div#Menu li.submenu li:hover {
	background:#3a2416 url(/images/blank2x1.gif) 95% 50% no-repeat;
}
div#Menu ul.level1 li.submenu:hover ul.level2 {
	display: block;
}
div#Menu ul.level2 li.submenu:hover ul.level3 {
	display: block;
}
div#Menu li li li:hover {
	background: #713F08;
}

