/***********************************
Main navigation
***********************************/

#mainNav {
	width: 964px;
	margin: 10px auto 5px auto;
	overflow: visible;
	padding: 0 0 1px 0;
	border-bottom: 4px solid #e8e8e8;
	min-height: 33px;
	height: auto !important;
	height: 33px;
	background: #fff url(../images/bg_nav_item.gif) repeat-x;
	z-index:9999;
}

/******************************************* 
Each nav item is assigned a fixed width. 
This ensures that the nav looks even across
browsers (particularly with Safari and its
way of rendering fonts) 
*******************************************/

#mainNav ul#nav li a.item0 {
	width: 105px;
}

#mainNav ul#nav li a.item1 {
	width: 138px;
}

#mainNav ul#nav li a.item2 {
	width: 150px;
}

#mainNav ul#nav li a.item3 {
	width: 105px;
}

#mainNav ul#nav li a.item4 {
	width: 148px;
}

#mainNav ul#nav li a.item5 {
	width: 165px;
}

#mainNav ul#nav li a.item6 {
	width: 135px;
}

#mainNav ul#nav li.last {
	border: none;
}

/*** ESSENTIAL STYLES ***/
ul.sf-menu, ul.sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	position: relative;
	z-index:100;
}
ul.sf-menu {
	line-height:	1.0;
}
ul.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width: 200px;
}
ul.sf-menu ul li {
	width: 100%;
}
ul.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
ul.sf-menu li {
	float:			left;
}
ul.sf-menu a {
	display:		block;
}
ul.sf-menu li:hover ul,
ul.sf-menu li.sfHover ul {
	left:			0;
	top:			32px; /* match top ul list item height */
}
ul.sf-menu li:hover ul.technology,
ul.sf-menu li.sfHover ul.technology,
ul.sf-menu li:hover ul.products,
ul.sf-menu li.sfHover ul.products {
	left:			0;
	top:			32px; /* match top ul list item height */
}
ul.sf-menu li li {
	position:		relative;
}
ul.sf-menu ul, ul.sf-menu ul li {
	left: 0;
}
ul.sf-menu li li li {
	width:			100%;
}
ul.sf-menu ul.technology li, ul.sf-menu ul.products li {
	/*width:			auto;*/
	float:			left;
	position: static;
}
ul.sf-menu a, ul.sf-menu a:visited {
	border:			none;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			30px;
	background: none;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	 
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	 
}

/*** DEMO SKIN ***/
ul.sf-menu {
	float: left;
}
ul.sf-menu li {
	border-right: 3px solid #fff;
	text-transform: uppercase;
	color: #000;
	background: #fff url(../images/bg_nav_item.gif) repeat-x;
}
ul.sf-menu li a {
	padding: 10px 0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
ul.sf-menu li.selected a {
	color: #fff;
}
ul.sf-menu li.sfHover, ul.sf-menu li:hover, ul.sf-menu li.selected {
	background: #3d3d3d url(../images/bg_nav_active.gif) repeat-x;
	color: #fff;
}
ul.sf-menu li.sfHover a, ul.sf-menu li:hover a {
	color: #fff;
}
ul.sf-menu li li {
	border: none;
	padding: 0;
	margin: 0;
	text-transform: none;
	display: inline;
	background: #fff url(../images/bg_nav_item.gif) repeat-x;
}
ul.sf-menu li li a {
	padding: 5px 20px;
	text-align: left;
}
ul.sf-menu li li a:hover {
	color: #8F8F8F;
}
ul.sf-menu ul {
	font-size: 1em;
	/*background: transparent url(../images/bg_menu.png) repeat scroll 0 0 !important;*/
	background: url(../images/bg_menu_alt.png) !important;
	display:block;
	padding: 4px 0;
}
ul.sf-menu li li, ul.sf-menu li li a, ul.sf-menu li li:hover, ul.sf-menu li li.sfHover {
	background: none;
}
/* Fixed menus */
ul.sf-menu li.three-tier li {
	padding: 0 0 7px 0;
	background: none;
	border: none;
	overflow: hidden;
	text-transform: none;
}
ul.sf-menu li.three-tier li.sfHover, ul.sf-menu li.three-tier li:hover {
	background: url(../images/bg_subnav_active.gif) no-repeat center bottom;
	padding: 0 0 7px 0;
}
ul.sf-menu li.three-tier li li.sfHover , ul.sf-menu li.three-tier li li:hover, ul.sf-menu li.three-tier li li {
	background: none;
}
ul.sf-menu li.three-tier li a {
	color: #fff;
	padding: 5px 10px;
	background: #3d3d3d;
	text-align: center;
}
ul.sf-menu li.three-tier li a:hover {
	color: #fff;
}
ul.sf-menu li.three-tier li li a {
	background: none;
	padding: 0;
}
ul.sf-menu li.three-tier ul {
	font-size: 1em;
	background: url(../images/bg_menu_alt.png) !important;
	padding: 0;
}
ul.sf-menu li.three-tier ul ul {
	padding: 2px 0 0 0;
	margin: 7px 0 0 0;
	background: url(../images/bg_menu_alt.png) !important;
}
ul.sf-menu ul.products, ul.sf-menu li.three-tier ul.products ul {
	width: 245px;
}
ul.sf-menu ul.technology, ul.sf-menu li.three-tier ul.technology ul {
	width: 269px;
}
ul.sf-menu li.prod0 {
	width: 65px;
}
ul.sf-menu li.prod1 {
	width: 180px;
}
ul.sf-menu li.tech0 {
	width: 84px;
}
ul.sf-menu li.tech1 {
	width: 65px;
}
ul.sf-menu li.tech2 {
	width: 120px;
}
ul.sf-menu li.three-tier li li a {
	text-align: left;
	padding: 0 20px;
}
ul.sf-menu li.three-tier li li a:hover {
	color: #8f8f8f;
}
ul.sf-menu li:hover, ul.sf-menu li.sfHover,
ul.sf-menu a:focus, ul.sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/***********************************
Header navigation
***********************************/

#headerNav {
	width: 342px;
	float: right;
	margin-right: 10px;
	margin-top: 17px;
}

#login {
	float: left;
	line-height: 27px;
	font-size: 1.3em;
	color: #fff;
}

#login a {
	margin: 0 10px 0 0;
	color: #fff;
	text-decoration: none;
}

#login a:hover {
	text-decoration: underline;
}

#language {
	float: right;
	line-height: 27px;
	font-size: 1.3em;
	
}

#language a {
	color: #686868;
	text-decoration: none;
	padding: 0 33px 0 0;
}

#language a.en {
	background: url(../images/icon_lang_en.gif) no-repeat right;
}

#language a.en {
	background: url(../images/icon_lang_en.gif) no-repeat right center;
}

#language a.fr {
	background: url(../images/icon_lang_fr.gif) no-repeat right center;
}

#language a.ja {
	background: url(../images/icon_lang_ja.gif) no-repeat right center;
}

#language a.es {
	background: url(../images/icon_lang_ja.gif) no-repeat right center;
}

#language a.pt {
	background: url(../images/icon_lang_pt.gif) no-repeat right center;
}

#language a:hover {
	text-decoration: underline;
}

#search {
	clear: both;
	margin: 3px 0 0 0;
	text-align: right;
}

/***********************************
Footer navigation
***********************************/

#footerLinks {
	float: left;
	margin: 0;
	line-height: normal;
}

#footerLinks li {
	float: left;
	font-size: 0.9em;
	color: #000;
	border-left: 1px solid #000;
	padding: 0 5px;
	background: none;
}

#footerLinks li.first {
	padding-left: 0;
	border: none;
}

#footerLinks a {
	color: #000;
	text-decoration: none;
}

#footerLinks a:hover {
	text-decoration: underline;
}

#fwLink {
	float: right;
	font-size: 1.1em;
}

#fwLink a {
	color: #999;
	text-decoration: none;
}

#fwLink a:hover {
	color: #666;
	text-decoration: none;
}

/***********************************
Left Col Navigation
***********************************/

DIV.subNavBlock {
	margin:0 0 10px 0;
	overflow:hidden;
	height:100%;
}

ul.subNav {
	font-size: 1.2em;
	margin:0;
	line-height: normal;
}

ul.subNav li {
	border-bottom: 1px dashed #ccc;
	padding: 0 0 3px 0;
	background: none;
	float:right;
	width:100%;
	display:block;
}

ul.subNav li a {
	color: #666;
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 21px;
	background: url(../images/bg_productnav_item.gif) no-repeat 4px 6px;
	line-height: 1.3em;
}

ul.subNav a:hover, ul.subNav li.selected a {
	color: #fff;
	background: #000 url(../images/bg_productnav_hover.gif) no-repeat 4px 6px;
}

ul.subNav li a.openDown {
	background: url(../images/bg_secondary-nav_selected.gif) no-repeat 4px 6px;
}

ul.subNav li a:hover.openDown, ul.subNav li.selected a.openDown {
	background: #000 url(../images/bg_secondary-nav_hover.gif) no-repeat 4px 6px;
}

ul.subNav ul {
	margin: 3px 0 0 24px;
	font-size: 1em;
	line-height: 1em;
}

ul.subNav li li {
	border: none;
	padding: 0;
	display: inline;
}
ul.subNav li li.openList {
	display:inline !important
}
ul.subNav li li a, ul.subNav li.selected li a, ul.subNav li.selected li.selected li a {
	background: #fff url(../images/arrow_grey_right.gif) no-repeat 0 10px;
	padding-left: 8px;
	color: #666;
	font-weight: normal;
}

ul.subNav li li a:hover, ul.subNav li.selected li a:hover, ul.subNav li.selected li li a:hover {
	background-color: transparent;
	color: #000;
	font-weight: normal;
	background: url(../images/arrow_grey_right.gif) no-repeat 0 10px;
}

ul.subNav li li.selected a:hover, ul.subNav li.selected li.selected a, ul.subNav li.selected li.selected li.selected a {
	background-color: transparent;
	color: #000;
	font-weight: bold;
	background: url(../images/arrow_grey_right.gif) no-repeat 0 10px;
}

ul.subNav li li a.openDown, ul.subNav li.selected li a.openDown {
	background: #fff url(../images/arrow_grey_down.gif) no-repeat 0 11px;
	padding-left: 8px;
}

ul.subNav li li a:hover.openDown {
	background: #fff url(../images/arrow_grey_down.gif) no-repeat 0 11px;
	color: #000;
	font-weight: bold;
}

ul.subNav li span {
	float:right;
	padding:5px 0 0 0;
}

ul.subNav li a span {
	color: #000;
}

ul.subNav li a:hover span {
	color: #fff;
}
/***********************************
Sub navigation within content area
***********************************/

#rightCol #contentSubNav {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0;
}

#rightCol #contentSubNav li {
	float: left;
	margin: 0 3px 0 0;
	background: none;
	padding: 0;
}

#contentSubNav a {
	display: block;
	font-size: 1em;
	background: url(../images/bg_subnav2_item.gif) repeat-x;
	padding: 0 28px;
	text-decoration: none;
	font-weight: bold;
	color: #666;
	line-height: 32px;
}

#contentSubNav a span {
	display: inline-block;
	height: 38px;
	cursor: pointer;
}

#contentSubNav a:hover {
	background: url(../images/bg_subnav2_active.gif) repeat-x;
	color: #fff;
}

#contentSubNav .selected a {
	background: url(../images/bg_subnav2_active.gif) repeat-x;
	color: #fff;
}

#contentSubNav .selected a span {
	background: url(../images/bg_subnav2_selected.gif) no-repeat center bottom;
}

/***********************************
Sub navigation within content area
***********************************/


ul.subNavBlog {
	font-size: 1.2em;
	margin:0;
	line-height: normal;
}

ul.subNavBlog li {
	border-bottom: 1px dashed #ccc;
	padding: 0 0 3px 0;
	background: none;
	float:right;
	width:100%;
}

ul.subNavBlog li a {
	color: #666;
	text-decoration: none;
	padding: 5px 0 5px 21px;
	background: url(../images/bg_productnav_item.gif) no-repeat 4px 6px;
	line-height: 1.3em;
}

ul.subNavBlog a:hover, ul.subNavBlog li.selected a {
	color: #fff;
	background: #000 url(../images/bg_productnav_hover.gif) no-repeat 4px 6px;
}

ul.subNavBlog li a.openDown {
	background: url(../images/bg_secondary-nav_selected.gif) no-repeat 4px 6px;
}

ul.subNavBlog li a:hover.openDown, ul.subNavBlog li.selected a.openDown {
	background: #000 url(../images/bg_secondary-nav_hover.gif) no-repeat 4px 6px;
}
