
@charset "UTF-8";

.mbmenu {
  display:none;
}
/*Hover Top Menu*/
div.rootVoice a:hover {
	color: #f8f5e6;
	text-decoration: none !important;
}
div.rootVoice {
	letter-spacing: 1px;
}

div.rootVoice a:active {
	color: #f8f5e6;
}
div.rootVoice.selected  {
	background-image: url(../ui/CreamDownArrow.png);
	background-repeat: no-repeat;
	background-position: center 90%;	
}
div.rootVoice.NoArrow.selected  {
	background-image: none !important;
}

div.rootVoice.selected {
	padding-left: 0px;
}

div.rootVoice.selected > a {
	color: #f7f2ed !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-bottom: 5px;
}
div.rootVoice.NoArrow.selected > a {
}

.ActiveMenu {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
div.rootVoice.disabled.selected {
  background-color: #00A3DE;
}

/**/
#sub_menu_1 {
	white-space: normal !important;
	/*width: 200px !important;*/
}
#menu_3 {
	white-space: nowrap !important;
	/*width: 100% !important;*/
}
.menuContainer {
	position: relative;
	padding:0;
	background-color: #FFF;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	
}
.NoBorder {
	border: 0px !important;
}
.menuContainer.submenuContainer {
	/*width: 210px;*/
	white-space: normal !important;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}

.submenuContainer a {
	width: 100%;
	/*width: 200px;*/
}
.menuContainer.disabled {
  border-top:5px solid #999;
  background-color:gray;
}
.menuContainer .line {
  background-color:transparent;
  width:100%;
}
.menuContainer .line.title {
  background-color:#4d4d4d;	
}
.menuContainer.disabled .line.title {
  background-color:#999;
}
.menuContainer .line.title a {
	font-size: 12pt;
	color: #4b4b4b;
}
.menuContainer.disabled .line.title a {
  font-size: 12pt;
  color: #7e7e7e;
}
.menuContainer td a {
	text-decoration: none !important;
	color: #555555;
	width: 100%;
	display: block;
	font-size: .95em;
}
.menuContainer td a:hover {
	text-decoration:none;
	color: #394665 !important;
}
.menuContainer td a:active {
	background-color: transparent !important;	
}
.menuContainer .OtherTable {
	white-space: nowrap;
}
.menuContainer .producttable {
	width: 200px !important;
}
.menuContainer td.voice {
    font-size: .95em;
	padding: 8px;
}
@media all and (min-width:320px) and (max-width:1366px) {
	.menuContainer td.voice {
		font-size: .75rem;
	}
}
.product-link {
	width: 100%;
	padding: 0px;
	margin: 0px;
	white-space: normal !important
}
.menuContainer .separator{
	display: block;
	background-color: #FFF;
	height: 1px;
	padding: 0;
	margin: 0;
}
.menuContainer .textBox{
	padding: 10px;	
    color: #c3c3c3;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B7C3C4;
	border-left-color: #B7C3C4;
}
.menuContainer .selected td {
	background-color: #f8f5e6;
}
.menuContainer .selected td a {
	width: 100%;
    color: #394665;
    display: block;
}
.menuContainer .selected td a:active {
	background-color: transparent !important;
}
.menuContainer .disabled td, .menuContainer .disabled td {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.menuContainer .subMenuOpener{
	background-repeat:no-repeat;
	background-position:right;
}
.menuContainer .selected .subMenuOpener {
  background-repeat:no-repeat;
  background-position:right;
}

/*BOX MENU*/

.boxMenu {
	height: auto;
	width: 309px;
}
.boxMenu ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
.boxMenu li {
	display: block;
	padding-left: 10px;
	height: 68px;
}
.boxMenu li:nth-child(odd) {
	background-image: url(../ui/MenuOdd.png);
}
.boxMenu li:nth-child(even) {
	background-image: url(../ui/MenuEven.png);
}
.boxMenu li:hover {
	background-image: url(../ui/MenuOverLay.png);
}
.boxMenu a {
	display: block;
	color: #193B8C;
	text-decoration: none;
	font-size: 1.35em;
	padding-top: 15px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: 97% 7px;
	background-size: auto 100%;
}
.boxMenu li:hover > a {
	color: #FFF;
}
.boxMenu img {
	float: right;
	height: 100%;
	width: auto;
}