/* adding sf-vertical class in addition to sf-menu creates a vertical menu */
/* eg. <ul class="sf-menu sf-vertical"> ... */
.sf-vertical {
  width: 12em;
  /* If you want the width of the closed menu to expand to its
  widest top-level menu item (like its "Supersubs" submenus do),
  replace the width rule above with the following two rules. */

  /*
  min-width: 12em;
  *width: 12em;
  */
}
.sf-vertical ul {
	left:	100%;
	top: 0;
}
.sf-vertical > li {
  float: none;
}
.sf-vertical li {
  width: 100%;
}

/*** alter arrow directions ***/
.sf-vertical.sf-arrows > li > .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255,255,255,.5);
}
.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
  border-left-color: white;
}
#menu2 {
    border: 1px solid #00923f;
    background: none repeat scroll 0 0 #fff;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
#menu2 .email-add{
	padding:10px;
	margin-bottom:10px;
}
#menu2 .email-add .email-add-inside{
	background:#fff;
	border-radius:10px;
	overflow:hidden;
}
#menu2 .email-add p{
	font:17px 'bebas';
	text-align:center;
	display:block;
	margin-bottom:15px;
	color:#fff;
}
#menu2 .email-add .email-add-inside .in-2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    float: left;
    margin: 0;
    outline: medium none;
    padding-left: 10px;
    width: 180px;
    font-size: 12px;
    font-family: cursive;
}
#menu2 .email-add .email-add-inside .in-2:hover{
    border: medium none;
	outline: medium none;
}

#menu2 .email-add .email-add-inside .btn-3 {
    background: none repeat scroll 0 0 #F47626;
    border: medium none;
    border-radius: 10px;
    color: #fff;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-right: 1px;
    margin-top: 2px;
    padding: 2px 11px;
}