@charset "utf-8";
/* 
=========================================================================
filename:	csSplash.css
created:	2007.10.03
author:		Christie Stacker (cstacker)
description:	Used to style the new CS Path Landing page for Home & Home 
			Office. See Etrack 1141234 "Add CSS styles to the NAM CS Web 
			experience in all Tier 1 languages"
			
			It must be included after cs-dtree.css to be effective.

Etrack#	Mth/Yr  Author    Abstract
-------	------  --------  --------
1161456 Nov/07  cstacker  CS path Quick Links do not underline on mouse over
1229339 Mar/08  cstacker  Re-style the navigation bar to fit Norton Branding (NOT ASK design
=========================================================================
*/

#cs_contentbox {
	float:left;
	width:auto;
	margin-left:10px;
}
#head {
	font-size:18px;
}
#splash{float:left;}

#quicklinks {
	float:left;
	margin-left:10px;
	clear:none;
	width:auto;
	padding: 0px;	/*padding:20px 0px 0px 0px;*/
}
#quicklinks a {
	display:block;
	clear:both;
	background-image:none;
	padding:0px;
	text-align:left;
	vertical-align:bottom;
	height:40px;
	font-size: 11px;
	line-height: 25px;
	font-weight: 700;
	width:auto;
}
#quicklinks a img {
	float:left;
	margin:0px;
	padding:0px 5px 0px 0px;
	display: block;
}
/* When fixing the underline problem in IE6, I noticed that the 
   link text started at the top of the link image. cls */
#quicklinks a span {
	line-height: 25px;
}

