/* Colours
Black - new color #575c60 - old color - #707070
Blue - new color #5691ce - old Blue - #22b8f1
*/

#primary_nav{
	margin: 0px 0 0 0;
	padding: 0 0px 0 0;
	/* background:url(../images/back/primary_nav_bg.gif) no-repeat top right; */
	height:17px;
	width:100%;
	position: relative;
	top: 0px; /* 104px */
	left: 220px; /* 220px */
}

	#primary_nav a.active{
		font-weight: bold;
		color:#5691ce;
		/* background:url(../images/back/bg_nav_hover.gif) repeat-x top right; */
	}
div.menuBar{
	white-space:nowrap;
}

/*1st lvl nav*/
div.menuBar,
div.menuBar a.menuButton{
  	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	font-weight: bold;
  	font-size: 13px;
  	text-transform: uppercase;
  	color: #575c60;
  	background: #fff /*url(../images/back/bg_nav.gif) repeat-x 0 0; */
}
/*sub seq lvl nav*/
div.menu,
div.menu a.menuItem {
  	font : bold Verdana, Geneva, Arial, Helvetica, sans-serif;
  	font-size: 13px;
 	color: #5691ce;
  	text-indent:20px;
  /* min-width:120px; */
}

div.menuBar {
  	text-align: left;
  	float: left;
  	width:100%;
}

div.menuBar a.menuButton:first-child {
	border-width:0px;
}
div.menuBar a.menuButton {
  	background-color: transparent;
  	cursor: pointer;
 	/* border-left: 1px solid #575c60;
 	 margin-right: -1px;*/
  	/*width:130px;*/
  	float:left;
  	position: relative;
  	text-decoration: none;
  	z-index: 100;
  	text-align:center;
  	padding: 6px 10px 6px 10px; /*padding: 6px 27px 6px 27px;*/
}

div.menuBar a.menuButtonSelected {
  background-color: transparent;
  cursor: pointer;
  left: 0px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}


div.menuBar a.menuButton:hover {
	color:#5691ce;
	/**/
	background: #fff /* url(../images/back/bg_nav_hover.gif) repeat-x 0 0; */
}

/*1st lvl nav hover|selected state*/
div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
	color:#5691ce;
	/**/
	background: #fff /* url(../images/back/bg_nav_hover.gif) repeat-x 0 0; */
}

/*2nd lvl nav container*/
div.menu {
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
	text-align: left;
	/*background:#fff;*/
	/*padding:10px; */
	background: #ffffff /* url(../images/back/bg_dropmenu.gif) repeat-x 0 0; */
}

*:first-child+html div.menu {
	margin: -2px 0 0 -2px;
}

/*2nd lvl nav item*/
div.menu a.menuItem {
	/*color: #575c60;*/
	cursor: pointer;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	/*padding: 2px 0;*/
	color:#565759;
	border-bottom:1px solid #575c60;
	/*border-top:1px solid #8C8B8B;*/
	font-size:0.9em;
	padding:6px 20px 6px 20px;
}
div.menu a.menuItem.top {

}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
	color:#5691ce;
}
div.menu a.menuItem.top:hover {

	
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
}

div.menu div.menuItemSep {
}

#productsMenu {

}


#optionsMenu {

}
