/* styles.css */


/*
CSS normalizations
see Transcending CSS by Andy Clarke
*/

/* normalize margins and padding */
html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input,  blockquote, th, td
{
	margin: 0 auto;
	padding: 0px;
}

/* normalize font size for headers, pre and code */
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 100%;
}

/* remove list-style from lists */
/*ol,*/ 
ul {
	list-style: none;
}

/* remove border from fieldset and img */
fieldset, img {
	border: none;
}

/* left align text in caption and th */
caption, th {
	text-align: left;
}

/* remove quote marks from q tag (see http://alistapart.com/articles/qtag)
	This is done because win/ie does not place quotes around the q as per W3C standard.
	This turns off quotes on other browsers (since they recognize the :before and :after).
	Be sure to place quotes OUTSIDE of the q tags to meet the W3C specifications.
	e.g. &ldquo;;<q>The quick brown fox jumps over the lazy dog</q>&rdquo;
 */
q:before, q:after {
	content: "";
}

/* remove italization from address */
address {
	font-style: normal;
}

/* commonly used classes and general changes */

#content form {
	border-top:1px #FFFFFF solid;	/* hack to remove extra spacing above firefox forms */
}

html {
	text-align: center;
	margin:0px;
}

body {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color:#ffffff;
	color:#494848;
}

body a {
	color:#494848;
	text-decoration:none;
}
body a:link {
	color:#494848;
	text-decoration:none;
}
body a:active {
	color:#494848;
	text-decoration:none;
}
body a:visited {
	color:#494848;
	text-decoration:none;
}
body a:hover {
	color:#7096BF;
	text-decoration:none;
}


ul {
	margin:0px 0px 0px 15px;
	padding:0px;
}

/*  removed because it overrides too much
ul li {
	list-style:disc;
	margin:0px 0px 0px -3px;
	padding:0px;
}
*/

ul.disc {
	list-style-type: none;
	margin-left:0;
}

ul.disc li {
	background: url(/images/common/bullet_disc.gif) no-repeat .1em .1em;
	padding-left: 15px;
}

li.floatDiscFix {
 list-style-image:url(/images/common/bullet_disc.gif);
 margin-left:0px;
}


ul li#products {
	margin:0px;
	padding:0px;
}
ul li#solutions {
	margin:0px;
	padding:0px;
}
ul li#services {
	margin:0px;
	padding:0px;
}
ul li#support {
	margin:0px;
	padding:0px;
}
ul li#leadership {
	margin:0px;
	padding:0px;
}
ul li#about {
	margin:0px;
	padding:0px;
}

ol {
	margin:0px 0px 0px 18px;
	padding:0px;
}

ol li {
	margin:0px 0px 0px 0px;
	padding:0px;
}

ul.square {
	list-style-image:url(/images/common/radio_square_h10.gif);
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

li.square {
	list-style-image:url(/images/common/radio_square_h10.gif);
	margin:0px 0px 0px -1px;
	padding:0px 0px 3px 0px;
}

ul.square2 {
	list-style-image:url(/images/common/radio_square_h10.gif);
	margin:5px;
	padding:0px;
}
li.square2 {
	list-style-image:url(/images/common/radio_square_h10.gif);
	padding:0px 0px 1px 0px;
	margin:0px 0px 0px 9px;
}

ul.square3 {
	list-style-image:url(/images/common/radio_square_h10.gif);
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}

li.square3 {
	list-style-image:url(/images/common/radio_square_h10.gif);
	margin:0px 0px 0px 0px;
	padding:0px 0px 3px 0px;
}


ul.noDots {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
li.noDots {
	list-style-type:none;
	padding:0px 0px 3px 0px;
	margin:0px 0px 0px 2px;
}

li.decimal {
	list-style:decimal;
	padding:0px 0px 3px 0px;
	margin:0px;
}

li.padding7 {
	margin-top:7px;
	padding-bottom:7px;
}

li.pdf {
	list-style-image:url(/images/common/btn_pdf.gif);
	padding:0px 0px 3px 0px;
	margin:5px 0px 0px 5px;
}

li.pdfTight {
	list-style-image:url(/images/common/btn_pdf.gif);
	padding:0px 0px 0px 0px;
	margin:1px 0px 0px -1px;
}


a {
	text-decoration:none;
}

p.para {
	margin-top:5px;
}

p.titledPara {
	padding-bottom:12px;
	line-height:11px;
}

.pageTitle {
	margin:2px 0px 2px 10px;
}




.bannerSubTitleLightBlue {
	color:#97c1ec;
	font-size:18px;
	line-height:22px;
}


.subTitlePurple {
	font-size:13px;
	line-height:16px;
	color:#845a92;
	font-weight:bold;
}


.bannerTitlePurple {
	font-size:15px;
	line-height:18px;
	color:#845a92;
	font-weight:bold;
}



.clearBoth {
	clear:both;
}

.clearRight {
	clear:right;
}

.clearBothTight {
		clear:both;
		margin:0px;
		padding:0px;
		font-size:0px;
		line-height:0px;
		height:0px;
		width: 0px;
		overflow:hidden;
}

.positionRelative {
	position:relative;
}

.noWrap {
	white-space:nowrap;
}

.floatRight {
	float:right;
	display:inline;
}

.floatLeft {
	float:left;
	display:inline;
}

.verticalMiddle {
	vertical-align:middle;
}

.verticalTop {
	vertical-align:top;
}

.verticalBaseline {
	vertical-align:baseline;
}

.lowerSubmit {
	margin-top:2px;
}

.marginTop1 {
	margin-top:1px;
}

.marginTop2 {
	margin-top:2px;
}

.marginTop3 {
	margin-top:3px;
}

.marginTop4 {
	margin-top:4px;
}

.marginTop5 {
	margin-top:5px;
}

.marginTop6 {
	margin-top:6px;
}

.marginTop7 {
	margin-top:7px;
}

.marginTop10 {
	margin-top:10px;
}

.marginTop15 {
	margin-top:15px;
}

.marginTop20 {
	margin-top:20px;
}

.marginTop25 {
	margin-top:25px;
}

.marginTop30 {
	margin-top:30px;
}

.marginTop35 {
	margin-top:35px;
}

.marginTop40 {
	margin-top:40px;
}

.marginTop45 {
	margin-top:45px;
}

.marginTop50 {
	margin-top:50px;
}

.marginBottom15 {
	margin-bottom:15px;
}

.marginBottom10 {
	margin-bottom:15px;
}

.marginBottom5 {
	margin-bottom:5px;
}

.margin15 {
	margin:15px;
}

.marginRight5 {
	padding: 0px;
	margin-right:5px;
}

.marginRight10 {
	margin-right:10px;
}

.marginRight15 {
	margin-right:15px;
}

.marginRight160 {
	padding:0;
	margin-right:160px;	
}

.marginLeft4 {
	margin-left:4px;
}

.marginLeft5 {
	margin-left:5px;
}

.marginLeft10 {
	margin-left:10px;
}

.marginLeft13{
    margin-left:13px;
}

.marginLeft15{
	margin-left:15px;
}

.marginLeft2 {
	margin-left:2px;
}

.marginLeft20 {
	margin-left:20px;
}

.marginLeft22 {
	padding: 0px;
	margin-left:22px;
}

.marginLeft25 {
	margin-left:25px;
}



.marginLeftNeg25 {
	margin-left:-25px;
}

.paddingLeft10 {
	padding-left:10px;
}

.paddingBottom10 {
	padding-bottom:10px;
}

.paddingBottom6 {
	padding-bottom:6px;
}

.paddingRight10 {
	padding-right:10px;
}

.paddingRight15 {
	padding-right:15px;
}

.margin10 {
	margin:10px;
}



.italic {
	font-style:italic;
}

.skipNav {
	width: 0px;
	height: 0px;
	overflow: hidden;
	text-index: -9999px;
	margin: 0px;
	padding: 0px;
}

/* standard div id's layouts */

#header {
	/*width:590px;*/
	width:690px;
	margin: 0 auto;
	margin-top:11px;
	margin-right:15px;
	float:right;
	height:32px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#000000;
	z-index:90;	/*added for flashNav for full height gray background - keeps top nav above it */
}

#headerTop {
	width:935px;
	height:11px;

	position:relative;
}

#header a {
	color:#FFFFFF;
	text-decoration:none;
}
#header a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#header a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#header a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#header a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#headerLeft {
	position:absolute;
	top:19px;
	left:0px;
	width:805px;
	height:63px;
	overflow:hidden;
}

.headerLeftLogo {
	position:absolute;
	top:0px;
	left:0px;
}

#headerLeftSearch {
}

#headerLeftMenu {
	clear:both;
	float:right;
	width:600px;
	height:25px;
	margin-top:9px;
}

#headerRight {
	position:absolute;
	bottom:10px;
	left:854px;
	width:140px;
	overflow:hidden;
}

#headerRight ul.bullets {
	list-style-image:none;
	padding:0px;
	margin:0px;
}

#headerRight li.bullets {
	list-style-image:none;
	padding-bottom:3px;
	margin:0px;
}

#mainMenu {
	margin:0 auto;
	margin-left:15px;
	clear:both;
	/*width:568px;*/
	width:668px;
	height:30px;
	background-image:url(/images/top/bg_top_menu.gif);
	background-repeat:no-repeat;
}







/* navigation styles */

.navmargin {
	margin-left:10px;
	margin-right:10px;
}

.topNav {
	padding:0px;
	margin:0 auto;
	list-style-type:none;
	display:inline;

	z-index:90;	/* added for flashNav  */
}
	
.topNav li{
	display:inline;
	float:left;
	list-style-type:none;
	
}
	
.topNav li A{
	display:block;
	
		
}

.topNav li a span {
	display:none;
}



.topNav li#home a, .topNav li#home{
	width:87px;
	height:30px;
	background:url(images/top/btn_top_menu_home.gif) 100% 0px;
	
	
	
}

.topNav li#home a.current {
	width:87px;
	height:30px;
	background:url(images/top/btn_top_menu_home.gif) 100% -30px;
	
}

.topNav li#home a.hover {
/*.topNav li#products a:hover {	flashNav changes */
	width:87px;
	height:30px;
	background:url(images/top/btn_top_menu_home.gif) 100% -60px;
	
}


.topNav li#company a, .topNav li#company{
	width:148px;
	height:30px;
	background:url(images/top/btn_top_menu_company.gif) 100% 0px;
}

.topNav li#company a.current {
	width:148px;
	height:30px;
	background:url(images/top/btn_top_menu_company.gif) 100% -30px;
}

.topNav li#company a.hover {
/*.topNav li#products a:hover {	flashNav changes */
	width:148px;
	height:30px;
	background:url(images/top/btn_top_menu_company.gif) 100% -60px;
}




.topNav li#products a, .topNav li#products{
	width:105px;
	height:30px;
	background:url(images/top/btn_top_menu_services.gif) 100% 0px;
}

.topNav li#products a.current {
	width:105px;
	height:30px;
	background:url(images/top/btn_top_menu_services.gif) 100% -30px;
}

.topNav li#products a.hover {
/*.topNav li#products a:hover {	flashNav changes */
	width:105px;
	height:30px;
	background:url(images/top/btn_top_menu_services.gif) 100% -60px;
}

	
.topNav li#solutions a, .topNav li#solutions{
	width:107px;
	height:30px;
	background:url(images/top/btn_top_menu_solutions.gif) 100% 0px;
}

.topNav li#solutions a.current {
	width:107px;
	height:30px;
	background:url(images/top/btn_top_menu_solutions.gif) 100% -30px;
}

.topNav li#solutions a.hover {
/*.topNav li#solutions a:hover {	flashNav changes */
	width:107px;
	height:30px;
	background:url(images/top/btn_top_menu_solutions.gif) 100% -60px;
}

	
.topNav li#services a, .topNav li#services{
	width:102px;
	height:30px;
	background:url(images/top/btn_top_menu_partners.gif) 100% 0px;
}

.topNav li#services a.current {
	width:102px;
	height:30px;
	background:url(images/top/btn_top_menu_partners.gif) 100% -30px;
}

.topNav li#services a.hover {
/*.topNav li#services a:hover {	flashNav changes */
	width:102px;
	height:30px;
	background:url(images/top/btn_top_menu_partners.gif) 100% -60px;
}

	
.topNav li#support a, .topNav li#support{
	width:150px;
	height:30px;
	background:url(images/top/btn_top_menu_support.gif) 100% 0px;
}

.topNav li#support a.current {
	width:150px;
	height:30px;
	background:url(images/top/btn_top_menu_support.gif) 100% -30px;
}

.topNav li#support a.hover {
/*.topNav li#support a:hover {	flashNav changes */
	width:150px;
	height:30px;
	background:url(images/top/btn_top_menu_support.gif) 100% -60px;
}

	
.topNav li#leadership a, .topNav li#leadership{
	width:111px;
	height:30px;
	background:url(images/top/btn_top_menu_store.gif) 100% 0px;
}

.topNav li#leadership a.current {
	width:111px;
	height:30px;
	background:url(images/top/btn_top_menu_store.gif) 100% -30px;
}

.topNav li#leadership a.hover {
/*.topNav li#leadership a:hover {	flashNav changes */
	width:111px;
	height:30px;
	background:url(images/top/btn_top_menu_store.gif) 100% -60px;
}

	
.topNav li#about a, .topNav li#about{
	width:130px;
	height:30px;
	background:url(images/top/btn_top_menu_about_emc.gif) 100% 0px;
}

.topNav li#about a.current {
	width:130px;
	height:30px;
	background:url(images/top/btn_top_menu_about_emc.gif) 100% -30px;
}

.topNav li#about a.hover {
/*.topNav li#about a:hover {	flashNav changes */
	width:130px;
	height:30px;
	background:url(images/top/btn_top_menu_about_emc.gif) 100% -60px;
}


/*
.topNav li#aboutus a, .topNav li#aboutus{
	width:106px;
	height:30px;
	background:url(/images/top/btn_top_menu_about_us.gif) 100% 0px;
}

.topNav li#aboutus a.current {
	width:106px;
	height:30px;
	background:url(/images/top/btn_top_menu_about_us.gif) 100% -30px;
}

.topNav li#aboutus a:hover {
	width:106px;
	height:30px;
	background:url(/images/top/btn_top_menu_about_us.gif) 100% -60px;
}
*/
/*
.topNav li#contactus a, .topNav li#contactus{
	width:120px;
	height:30px;
	background:url(/images/top/btn_top_menu_contact_us.gif) 100% 0px;
}

.topNav li#contactus a.current {
	width:120px;
	height:30px;
	background:url(/images/top/btn_top_menu_contact_us.gif) 100% -30px;
}

.topNav li#contactus a:hover {
	width:120px;
	height:30px;
	background:url(/images/top/btn_top_menu_contact_us.gif) 100% -60px;
}
*/

	

.menuBackground {
	visibility: hidden;
	background-color:#323232;
	position:absolute;
	z-index:80;
	top:110px;
	left:0px;
	height:0px;
	width:1000px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

.menuBackground2 {
	visibility: hidden;
	display: block;
	position:absolute;
	z-index:0;
	top:0px;
	left:0px;
	width:1000px;
}

.menuDropdown {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#084a90;
}

.menuDropdownTab {
	margin-top: -29px;
}

.menuDropdownTabRight {
	margin-top: -29px;
	float: right;
	margin-right: 1px;
}

.menuDropdownClose {
	position:absolute;
	top:-20px;
	right:20px;
	text-align:right;
	width:70px;
}

.menuDropdownClose2 {
	position:relative;
	top:-20px;
	right:20px;
	text-align:right;
}
/*
.menuDropdownClose a {
	color: #5c5a5a;
	text-decoration: none;
}

.menuDropdownClose a:link {
	color:#5c5a5a;
	text-decoration:none;
}

.menuDropdownClose a:active {
	color: #5c5a5a;
	text-decoration: none;
}

.menuDropdownClose a:visited {
	color:#5c5a5a;
	text-decoration:none;
}

.menuDropdownClose a:hover {
	color:#7096BF;
	text-decoration:none;
}
*/
.menuDropdownTitle {
	font-size:11px;
	line-height:21px;
	color:#084a90;
	text-transform:uppercase;
	font-weight:bold;
}

.menuDropdownHorozWhiteDots {
	background-image:url(images/top/nav_horoz_white_dots.gif);
	background-repeat:repeat-x;
	width:100%;
	margin-top:10px;
}


.menuDropdownHorozGrayRule {
	background-image:url(images/top/nav_hr_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	margin-top:10px;
 	margin-left: 2px;
}


	
.menuDropdownBlue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#c00;
}

.menuDropdownBlue a {
	color:#999;
	text-decoration:none;
}

.menuDropdownBlue a:link {
	color:#999;
	text-decoration:none;
}

.menuDropdownBlue a:active {
	color:#999;
	text-decoration:none;
}

.menuDropdownBlue a:visited {
	color:#999;
	text-decoration:none;
}

.menuDropdownBlue a:hover {
	color:#999;
	text-decoration:underline;
}

	
.menuDropdownBlue ul.plainList {
	list-style-type:none;
	padding:0px;
	margin:0px;
}


.menuDropdownBlue ul.bulletList {
	list-style-type:disc;
	padding:0px;
	margin:0px;
}


.menuDropdownBlue li.plainList {
	list-style-type:none;
	padding-bottom:5px;
	margin-left:-14px;
}

	
.menuDropdownBlue li.bulletList {
	list-style-type:disc;
}

	

.menuDropdownGray {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#5c5a5a ;
}

.menuDropdownGray a {
	color:#5c5a5a;
	text-decoration:none;
}

.menuDropdownGray a:link {
	color:#5c5a5a;
	text-decoration:none;
}

.menuDropdownGray a:active {
	color:#5c5a5a;
	text-decoration:none;
}

.menuDropdownGray a:visited {
	color:#5c5a5a;
	text-decoration:none;
}

.menuDropdownGray a:hover {
	color:#7096BF;
	text-decoration:none;
}

.menuDropdownGray ul.plainList {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.menuDropdownGray ul.bulletList {
	list-style-type:disc;
	padding:0px;
	margin:0px;
}

.menuDropdownGray li.plainList {
	list-style-type:none;
	margin-left:-14px;
}

.menuDropdownGray li.bulletList {
	list-style-type:disc;
}

.menuDropdownGray p {
	padding-bottom:10px;
}

	
.topNavAlpha a {
	padding:0px 3px;
}

.topNavAlpha div {
	padding:0px 3px;
}

	

#productsMenu {
	visibility:hidden;
	position:absolute;
	top: 68px;
	left: 402px;
	width:166px;
	z-index:90;
}
* html #productsMenu	/* hack for ie6 background png */
{
	visibility:hidden;
	position:absolute;
	top: 68px;
	left: 387px;
	width:166px;
	z-index:90;
} 


#productsMenuTop {
	background-image:url(images/menus/productsMenuTop.png);
	background-repeat:no-repeat;
	width:166px;
	height:10px;	
}
* html #productsMenuTop	/* hack for ie6 background png */
{
	background-image:url(images/menus/productsMenuTop.gif);
} 

#productsMenuBody {
	background-image:url(images/menus/productsMenuMiddle.png);
	background-repeat:repeat-y;
	width:166px;
}
* html #productsMenuBody	/* hack for ie6 background png */
{
	background-image:url(images/menus/productsMenuMiddle.gif);
} 

#productsMenuBottom {
	background-image:url(images/menus/productsMenuBottom.png);
	background-repeat:no-repeat;
	width:166px;
	height:10px;
	position:relative;
}
* html #productsMenuBottom	/* hack for ie6 background png */
{
	background-image:url(images/menus/productsMenuBottom.gif);
} 

.greyClose {
	float: right;
	margin-right: 10px;
	margin-top: -15px;
	color: #5c5a5a;
}
.greyClose a {
	color: #5c5a5a;	
	text-decoration: none;
}

.greyClose a:hover {
	color: #5c5a5a;	
	text-decoration: underline;
}

.greyClose a:link {
	color: #5c5a5a;	
	text-decoration: underline;
}

.greyClose a:active {
	color: #5c5a5a;	
	text-decoration: underline;
}

	
.productsMenuInner {
	width:166px;
	margin-top:0px;
	margin-left:14px;
}

.productsMenuBlueWide {
	width:376px;
}

.productsMenuInnerLeftBlue {
	width:362px;
	float:left;
	overflow:hidden;
	margin-top:10px;
}

.productsMenuBlueVertDots {
	background-image:url(images/top/nav_sol_bg_body_vert_dots.gif);
	background-repeat:repeat-y;
	width:362px;
}

.productsMenuInnerLeft {
	width:166px;
	float:left;
	overflow:hidden;
}

.productsMenuInnerMiddle {
	margin-left:29px;
	width:203px;
	float:left;
	overflow:hidden;
}

.productsMenuInnerMiddleLeft {
	margin-top:10px;
	width:97px;
	float:left;
	overflow:hidden;
}

.productsMenuInnerMiddleRight {
	margin-left:14px;
	width:97px;
	float:left;
	overflow:hidden;
}

.productsMenuInnerRightGray {
	margin-left:14px;
	width:192px;
	float:left;
	overflow:hidden;
}

.productsMenuInnerRight {
	margin-left:12px;
	width:165px;
}

	
#productsMenuBottom {
}

.productsMenuBottomInner {
	float:right;
	margin-top:5px;
	margin-right:10px;
}


.productsMenuLightGray {
	background-color:#f6f6f7;
	color:#8d8d8d;
	font-weight:bold;
 margin-left: 1px;
}

	
.productsMenuLightGray strong {
	color:#323233;
	font-weight:bold;
}

	


#solutionsMenu {
	visibility:hidden;
	position:absolute;
	top: 68px;
	left: 527px;
	width:233px;
	z-index:90;
}
* html #solutionsMenu	/* hack for ie6 background png */
{
	visibility:hidden;
	position:absolute;
	top: 68px;
	left: 512px;
	width:233px;
	z-index:90;
}
#solutionsMenuTop {
	background-image:url(images/menus/solutionsMenuTop.png);
	background-repeat:no-repeat;
	height:10px;
	width:233px;
}
* html #solutionsMenuTop	/* hack for ie6 background png */
{
	background-image:url(images/menus/solutionsMenuTop.gif);
} 

#solutionsMenuBody {
	background-image:url(images/menus/solutionsMenuMiddle.png);
	background-repeat:repeat-y;
	width:233px;
}
* html #solutionsMenuBody	/* hack for ie6 background png */
{
	background-image:url(images/menus/solutionsMenuMiddle.gif);
} 

#solutionsMenuBottom {
	background-image:url(images/menus/solutionsMenuBottom.png);
	background-repeat:no-repeat;
	height:12px;
	width:233px;
	position:relative;
}
* html #solutionsMenuBottom	/* hack for ie6 background png */
{
	background-image:url(images/menus/solutionsMenuBottom.gif);
} 

	
.solutionsMenuInner {
	width:233px;
	margin-top:0px;
	margin-left:14px;
}

.solutionsMenuBlueWide {
	width:381px;
}

.solutionsMenuInnerLeftBlue {
	width:381px;
	float:left;
	overflow:hidden;
	margin-top:10px;
}

.solutionsMenuBlueVertDots {
	background-image:url(images/top/nav_sol_bg_body_vert_dots_187.gif);
	background-repeat:repeat-y;
	width:381px;
}

.solutionsMenuInnerLeft {
	width:225px;
	float:left;
	overflow:hidden;
}

.solutionsMenuInnerMiddle {
	margin-left:29px;
	width:177px;
	float:left;
	overflow:hidden;
}

.solutionsMenuInnerMiddleLeft {
	margin-top:10px;
	width:100px;
	float:left;
	overflow:hidden;
}

.solutionsMenuInnerMiddleRight {
	margin-left:17px;
	width:100px;
	float:left;
	overflow:hidden;
}

.solutionsMenuInnerRightGray {
	margin-left:14px;
	width:173px;
	float:left;
	overflow:hidden;
}

.solutionsMenuInnerRight {
	margin-left:12px;
	width:148px;
}

	
#solutionsMenuBottom {
}

.solutionsMenuBottomInner {
	float:right;
	margin-top:5px;
	margin-right:10px;
}



/* SERVICES TAB */
#servicesMenu {
	visibility:hidden;
	position:absolute;
	top: 68px;
	left: 589px;
	width:188px;
	z-index:90;
}


#servicesMenuTop {
	background-image:url(images/menus/servicesMenuTop.png);
	background-repeat:no-repeat;
	height:10px;
	width:188px;
}
* html #servicesMenuTop	/* hack for ie6 background png */
{
	background-image:url(images/menus/servicesMenuTop.gif);
} 

#servicesMenuBody {
	background-image:url(images/menus/servicesMenuMiddle.png);
	background-repeat:repeat-y;
	width:188px;
	position: relative;
	
	height: 100%
}
* html #servicesMenuBody	/* hack for ie6 background png */
{
	background-image:url(images/menus/servicesMenuMiddle.gif);
} 

#servicesMenuBottom {
	background-image:url(images/menus/servicesMenuBottom.png);
	background-repeat:no-repeat;
	height:11px;
	width:188px;
	position:relative;
}
* html #servicesMenuBottom	/* hack for ie6 background png */
{
	background-image:url(images/menus/servicesMenuBottom.gif);
} 
	
.servicesMenuInner {
	width:198px;
	margin-top:0px;
	margin-left:13px;
}

.servicesMenuBlueWide {
	width:358px;
}

.servicesMenuInnerLeftBlue {
	width:198px;
	float:left;
	overflow:hidden;
	margin-top:10px;
}

.servicesMenuBlueVertDots {
	background-image:url(images/top/nav_sup_bg_body_vert_dots.gif);
	background-repeat:repeat-y;
	width:358px;
}

.servicesMenuInnerLeft {
	width:158px;
	float:left;
	overflow:hidden;
}

.servicesMenuInnerMiddle {
	margin-left:48px;
	width:152px;
	float:left;
	overflow:hidden;
}

.servicesMenuInnerRightGray {
	margin-left:20px;
	width:192px;
	float:left;
	overflow:hidden;
}

.servicesMenuInnerRight {
	margin-left:13px;
	width:163px;
}

	
#servicesMenuBottom {
}

.servicesMenuBottomInner {
	float:right;
	margin-top:5px;
	margin-right:10px;
}


	


#supportMenu {
	visibility:hidden;
	position:absolute;
	top: 68px;
	left: 654px;
	width:170px;
	z-index:90;
}

* html #supportMenu	/* hack for ie6 background png */
{
	visibility:hidden;
	position:absolute;
	top: 68px;
	left: 639px;
	width:170px;
	z-index:90;
} 

#supportMenuTop {
	background-image:url(images/menus/supportMenuTop.png);
	background-repeat:no-repeat;
	height:9px;
	width:170px;
}
* html #supportMenuTop	/* hack for ie6 background png */
{
	background-image:url(images/menus/supportMenuTop.gif);
} 

#supportMenuBody {
	background-image:url(images/menus/supportMenuMiddle.png);
	background-repeat:repeat-y;
	width:170px;
}
* html #supportMenuBody	/* hack for ie6 background png */
{
	background-image:url(images/menus/supportMenuMiddle.gif);
} 

#supportMenuBottom {
	background-image:url(images/menus/supportMenuBottom.png);
	background-repeat:no-repeat;
	height:10px;
	width:170px;
	position:relative;
}
* html #supportMenuBottom	/* hack for ie6 background png */
{
	background-image:url(images/menus/supportMenuBottom.gif);
} 

	
.supportMenuInner {
	width:170px;
	margin-top:0px;
	margin-left:13px;
}

.supportMenuInnerLeftBlue {
	background-image:url(images/top/nav_sup_bg_body_vert_dots.gif);
	background-repeat:repeat-y;
	width:358px;
	float:left;
	overflow:hidden;
	margin-top:10px;
}

.supportMenuInnerLeft {
	width:158px;
	float:left;
	overflow:hidden;
}

.supportMenuInnerMiddle {
	margin-left:48px;
	width:152px;
	float:left;
	overflow:hidden;
}

.supportMenuInnerRightGray {
	margin-left:20px;
	width:192px;
	float:left;
	overflow:hidden;
}

.supportMenuInnerRight {
	margin-left:13px;
	width:163px;
}

	
#supportMenuBottom {
}

.supportMenuBottomInner {
	float:right;
	margin-top:5px;
	margin-right:10px;
}

#leadershipMenu {
	visibility:hidden;
	position:absolute;
	top: 68px;
	left: 776px;
	width:137px;
	z-index:90;
	
}
* html #leadershipMenu	/* hack for ie6 background png */
{
	visibility:hidden;
	position:absolute;
	top: 68px;
	left: 761px;
	width:137px;
	z-index:90;
} 


#leadershipMenuTop {
	background-image: url(images/menus/leadershipMenuTop.png);
	background-repeat:no-repeat;
	height:8px;
	width:159px;
}
* html #leadershipMenuTop	/* hack for ie6 background png */
{
	background-image:url(images/menus/leadershipMenuTop.gif);
} 

#leadershipMenuBody {
	background-image:url(images/menus/leadershipMenuMiddle.png);
	background-repeat:repeat-y;
	width:159px;
}
* html #leadershipMenuBody	/* hack for ie6 background png */
{
	background-image:url(images/menus/leadershipMenuMiddle.gif);
} 

#leadershipMenuBottom {
	background-image:url(images/menus/leadershipMenuBottom.png);
	background-repeat:no-repeat;
	height:10px;
	width:159px;
	position:relative;
	/*margin-top:10px;*/
}
* html #leadershipMenuBottom	/* hack for ie6 background png */
{
	background-image:url(images/menus/leadershipMenuBottom.gif);
} 

	
.leadershipMenuInner {
	background-image:url(images/top/nav_lead_bg_body_vert_dots.gif);
	background-repeat:repeat-y;
	width:137px;
	margin-left: 20px;
	padding-top: 10px;
}

	
.leadershipMenuInnerLeft {
	width:137px;
	float:left;
	overflow:hidden;
}

.leadershipMenuInnerRight {
	margin-left:10px;
	width:137px;
	float:left;
	overflow:hidden;
}

	
.leadershipMenuBottomInner {
	float:right;
	margin-top:5px;
	margin-right:10px;
}


	
#aboutMenu {
	visibility:hidden;
	position:absolute;
	top: 68px;
	left: 495px;
	width:180px;
	z-index:90;
}

#aboutMenuTop {
	background-image:url(images/menus/aboutMenuTop.png);
	background-repeat:no-repeat;
	height:11px;
	width:180px;
}
* html #aboutMenuTop	/* hack for ie6 background png */
{
	background-image:url(images/menus/aboutMenuTop.gif);
} 

#aboutMenuBody {
	background-image:url(images/menus/aboutMenuMiddle.png);
	background-repeat:repeat-y;
	width:180px;
}
* html #aboutMenuBody	/* hack for ie6 background png */
{
	background-image:url(images/menus/aboutMenuMiddle.gif);
} 

#aboutMenuBottom {
	clear:both;
	background-image:url(images/menus/aboutMenuBottom.png);
	background-repeat:no-repeat;
	height:18px;
	width:180px;
	position:relative;
}
* html #aboutMenuBottom	/* hack for ie6 background png */
{
	background-image:url(images/menus/aboutMenuBottom.gif);
} 
	
.aboutMenuInner {
	background-image:url(images/top/nav_about_bg_body_vert_dots.gif);
	background-repeat:repeat-y;
	width:151px;
	margin-left:20px;
}
	
.aboutMenuInnerLeft {
	width:162px;
	float:left;
	overflow:hidden;
}

.aboutMenuInnerMiddle {
	margin-left:31px;
	width:164px;
	float:left;
	overflow:hidden;
}

.aboutMenuInnerRight {
	margin-left:31px;
	width:163px;
	float:left;
	overflow:hidden;
}

	
.aboutMenuBottom {
}

.aboutMenuBottomInner {
	float:right;
	margin-top:5px;
        margin-right:10px;
}







/* end of EMC added Styles */