/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle{ /*topmost and sub ULs, respectively*/

margin: 0;
padding:0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index:100;
border:1px solid #cccccc;
border-radius:0px 0px 5px 5px;
-moz-border-radius:0px 0px 5px 5px;
-webkit-border-radius:0px 0px 5px 5px;
background:#ededed;
width:200px !important;
/*width:600px !important;*/



}
.ddsubmenustyle ul ul ul{background:#f2f2f2;}
.ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/

margin: 0;
padding:0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;

visibility: hidden;
z-index: 100;
max-width:600px !important;
background:#f2f2f2;

}

.ddsubmenustyle li a{
display: block;

color: #3b619f;
text-decoration: none;
padding: 6px 15px 6px 15px;

text-align:left;
font-size:13px;

/*background:url("../images/az_bullet.gif") no-repeat scroll 5px center transparent;*/

}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	color:#3b619f;
	text-decoration:underline;
	background:#CCC;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 10px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
.menu,
.menu ul,
.menu li,
.menu a {
	margin: 0;
	
}

/* Menu */
.menu {	
	height: 40px;    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;

	
}

.menu li {
    position: relative;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
	height: 40px;
}


.menu li a {
	
	
	text-decoration: none;
	
	
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;

	color: #f3f3f3;
	

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out; width: 100%; 
}
.menu>li>a {border-right:1px solid #ccc; height: 20px; margin-top: 10px;}
.menu .main_menu_vline
{	
	
	background:#cccccc; 	
	width:1px;height:20px;margin:10px 0px; padding:0px;display:inline;overflow:hidden;
	
}
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; border-bottom:none; }

.menu li:hover > a { color:#F90; }

/* Sub Menu */

.menu ul {
	position: absolute;
	top: 40px;
	left: -1px;
	z-index:999999;

	opacity: 0;
	
	background: #ededed;

	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
	border:1px solid #cccccc;
	border-top:0;
}
.menu ul ul{position: absolute;
	top: -1px;
	left: auto;
	right:190px;
	z-index:999999;

	opacity: 0;
	
	background: #ededed;

	-webkit-border-radius: 5px 0 0px 5px;
	-moz-border-radius: 5px 0 0px 5px;
	border-radius: 5px 0 0px 5px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
	border:1px solid #cccccc;
	}
.menu ul.sub_right{right:-4px; left:auto !important}

.menu li:hover > ul { opacity: 1; }

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: 40px;
	overflow: visible;
	padding: 0;
}

.menu ul li a {
	width: 220px;
	padding-left: 5px;
	margin: 0;
	color:#555555;
	border: none;
	border-bottom: 1px solid #cccccc;
	text-align:left;
	font-weight:normal;line-height: 40px;
}
.menu ul li a:hover { color:#3B619F; background:#dddddd}

.menu ul li:last-child a { }

/* Icons */

.menu a.documents { background: url(../img/docs.png) no-repeat 6px center; }
.menu a.messages { background: url(../img/bubble.png) no-repeat 6px center; }
.menu a.signout { background: url(../img/arrow.png) no-repeat 6px center; }