/* Enter Your Custom CSS Here */
.x-logobar {
    position: relative;
    overflow: visible;
    text-align: center;
    background-color: rgba(0,84,135,0.89);
    z-index: 1030;
}
.x-navbar {
    background-color: rgba(0,84,135,0.89);
}
.x-topbar {
    position: relative;
    min-height: 46px;
    padding: 6px 0;
    background-color: rgba(0,84,135,0.89);
    z-index: 1031;
}
.x-topbar .p-info {
    float: right;
    margin: 8px 0 0;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.3;
    color: #fff;
}
.desktop .menu-item, .desktop .menu-item > a {
    position: static;
}
.x-navbar .desktop .x-nav > li > a {
padding-left: 10px;
padding-right: 10px;
		word-spacing: 0.05px;
		color: white;
		display: block;
}
.x-navbar .menu-item:hover .sub-menu{
 display:block !important;
		left: auto;
}
ul {
		Font-family: 'Arial';
}
	
