<style type="text/css" media="screen, tv, projection">
/*<![CDATA[*/

/* page styling, unimportant for the menu. only makes the page looks nicer */

/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */


/* FOOTER MENU */

.menu2, .menu2 ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu2 li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu2 li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu2 li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu2 ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the bottom left corner, */
	bottom: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu2 li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	bottom: 100%;	/* 1st level go above their parent item */
}

.menu2 li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	bottom: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu2:after, .menu2 ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu2, .menu2 ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu2 ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 10px 30px;
	margin: 0 0 -10px -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu2 ul ul {
	padding: 30px 30px 30px 10px;
	margin: 0 0 -30px -10px;
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu2, .menu2 ul li {
	color: #FFFFF;
	background: #346665;
	font-size: 12px;
	font-family: Calbri, Verdana, Arial, "Trebuchet MS", sans-serif;
	}

.menu2 ul {
	width: 11em;
}

.menu2 a {
	text-decoration: none;
	color: #FFFFFF;
	padding: .4em 1em;
	display: block;
	position: relative;
}

.menu2 a:hover, .menu2 li:hover>a {
	color: #CC9900;
}

.menu2 li li {	/* create borders around each item */
	border: 1px solid #F1f1f1;
}
.menu2 ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu2 li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	bottom: 5px;
	left: 90%;
}



/* Fix for IE5/Mac \*//*/
.menu2 a {
	float: left;
}
/* End Fix */

</style>





<!--[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">
/*<![CDATA[*/

/* - - - ADxMenu: IE6 BASIC styles [MANDATORY] - - - */

/*
	this rules improves accessibility - if Javascript is disabled, the entire menu will be visible
	of course, that means that it might require different styling then.
	in which case you can use adxie class - see: aplus.co.yu/adxmenu/examples/ie6-double-style/
 */


/*]]>*/
</style>

<script type="text/javascript" src="/ADxMenu.js"></script>
<![endif]-->

<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--

.leftmenumontana {

	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	padding-left: 8px;
	font-weight: normal;
	line-height: 10px;
}
.leftmenumontana:HOVER {

	font-family: Calibri, "Trebuchet MS", sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	padding-left: 12px;
	font-weight: normal;
	line-height: 10px;
	text-decoration: none;
}
-->
</style>