
#menuBar {
    width: 100%;
    text-align: left !important;
    border: 0px solid red;
	background-color:#1b88c1;/*#125e88;*//*#68a3b2;*/
	background-image:url('/javax.faces.resource/images/menu-bg.jpg.xhtml');
	background-repeat:x-repeat;
}

nav .menulink a{
	text-decoration: none;
	padding:20px;
	color:white;/*#164557;*/
}

nav .menulink a:hover{ 
	background-color: #00e1ff;/*#6eb4c5;*/
	color:#0043ff !important;
	background-image:url('/javax.faces.resource/images/menu-bg-hover.jpg.xhtml') !important;
	background-repeat:x-repeat !important;
}

.menulink a{
	cursor: pointer;
}

.menulink label{
	cursor: pointer;
}

.submenu :hover{
	/*background-color:gray !important;
	background-image:none !important;
	border:1px solid red;
	*/
}

.subMenulink a{
	padding:10px !important;
	border:0px solid #97bbc4;
	margin:0px !important;
	background-color:#1f7cbc/*#125e88*/ !important;
	cursor: pointer;
}
.subMenulink a:hover{
	/*background-color:#bec1c6 !important;
	background-image:none !important;
	color:black !important;*/
}

.subMenulink label{
	cursor: pointer;
}

nav {    
    display: block;
    text-align: left;
}
nav ul {
    margin: 0;
    padding:0;
    list-style: none;
}
.nav a {
    display:block; 
    /*background: #111; */
    /*color:#fff; */
    text-decoration: none;
    padding: .8em 1.8em !important;/*.8em 1.8em;*/
    /*text-transform: uppercase;*/
    /*font-size: 80%;*/
	letter-spacing: 2px;
    /*text-shadow: 0 -1px 0 #000;*/
    position: relative;
}
.nav{  
    vertical-align: top; 
    display: inline-block;
    /*box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px #fff;
    border-radius:6px;*/
}
.nav li{position: relative;}
.nav > li { 
    float:left; 
    /*border-bottom: 4px #aaa solid; */
    margin-right: 1px; 
} 
.nav > li > a { 
    /*margin-bottom:1px;*/
    /*box-shadow:inset 0 2em .33em -.5em #555; */
}
.nav > li:hover , .nav > li:hover >a{  /*border-bottom-color:orange;*/}
.nav li:hover > a { /*color:orange; */}
.nav > li:first-child  { /*border-radius: 4px 0 0 4px;*/} 
.nav > li:first-child>a{/*border-radius: 4px 0 0 0;*/}
.nav > li:last-child  { 
	/*border-radius: 0 0 4px 0; */
    margin-right: 0;
} 
.nav > li:last-child >a{/*border-radius: 0 4px 0 0;*/ }
.nav li li a { margin-top:1px}

.nav li a:first-child:nth-last-child(2):before { 
     content:""; 
     position: absolute; 
     height:0; 
     width: 0; 
     /*border: 5px solid transparent; */
     top: 50% ;
     right:5px;  
}
   
   
   
   
   
   /* submenu positioning-------------------------------------------*/
.nav ul {
	position: absolute;
	white-space: nowrap;
	/*border-bottom: 5px solid  orange;*/
	z-index: 1;
	left: -99999em;
	background-color:#fcfca2;
}
.nav > li:hover > ul {
	left: auto;
	/*padding-top: 5px  ;*/
	min-width: 100%;
}
.nav > li li ul {  
	/*border-left:1px solid #fff;*/
}
.nav > li li:hover > ul { 
	/* margin-left: 1px */
	left: 100%;
	top: -1px;
}

.nav > li > ul > li a:hover{
	background-image:none !important;
	background-color:#55595b !important;
	border:0px solid red;
	color:#00ffff !important;
}


/* arrow hover styling -------------------------------------------*/
.nav > li > a:first-child:nth-last-child(2):before { 
	/*border-top-color: #aaa; */
}
.nav > li:hover > a:first-child:nth-last-child(2):before {
	/*border: 5px solid transparent; 
	border-bottom-color: orange; */
	margin-top:-5px
}
.nav li li > a:first-child:nth-last-child(2):before {  
	/*border-left-color: #aaa; */
	margin-top: -5px
}
.nav li li:hover > a:first-child:nth-last-child(2):before {
	/*border: 5px solid transparent; 
	border-right-color: orange;*/
	right: 10px; 
}

.fontzh > #menuBar, .fontgb > #menuBar{
	font-size:17px !important;
	height:50px !important;
}
.fontpt > #menuBar, .fonten > #menuBar{
	font-size:15px !important;
	height:50px !important;
}