.MainMenuText {	/* this is the style for the top-level navigation items */
	background: #D7DCE8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	border-right: 1px solid #999999;
}
.MainMenuEndRight {
	background: #D7DCE8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	border-right: 0px solid #999999;
}
	/* these are the rollover styles for the top-level navigation items */
a.mainNavHover:link, a.mainNavHover:visited {
	text-decoration: none;
	color: #000000;
}
a.mainNavHover:hover, a.mainNavHover:active {
	text-decoration: none;
	color: #49597B;
	/*background-color:#f4f5f9;*/
}

a.subNavHover:link{
	text-decoration: none;
	color: #49597B;
}
a.subNavHover:visited{
	text-decoration: none;
	color: #49597B;
}
a.subNavHover:hover{
	text-decoration: none;
	color: #000000;
	background-color:#f4f5f9;
}

.secondNavText {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	/*text-align:center;*/
}
.products2 td {
	padding-left:0px;
}
.solutions2 td {
	padding-left:0px;
}
.support2 td {
	padding-left:0px;
}
/***** the below 'commented' code is actually a hack to prevent MAC IE from line-breaking the sub-menus *****/
.community2 td {
	padding-left:80px;
	/*\*//*/
	padding-left:0px;
	/**/
}
.partners2 td {
	padding-left:402px;
	/*\*//*/
	padding-left:0px;
	/**/
}
.aboutUs2 td {
	padding-left:100px;
	/*\*//*/
	padding-left:0px;
	/**/
}
.howToBuy2 td {
	padding-left:211px;
	/*\*//*/
	padding-left:0px;
	/**/
}
.secondNavSeperator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	padding:0 8px 0 8px;
}

