/* CSS Document */

	#navLeahy, #navLeahy ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width :175px;
		background-color:#BBC9DE;
		text-align:left;
	}
	
	#navLeahy li { /* all list items */
		position : relative;
		float : left;
		line-height : 32px;
		margin-bottom : -1px;
		width: 175px;
	}
	
	#navLeahy li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 165px;
		margin-top : -2.49em;
		width:245px;
		background-color:#BBC9DE;
		border: 1px solid #336699;
		z-index:1;
	}
	
	#navLeahy li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#navLeahy li a {
		width: 175px;
		w\idth:200px;
		display : block;
		font-weight : bold;
		text-decoration : none;
		background-image:url(http://www.leahywealthmanagement.com/images/arrow-full.gif);
	    background-repeat:no-repeat;
	    background-position:4% 100%;
		color:#1F3366;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		text-indent:14px;
		z-index:6000;
	}
	
	#navLeahy li a:hover {
		color : #000000;
		background-image:url(http://www.leahywealthmanagement.com/images/arrow-full.gif);
	    background-repeat:no-repeat;
	    background-position:4% 100%;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		text-indent:14px;
		z-index:6000;
	}
	
		#navLeahytwo li a {
		width: 190px;
		w\idth:213px;
		display : block;
		font-weight : bold;
		text-decoration : none;
		background-image:url(http://www.leahywealthmanagement.com/images/arrow-full.gif);
	    background-repeat:no-repeat;
	    background-position:0% 100%;
		color:#1F3366;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		text-indent:14px;
		z-index:6000;
	}
	
	#navLeahytwo li a:hover {
		color : #000000;
		background-image:url(http://www.leahywealthmanagement.com/images/arrow-full.gif);
	    background-repeat:no-repeat;
	    background-position:0% 100%;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		text-indent:14px;
	}
	
	
	#navLeahy li:hover ul ul, #navLeahy li:hover ul ul ul, #navLeahy li.sfhover ul ul, #navLeahy li.sfhover ul ul ul {
		left: -999em;
	}
	
	#navLeahy li:hover ul, #navLeahy li li:hover ul, #navLeahy li li li:hover ul, #navLeahy li.sfhover ul, #navLeahy li li.sfhover ul, #navLeahy li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

