.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-left-color: #ccc;
    margin-top: 1px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 5px 0 5px 5px;
    -moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}



.navbar-fixed-left {
  width: 140px;
  position: fixed;
  border-radius: 0;
  height: 100%;
}

.navbar-fixed-left .navbar-nav > li {
  float: none;  /* Cancel default li float: left */
  width: 139px;
}

.navbar-fixed-left + .container {
  padding-left: 160px;
}

/* On using dropdown menu (To right shift popuped) */
.navbar-fixed-left .navbar-nav > li > .dropdown-menu {
  margin-top: -50px;
  margin-left: 140px;
}




.menuimg {
    border: 0;
}
.menutable {
    border: 0;
	margin: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-spacing: 0;
    border-collapse: collapse;
    width:100%;
}
.menutd {
	text-align:center
}

.menucenter
{
text-align:center;
vertical-align:top;
}

.menutitulo
{
	font-size: 10px;
	font-family:Verdana, Times New Roman, Times, serif;
	font-weight:bold;
	vertical-align: middle;
	font-weight: bold;
	color: #222222;
}
.otro
{
	color: #5D79D3
}

.menuButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #124A9E), color-stop(1, #5D79D3));
	background:-moz-linear-gradient(top, #124A9E 5%, #5D79D3 100%);
	background:-webkit-linear-gradient(top, #124A9E 5%, #5D79D3 100%);
	background:-o-linear-gradient(top, #124A9E 5%, #5D79D3 100%);
	background:-ms-linear-gradient(top, #124A9E 5%, #5D79D3 100%);
	background:linear-gradient(to bottom, #124A9E 5%, #5D79D3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#124A9E', endColorstr='#5D79D3',GradientType=0);
	background-color:#124A9E;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	border:2px solid #4e5656;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:11px;
	font-weight: bold;
	padding:11px 11px;
	text-decoration:none;
	text-shadow:0px 0px 0px #7a7d82;
}
.menuButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5D79D3), color-stop(1, #124A9E));
	background:-moz-linear-gradient(top, #5D79D3 5%, #124A9E 100%);
	background:-webkit-linear-gradient(top, #5D79D3 5%, #124A9E 100%);
	background:-o-linear-gradient(top, #5D79D3 5%, #124A9E 100%);
	background:-ms-linear-gradient(top, #5D79D3 5%, #124A9E 100%);
	background:linear-gradient(to bottom, #5D79D3 5%, #124A9E 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5D79D3', endColorstr='#124A9E',GradientType=0);
	background-color:#5D79D3;
}
.menuButton:active {
	position:relative;
	top:1px;
}
/* This css button was generated by css-button-generator.com */
