/*dropDown Styles*/


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

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

div#listmenu /*--- Menu List Container ---*/
{
	float:right; /*--- Makes the div enclose the list ---*/
	padding:0px;
	margin:0px;
	z-index:99;
	position:relative;
}

div#listmenu ul
{
	margin:0px;
	padding:0px 0px 0px 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;
	margin:0px;
}
div#listmenu ul li
{
	color:#333333;
	padding-right:10px;
	padding-left:10px;
}

div#listmenu ul li a  {
	text-decoration:none;
	display:block;
	color:#333333;
	font-size:12px;
	font-weight:bold;
}
div#listmenu ul li a:hover {
	display:block;
	color:#005c97;
	text-decoration:none;
}

/* DROPDOWNS */
div#listmenu ul li:hover ul  {
	background-color:#b3d7f8;
	display:block; /*--- Displays appropriate drop down menu ---*/
}
div#listmenu ul li ul li
{
	color:#014672;
	font-weight:normal;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom:1px solid #cbe5ff;
}

div#listmenu ul li ul li a.dropDown {
	/*color:#014672;*/
	color:#555555;
	text-decoration:none;
	display:block;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	padding-left:5px;
}
div#listmenu ul li ul li a.dropDown:hover {
	color:#0173bc;
	text-decoration:none;
	display:block;
	border:none;
	font-size:12px;
	padding-left:5px;
}
div#listmenu ul li ul.equip{
	width:150px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	padding-top:8px;
	margin-left:20px;
}
div#listmenu ul li ul.autism{
	width:225px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	padding-top:8px;
	margin-left:15px;
}

div#listmenu ul li ul.guide{
	width:150px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	padding-top:8px;
	margin-left:15px;
}
div#listmenu ul li ul.diag{
	width:150px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	padding-top:8px;
	margin-left:15px;
}
div#listmenu ul li ul.seller{
	width:150px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	padding-top:8px;
	margin-left:15px;
}

div#listmenu ul li ul.whatsnew{
	width:150px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	padding-top:8px;
	margin-left:15px;
}
div#listmenu ul li ul.chat{
	width:150px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	padding-top:8px;
	margin-left:15px;
}
div#listmenu ul li ul.share{
	width:84px; /*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	padding-top:8px;
	margin-left:15px;
}


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 ---*/
	padding:0px;
	z-index:99;
	border:none;
	background-image:url(skin1/images/navGradient.png);
	background-repeat:repeat-x;
	background-color:#b3d7f8;
}
div#listmenu ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	padding:0px;
	margin:0px;
	padding-top:3px;
	padding-bottom:3px;
}
div#listmenu ul li ul li a:hover
{
	background-color:#cbe5ff;
}
div#listmenu ul li ul li:hover {
	background-color:#cbe5ff;
}


/*Left menu*/

body div#leftmenu  ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}
div#leftmenu  /*--- Menu List Container ---*/
{
	width:200px;
	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 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 ---*/
	padding:0px 0px 0px 0px ;
	margin:0px;
	width:200px;
	display:block;
	color:#004673;
	padding-top:3px;
	padding-bottom:3px;
}

div#leftmenu ul li:hover
{
	color:#ffffff;
	background-color:#90b5ec;
}

div#leftmenu ul li a:link, div#leftmenu ul li a:visited
{
	display:block;
	margin:0px;
	text-decoration:none;
	color:#004673;
	font-weight:normal;
	width:200px;
	background-color:none;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
}

div#leftmenu ul li a:hover, div#leftmenu ul li a:active	{
	
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	width:200px;
	background-color:#90b5ec;
	padding-left:5px;
	padding-bottom:3px;
	padding-top:3px;
}


div#leftmenu  ul li:hover ul
{
	display:block; /*--- Displays appropriate drop down menu ---*/
	background-color:#90b5ec;
}



/*---------------  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:180px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:0px;
	z-index:99;
	/*margin-top:10px;*/
	padding:0px;
	background-color:#90b5ec;
	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;
	padding:3px 0px 3px 3px;
	background-color:#90b5ec;
	text-align:left;
	width:200px;	
	display:block;
	color:#333333;
	border-bottom:1px solid #a8cbf5;
}


div#leftmenu ul li ul li:hover {
	background-color:#a8cbf5;
}

div#leftmenu ul li ul li a:link, div#leftmenu  ul li ul li a:visited 
{
	display: block;
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#ffffff;
	font-weight:normal;
	background-color:none;
}

div#leftmenu  ul li ul li a:hover, div#leftmenu  ul li ul li a:active	{
	
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	margin:0px;
	padding:0px;
	background-color:#a8cbf5;
}

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


div#leftmenu ul li:hover ul li ul {
display:none;
}
div#leftmenu 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:203px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:0px;
	padding:0px 0px;
	width:200px;
}
div#leftmenu 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:3px 0px 3px 3px;
	background-image:none;
	margin:0px;
	background-color:#a8cbf5;
	text-align:left;	
}

div#leftmenu ul li ul li ul li:hover {
	background-color:#90b5ec;
}

div#leftmenu ul li ul li ul li a:link, div#leftmenu ul li ul li ul li a:visited
{
	display: block;
	text-decoration:none;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

div#leftmenu ul li ul li ul li a:hover, div#leftmenu ul li ul li ul li a:active	{
	background-color:#90b5ec;
	color:#ffffff;
	font-size:12px;
	margin:0px;
	padding:0px;
	}


