/**********************************************************************************************

	Main Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the first bar)
----------------------------------------------------------*/
.greyBar {
	background-color:#AAAAAA;
	color:#FFFFFF;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size:8pt;
	text-align:center;
}
.greyBar_Item {
	cursor:hand;
	cursor:pointer;
	color:#FFFFFF;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size:8pt;
	line-height:10pt;
	font-weight:bold;
	text-decoration:none;
}
.greyBar_Item:hover {
	color:#767676;
}

.plus {
	vertical-align:text-bottom;
	border:hidden;
}
/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to the second bar)
----------------------------------------------------------*/
.whiteBar {
	background-color:FFFFFF;
	color:767676;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size:9;
	font-weight:bold;
	text-align:center;
}
.whiteBar_Item {
	cursor:hand;
	cursor:pointer;
	color:#FF6600;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size:8pt;
	font-weight:bold;
	letter-spacing:1;
	text-decoration:none;
}

.whiteBar_Item:hover {
	color:#767676;
}


/**********************************************************************************************

	Product etc. listings Style Settings

***********************************************************************************************/

.subBar {
	background-color:FFFFFF;
	color:#767676;
	font-family:Century Gothic, Verdana, Arial, sans-serif;
	font-size:8pt;
	font-weight:bold;
}
.subBar_Item {
	cursor:hand;
	cursor:pointer;
	color:#767676;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size:8pt;
	text-decoration:none;
	background-color:#FFFFFF
}

.subBark {
	background-color:FFFFFF;
	color:#767676;
	font-family:Century Gothic, Verdana, Arial, sans-serif;
	font-size:9pt;
	font-weight:bold;
}
.subBar_Itemk {
	cursor:hand;
	cursor:pointer;
	color:#767676;
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	font-size:9pt;
	text-decoration:none;
	background-color:#FFFFFF
}

.subBar_Item:hover {
	color:#AAAAAA;
}
.subBar_Itemk:hover {
	color:#AAAAAA;
}


/**********************************************************************************************

	misc other Style Settings

***********************************************************************************************/

.plus {
	vertical-align:text-bottom;
	border:hidden;
}

.textInp {
	font-size: 9px;
	font-family:  Century Gothic,  arial, verdana, sans-serif;
	color: 767676;
	text-align: left;	
	z-index: 10;
}

#popUp {
	background-color: #AAAAAA;
	border:thin #ff6600 groove;
	display:none;
	position:relative;
	vertical-align:top;
	horizontal-aligh: middle;
}

.menuimg {
 border:none;
 vertical-align: middle;
}
