
/**************************************
 swMenu
**************************************/

/* Top Level */

.swMenuSection {
	display: block;
	
	width: 710px;		/* flyout: ??px, dropdown: ??px menu_gfx1_x: 720  menu_gfx2_x: 1  menu_gfx3_x: 1 */
	height: 100%;		/* 100% Mozilla necessity - otherwise div collapses to 0 */

	xbackground-color: #ffaaff;
}

.swMenuItem {	

	float: left;
	white-space: nowrap;

	xbackground-color: #ebebff;
}

.swMenuSpace {
	
	float: left;
	width: 15px;
	height: 1px;
		
	

	overflow: hidden;
	
	xbackground-color: #ebebeb;
}

.swMenuBullet {
	float: left;
	margin-right: 5px;
	
	display: block;
	
	xposition: relative;

	xbackground: #ff0000;	
}

.swMenuItem a {
	display: block;
	width: auto; /* 100% */
	margin: 0px; /* auto */
	padding: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8D9199;
	text-decoration: none;

}

.swMenuItem a:active {
	color: #8D9199;
	}

.swMenuItem a:visited {
	color: #8D9199;
	}

.swMenuItem a:hover {
	color: #515762;
	text-decoration: underline;
}


a.swMenuHasSub {
	xbackground-image: url(/sw/gfx/bullet_std.gif);
	xbackground-repeat: no-repeat;
	xbackground-position: 0px 8px;
}


/* Sub Level 1 */

.swMenuSection .swMenuSection {
	display: block;

	width: 148px; /* 130px - 2 * borderWidth */


	height: auto;
	overflow: visible;
}

.swMenuItem .swMenuItem {	
	display: block;  /* table */

	width: 138px; /* 130px - 2x padding on a-tags  - 2 * borderWidth */


	margin: 0px;	
	white-space: normal;
}


.swMenuItem .swMenuSection {
	visibility: hidden;
	position: absolute;

	margin-left: 0px;		/* dropdown: ??px */
	margin-top: 20px;		/* dropdown: ??px */
    border-color: #CCCCCC;



    border-width: 1px 1px 0px 1px;
    border-style: solid solid solid solid;
}

.swMenuItem .swMenuItem a {
	width: 100%; /* 100% */
	border-width: 0px 0px 1px 0px;
    border-style: none none solid none;
	overflow: hidden;
	text-overflow: ellipsis;

	border-bottom-color: #CCCCCC;	
	padding: 5px;



	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #8D9199;
	text-decoration: none;background-color: #FFFFFF;
}

.swMenuItem .swMenuItem a:active {
	color: #8D9199;
}

.swMenuItem .swMenuItem a:visited {
	color: #8D9199;
	}

.swMenuItem .swMenuItem a:hover {
	color: #515762;
	background-color: #F5F5F5;
}


#swMenuSectionLeft {
	margin-left: -30px;									/* flyout: ??px, dropdown: ??px */
}

.swMenuItem .swMenuItem a.swMenuHasSub {
	background-image: url(/sw/gfx/bullet_std.gif);
	background-repeat: no-repeat;

	background-position: 140px 8px;


}

/* Sub Level 2 */

.swMenuItem .swMenuItem .swMenuSection {

	margin-left: 140px;		/* dropdown: ??px */
	margin-top: -20px;		/* dropdown: ??px */



}

.swMenuSection .swMenuSection #swMenuSectionLeft {

	margin-left: -140px;		/* flyout: ??px, dropdown: ??px */
	margin-top: -20px;		/* flyout: ??px, dropdown: ??px */


}
