/* Neon-Effects */

.subframe,
.horbar	{
	-webkit-box-shadow: 5px 5px 1em hsla(0, 0%, 0%, 0.3);
	-moz-box-shadow: 5px 5px 1em hsla(0, 0%, 0%, 0.3);
	box-shadow: 5px 5px 1em hsla(0, 0%, 0%, 0.3);
}

.horbaritem a:hover,
.item a:hover {
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
	text-decoration: blink;
}

/* Menu Bar */

.ktkMenuFont,
.horbar
.item
{
	font-size: 13px;
}

.horbar	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 28px;
	white-space:nowrap;
	padding-left:10px;
	padding-top:4px;
}

/* Falla en dte.local
.horbar table {
	padding: 5px 0px 0px 10px;
}
*/

/* Item Seleccionado */
.horbar a:hover	{
	/* background-color:#7B8B98; */
	background-color:rgb(255,150,50);
}

/* Items del menú */
.subframe {
	position: relative;
	display: block;
	background-color:#4D6071;

	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}

/* Item Seleccionado */
.item a:hover	{
	text-decoration: none;
	background-color:#7B8B98;

}

.ktkMenuStatus {
	float: right;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.horbaritem	{
	float: left;
	white-space: nowrap;
}

.horbaritem a	{
	display: block;
	text-decoration: none;
}

.horbaritem a:link, .horbaritem a:visited {
	color: white;
	text-decoration: none;
}

.horbaritem a:hover	{
	color: white;
	text-decoration: none;

}

.horbaritem a:active	{
	text-decoration: none;
}

.verbar	{
	color: black;
	background-color:#33CC00;
	border: 2px outset #000000;
}

.submenu {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.item {
	text-align: left;
	white-space: nowrap;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	padding:2px;
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link, .item a:visited, .item a:active {
	color: white;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
}

.fwdarr {
	background-image:url(/GTS/lib/ktk/web/lib/phpLayersMenu/images/forward-ktk.png);
	background-repeat: no-repeat;
	width:4px;
	height:7px;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 0px 2px 1px;	/* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0;
}
