/* CSS Document */

/* === TOP NAVIGATION MENU === */

body 
{
	behavior:url(http://www.dazor.com/csshover.htc);
}

div#storeLink	{
	float:right;
	font-size:10px;
	height:25px;
	padding-right:25px;
}

	div#storeLink a	{
	font-weight:normal;
	text-decoration:none;
	}
body div#listmenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}
div#listmenu /*--- Menu List Container ---*/
{
	width:558px;
	float:left; /*--- Makes the div enclose the list ---*/
/*	background-image:url(../images/top-nav_bg.gif);
	background-repeat:repeat-x;*/
	padding:0px;
	height:60px;
}

div#listmenu ul
{
	padding:28px 0px 0px 11px;
	margin:0px;
}

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 ---*/
	border-right:1px solid #5c6062;
}
	div#listmenu li.last	{
	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 ---*/
	border-right:none;
	}


div#listmenu ul li:hover		{
	background-color:#E49C30;
	color:#FFFFFF;
}

div#listmenu ul li:hover a	{
	color:#FFFFFF;
}

div#listmenu ul li a	{
	font-weight:bold;
	display:block; /*--- List items in drop down highlight and wrapped lines indent correctly ---*/
	padding:0px 18px 1px 18px; /*--- Space on sides of menu item's text ---*/
	text-decoration: none; /*--- Removes the underlining of the link ---*/
	color:#5c6062;
}

div#listmenu ul li a:hover	{
	font-weight:bold;
	display:block; /*--- List items in drop down highlight and wrapped lines indent correctly ---*/
	padding:0px 18px 1px 18px; /*--- Space on sides of menu item's text ---*/
	text-decoration: none; /*--- Removes the underlining of the link ---*/
	color:#ffffff;
	background-color:#E49C30;
}


div#listmenu ul li:hover ul		{
	display:block; /*--- Displays appropriate drop down menu ---*/
}

/*--- DROPDOWNS ---*/

div#listmenu ul li ul
{
	Width:100%;
	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:-1px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:14px;
	padding:0px;	
}
	div#listmenu ul li ul.company	{
	width:75px;
	}
	
	div#listmenu ul li ul.resources	 {
	width:145px;
	}

div#listmenu ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	border-left:1px solid #5c6062; /*--- Three sides of each drop-down item ---*/
	border-bottom:1px solid #5c6062;
	border-right:1px solid #5c6062;
	padding:2px 5px 2px 20px;
	margin:0px;
	background-color:#b6b6b6;
	display:block;
	
}
	div#listmenu ul li ul li.top
	{
		width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
		border-left:1px solid #5c6062; /*--- Three sides of each drop-down item ---*/
		border-bottom:1px solid #5c6062;
		border-right:1px solid #5c6062;
		border-top:1px solid #5c6062;
		padding:2px 5px 2px 20px;
		margin:0px;
		background-color:#b6b6b6;
	}

div#listmenu ul li ul li:hover {
	background-color:#E49C30;
}

div#listmenu ul li ul li a	{
	display: block;
	font-weight:normal;
	width:100%;
	padding:0px;
	margin:0px;
	color:#5c6062;
	font-size:10px;
}

div#listmenu ul li ul li a:hover	{
	display: block;
	width:100%;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

/* === END TOP NAV STYLES === */




/* === START LEFT INDEX MENU === */

div#leftMenu_Title	{
	float:left;
	width:138px;
	background-color:#868687;
	color:#ffffff;
	font-size:16px;
	border-bottom:1px solid #f7f7f7;
	margin:0px 0px 0px 0px;
	padding:4px 0px 4px 5px;
}

div#leftMenu_Search	{
	float:left;
	width:133px;
	background-color:#c6c8cd;
	color:#ffffff;
	font-size:16px;
	border-bottom:1px solid #f7f7f7;
	margin:0px 0px 0px 0px;
	padding:6px 0px 6px 10px;
}
	.searchBox	{
	background-color:#DDDEE0;
	color:#666666;
	width:85px;
	font-size:11px;
	}
	.searchButton	{
	padding:0px;
	margin:0px;
	font-size:11px;
	background-color:#868687;
	color:#ffffff;
	text-align:center;
	
	}
		.searchButton:hover	{
		background-color:#E49C30;
		}


body div#leftMenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}
div#leftMenu /*--- Menu List Container ---*/
{
	width:143px;
	float:left; /*--- Makes the div enclose the list ---*/
	padding:0px;
	margin:0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#leftMenu ul
{
	margin:0px;
	padding:0px 0px;
	font-size:11px;
}

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 ---*/
	background-color:#c6c8cd;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	border-bottom:1px solid #dfe0e1;
	padding:1px 0px 0px 0px ;
	margin:0px;
	width:143px;
	text-align:right;
	height:18px;
	display:block;
	font-weight:normal;
}

div#leftMenu li:hover
{
	background-color:#E49C30;
	color:#FFFFFF;
}

div#leftMenu ul li a  {
	display:block; /*--- List items in drop down highlight and wrapped lines indent correctly ---*/
	padding:1px 25px 2px 5px; /*--- Space on sides of menu item's text ---*/
	text-decoration: none; /*--- Removes the underlining of the link ---*/
	color:#5c6062;
	font-weight:normal;	
	margin:0px;
}


div#leftMenu ul li a:hover  {
	color:#ffffff;
	display:block;
}

div#leftMenu ul li:hover ul
{
	display:block; /*--- Displays appropriate drop down menu ---*/
}

div#leftMenu ul li:hover a	{
	color:#FFFFFF;
}


/*---------------  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:143px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:0px;
	padding:0px 1px;
	background-color:#b6b6b6;
	border-top:5px solid #E49C30;
	border-right:1px solid #E49C30;
	border-left:1px solid #E49C30;
	border-bottom:3px solid #E49C30;
	font-size:10px;
	width:160px;
}


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:none;
	padding:0px 0px 0px 0px;
	background-image:none;
	margin:0px;
	background-color:#b6b6b6;
	text-align:left;	
}

div#leftMenu ul li ul li:hover {
	background-color:#868687;
}

div#leftMenu ul li ul li a.flyout
{
	display: block;
	padding:3px 0px 3px 15px ;
	border-top:1px solid #ffffff;
	margin:0px;
	text-decoration:none;
	color:#f7f7f7
}

div#leftMenu ul li ul li a.flyout:hover	{
	color:#ffffff;
	text-decoration:none;
}

/* === END LEFT NAV INDEX STYLES === */




