
/**************************************
 swMenu
**************************************/

/* Top Level */

.swMenuSection {
	display: block;
	
	width: 730px;		/* flyout: ??px, dropdown: ??px menu_gfx1_x: 760  menu_gfx2_x: 79  menu_gfx3_x: 88 */
	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: 3px;
	
	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: 10px;
	color: #FFFFFF;
	text-decoration: none;

}

.swMenuItem a:active {
	color: #FFFFFF;
	}

.swMenuItem a:visited {
	color: #FFFFFF;
	}

.swMenuItem a:hover {
	color: #FFFFFF;
	
}


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: 168px; /* 130px - 2 * borderWidth */


	height: auto;
	overflow: visible;
}

.swMenuItem .swMenuItem {	
	display: block;  /* table */

	width: 162px; /* 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: 19px;		/* dropdown: ??px */
    border-color: #0f2139;



    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: #0f2139;	
	padding: 3px;



	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF;
	text-decoration: none;background-color: #0f2139;
}

.swMenuItem .swMenuItem a:active {
	color: #FFFFFF;
}

.swMenuItem .swMenuItem a:visited {
	color: #FFFFFF;
	}

.swMenuItem .swMenuItem a:hover {
	color: #FFFFFF;
	background-color: #2f4a69;
}


#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: 164px 8px;


}

/* Sub Level 2 */

.swMenuItem .swMenuItem .swMenuSection {

	margin-left: 164px;		/* dropdown: ??px */
	margin-top: -20px;		/* dropdown: ??px */



}

.swMenuSection .swMenuSection #swMenuSectionLeft {

	margin-left: -164px;		/* flyout: ??px, dropdown: ??px */
	margin-top: -20px;		/* flyout: ??px, dropdown: ??px */


}
