/* CSS Document */

body div#listmenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}

div#listmenu /*--- Menu List Container ---*/
{
	float:left; /*--- Makes the div enclose the list ---*/
	height:38px;
	width:825px;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	
}

div#listmenu ul
{
	margin:0px;
	padding:0px;
	list-style-type: none;
}

div#listmenu li
{
	float:left; /*--- Causes the list to align horizontally instead of stack ---*/
	position:relative; /*--- Positioning context for the absolutely positioned drop-down ---*/
	list-style-type: none; /*--- Removes the bullet off list items ---*/	
	display:block;
	padding:0px;
	margin:0px;
}

div#listmenu ul li 
{
	float:left; /*--- Causes the list to align horizontally instead of stack ---*/
	position:relative; /*--- Positioning context for the absolutely positioned drop-down ---*/
	list-style-type: none; /*--- Removes the bullet off list items ---*/	
	display:block;
	margin:0px;
	padding:12px 3px 3px 0px;
}

div#listmenu ul li
{
	background-image:url(../images/nav_05.jpg);
	background-position:left;
	width:144px;
	height:23px;
	background-repeat:no-repeat;
	text-align:center;
	display:block;
}

div#listmenu ul li:hover  {
	background-image:url(../images/navRoll_05.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
}

div#listmenu ul li a
{
	font-size:16px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}

div#listmenu ul li a:hover
{
	font-size:16px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}


/* DROPDOWNS */
div#listmenu ul li:hover ul  {
	display:block; /*--- Displays appropriate drop down menu ---*/
}
div#listmenu ul li ul li a.dropDown {
	color:black;
	text-decoration:none;
	display:block;
	margin:0px;
	padding:3px;
	font-size:12px;
	font-weight:normal;
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
}
div#listmenu ul li ul li a.dropDown:hover {
	color:white;
}

div#listmenu ul li ul
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:0px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:38px;
	padding:0px;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
	background-color:#edeced;
	z-index:99;
}


div#listmenu ul li ul.company
{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:175px;
	padding:0px;
	margin-top:0px;
}

div#listmenu ul li ul.products
{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:190px;
	padding:0px;
	margin-top:0px;
}

div#listmenu ul li ul.services
{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:170px;
	padding:0px;
	margin-top:0px;
}


div#listmenu ul li ul.freeneeds
{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:150px;
	padding:0px;
	margin-top:0px;
}
div#listmenu ul li ul.success
{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:165px;
	padding:0px;
	margin-top:0px;
}

div#listmenu ul li ul.support
{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:168px;
	padding:0px;
	margin-top:0px;
}


div#listmenu ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	border:0px; /*--- Three sides of each drop-down item ---*/
	padding:0px;
	margin:0px;
	background:none;
	background-image:none;
	background-color:#edeced;
	border-top:1px solid #cbcbcb;
}


div#listmenu ul li ul li:hover {
	background-color:#bbbbbb;
}


/*---------------  FLY OUTS  -----------------*/

	
/*Secondary Flyout*/
div#listmenu ul li:hover ul
{
display:block; /*--- Displays appropriate drop down menu ---*/
}

div#listmenu ul li:hover ul li:hover ul {
display:block; /*--- Displays appropriate drop down menu ---*/
}


div#listmenu ul li ul
{
display:none; /*--- Hides all drop down menus ---*/
}

div#listmenu ul li:hover ul li ul {
display:none;
}
div#listmenu ul li ul li ul 
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:190px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:-1px;
	padding:0px 0px;
	width:225px;
}

div#listmenu ul li ul li ul.train
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:170px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:-1px;
	padding:0px 0px;
	width:225px;
}

div#listmenu ul li ul li ul.sales
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:165px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:-1px;
	padding:0px 0px;
	width:175px;
}

div#listmenu ul li ul li ul.pp
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:165px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:-1px;
	padding:0px 0px;
	width:175px;
}

div#listmenu ul li ul li ul.crm
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:165px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:-1px;
	padding:0px 0px;
	width:175px;
}
div#listmenu ul li ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	/*border-top:1px solid #ffffff; --- Three sides of each drop-down item ---*/
	border-bottom:none;
	padding:0px 0px 0px 0px;
	background-image:none;
	margin:0px;
	background-color:#edeced;
	text-align:left;	
}

div#listmenu ul li ul li ul li:hover {
	background-color:#bbbbbb;
}

div#listmenu ul li ul li ul li a
{
	display: block;
	padding:3px 0px 3px 8px ;
	margin:0px;
	text-decoration:none;
	color:#000000;
	font-size:12px;
	font-weight:normal;
}

div#listmenu ul li ul li ul li a:hover	{
	background-color:#bbbbbb;
	font-size:12px;
	}






/*Left menu*/

body div#leftMenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}
div#leftMenu /*--- Menu List Container ---*/
{
	width:248px;
	float:left; /*--- Makes the div enclose the list ---*/
	padding:0px;
	margin:0px 0px 0px 0px;
}

div#leftMenu ul
{
	margin:0px;
	padding:0px 0px;
	font-size:12px;
}

div#leftMenu li
{
	float:left; /*--- Causes the list to align horizontally instead of stack ---*/
	position:relative; /*--- Positioning context for the absolutely positioned drop-down ---*/
	list-style-type: none; /*--- Removes the bullet off list items ---*/
	padding:0px 0px 0px 0px ;
	margin:0px;
	width:248px;
	display:block;
}

div#leftMenu li.crm
{
	background-image:url(file:///W|/sssworld.com/images/leftNav-off_02.jpg);
	background-repeat:no-repeat;
	width:248px;
	height:19px;
}

div#leftMenu li.crm:hover	
{
	background-image:url(file:///W|/sssworld.com/images/leftNav-on_02.jpg);
}
div#leftMenu li.bi
{
	background-image:url(file:///W|/sssworld.com/images/leftNav-off_05.jpg);
	background-repeat:no-repeat;
	width:248px;
	height:22px;
}

div#leftMenu li.bi:hover	
{
	background-image:url(file:///W|/sssworld.com/images/leftNav-on_05.jpg);
}

div#leftMenu li.bpm
{
	background-image:url(file:///W|/sssworld.com/images/busProOff.jpg);
	background-repeat:no-repeat;
	width:248px;
	height:19px;
}

div#leftMenu li.bpm:hover	
{
	background-image:url(file:///W|/sssworld.com/images/busProOn.jpg);
}

div#leftMenu li.int
{
	background-image:url(file:///W|/sssworld.com/images/integrationOff.jpg);
	background-repeat:no-repeat;
	width:248px;
	height:19px;
}

div#leftMenu li.int:hover	
{
	background-image:url(file:///W|/sssworld.com/images/integrationOn.jpg);
}

div#leftMenu li.market
{
	background-image:url(file:///W|/sssworld.com/images/emailOff.jpg);
	background-repeat:no-repeat;
	width:248px;
	height:22px;
}

div#leftMenu li.market:hover	
{
	background-image:url(file:///W|/sssworld.com/images/ermailOn.jpg);
}

div#leftMenu li.enhance
{
	background-image:url(file:///W|/sssworld.com/images/leftNav-off_08.jpg);
	background-repeat:no-repeat;
	width:248px;
	height:19px;
}

div#leftMenu li.enhance:hover	
{
	background-image:url(file:///W|/sssworld.com/images/leftNav-on_08.jpg);
}

div#leftMenu li.vert
{
	background-image:url(file:///W|/sssworld.com/images/marketsLeft_07.jpg);
	background-repeat:no-repeat;
	width:248px;
	height:22px;
}

div#leftMenu li.vert:hover	
{
	background-image:url(file:///W|/sssworld.com/images/marketsLeftRoll_07.jpg);
}


div#leftMenu ul li:hover ul
{
	display:block; /*--- Displays appropriate drop down menu ---*/
}



/*---------------  FLY OUTS  -----------------*/

div#leftMenu ul li ul
{
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:248px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:0px;
	z-index:99;
	/*margin-top:10px;*/
	background-color:#edeced;
	border:1px solid #cbcbcb;
	font-size:12px;
}


div#leftMenu ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	/*border-top:1px solid #ffffff; --- Three sides of each drop-down item ---*/
	/*border-bottom:1px solid #d0e4f2;*/
	margin:0px;
	background-color:#edeced;
	border-top:1px solid #cbcbcb;
	text-align:left;
	width:220px;	
	padding:3px;
	display:block;
	color:#000000;
}


div#leftMenu ul li ul li:hover {
	background-color:#bbbbbb;
}

div#leftMenu ul li ul li a, div#leftMenu ul li ul li a:visited 
{
	display: block;
	margin:0px;
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}

div#leftMenu ul li ul li a:hover, div#leftMenu ul li ul li a:active	{
	
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}



