/* this document contains navigation layout and styles */
#Header {	/* this is the header div above the navigation bar */
	width: 761px;
	height: 55px;
	background: #ffffff;
	position:relative;
	font-size:95%;
}
#Header .logo {
	float:left;
	width: 226px;
	height: 55px;
	position: relative;
	margin-left: 10px;
}
#Header .logoActionCalls a:link, #Header .logoActionCalls a:visited{
	color: #49597B;
	text-decoration: underline;
}
#Header .logoActionCalls  a:hover, #Header .logoActionCalls a:active {
	text-decoration: none;
}
#Header .logoActionCalls {	/* these are the links to the rightside of the Header */
	margin-top: 5px;
	float: right;
	margin-right: 7px;
	margin-bottom: -2px;
}
#Header .logoActionCallsB a:hover, #Header .logoActionCallsB a:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #49597B;
}
.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:80px;
}
/***** the below 'commented' code is actually a hack to prevent MAC IE from line-breaking the sub-menus *****/
.community2 td {
	padding-left:20px;
	/*\*//*/
	padding-left:0px;
	/**/
}
.partners2 td {
	padding-left:350px;
	/*\*//*/
	padding-left:0px;
	/**/
}
.aboutUs2 td {
	padding-left:72px;
	/*\*//*/
	padding-left:0px;
	/**/
}
.howToBuy2 td {
	padding-left:288px;
	/*\*//*/
	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;
}

