/*
 * date:	2002-10-14
 * info:	http://inspire.server101.com/js/m/
 */

/* menu */
#mx {
	font-size: .9em;
	font-weight: normal;
	color:#42A8FE;
	background-color:#45AAFF;
	height:201px;
}
#mx, #mx ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:180px;
}
#mx ul {
	font-weight: normal;
			width:180px;

}
#mx li {
	border-bottom: 1px dotted #333;
	width:180px;
	
}
#mx ul li {
	border-bottom: none;
	width:180px;
}
#mx a {
	display: block;
	margin: 0;
	padding: .2em;
	text-decoration: none;
	width:150px;
	color:#42A8FE
}

/* menu parent */
#mx li.m {
	position: relative;
	width: 7.4em;
}

/* submenu indicator */
#mx li a {
	background-image: url(ahu.gif);
	background-repeat:no-repeat;
	background-position:right;
}
mx li.m a:hover,mx li {
	background: #FC0 url(ah.png) 100% 50% no-repeat;
}
mx li.m ul a, #mx li.m ul a:hover {
	background-image: none;
}




#mx {
        border-right: 1px solid #fff;
        padding: 0 0 1em 0;
        margin-bottom: 1em;
        font-family: Tahoma, Arial, sans-serif;
                /*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 10px;
        color: #333;
        }

      #mx ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }
		#mx li {
                border-bottom: 1px solid #90bade;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

	 #mx li a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #2D9BF8;
                border-right: 10px solid #75C1FF;
                background-color: #45AAFF;
                color: #fff;
                text-decoration: none;
                
                }

 
	 #mx li a:hover {
                border-left: 10px solid #5FB4FA;
                border-right: 10px solid #AEDBFF;
                background-color: #7DC5FF;
                color: #fff;
                text-decoration: underline;
                
                }

 

 #mx ul li a {
                #display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 0px solid #2D9BF8;
                border-right: 0px solid #75C1FF;
                background-color: #45AAFF;
                color: #fff;
                text-decoration: none;
                
                }

 



				
/* popup menus */
#mx li.m ul {
	display: none;
	position: absolute;
	top: 0;
	left: 181px;
	width: 12.4em;
	border: 1px solid #75C1FF;
	background: #FFF;
}

#mx li.m ul li{
}


/* width of popup menu */
#mx li.m ul a {
	width: 12em;
	border-bottom: 1px solid #75C1FF;
	background-image:none;
}




