/* Menu System CSS */
.expmenu_main {
	margin-bottom:5px;
}
.expmenu_button, a.expmenu_button {
	display:block;
	width:110px;
	height:15px;
	position:relative; /* RELATIVE POSITION FOR CHILD ARROW IMG THAT IS ABSOLUTE POSITION */
}
.expmenu_arrow {
	margin: 0 3px 0 0;
	border-style:none;
	position:absolute;
	right:0px;
	top:-1px;
	width:16px;
	height:16px;
}
div.button_text {
	margin-top:2px;
	margin-left:4px;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}
a.expmenu_button:link, a.expmenu_button:visited {
	text-decoration:none;
	color:#FFFFFF;
}
a.expmenu_button:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
a.expmenu_button:active {
	text-decoration:none;
	color:#FFFFFF;
}
div.expmenu_sub {
	display:none;
}
div.expmenu_subTop {
	background-image:url('../images/dropDownTop.gif');
	background-repeat:no-repeat;
	width:110px;
	font-size:2px; /* A FIX FOR IE6 AND UNDER TO GET CORRECT HEIGHT */
	height:5px;
	padding:0;
	margin:0;
}
div.expmenu_subMiddle {
	background-image:url('../images/dropDownMiddle.gif');
	width:110px;
	margin:0;
	padding:0;
}
div.expmenu_subBottom {
	background-image:url('../images/dropDownBottom.gif');
	background-repeat:no-repeat;
	width:110px;
	font-size:2px; /* A FIX FOR IE6 AND UNDER TO GET CORRECT HEIGHT */
	height:5px;
	margin:0;
	padding:0;
}

.sublist {
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	margin:0 0 0 7px;
	font-size:10px;
}
ul.sublist a:link, ul.sublist a:visited, ul.sublist a:hover, ul.sublist a:active {
	text-decoration:none;
	color:#000000;
}
ul.sublist a:hover, ul.sublist a:focus {
	text-decoration:underline;
}
ul.sublist div:hover {
	text-decoration:underline;
}