/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.simple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	height: 23px;
	width: 220px;
	text-indent: 15px;
	text-align: right;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.simple ul {
	color: #666666;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	font-weight: normal;
	height: 23px;
	width: 220px;
	text-indent: 10px;
	padding-top: 10px;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.simple li {
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.simple ul li {
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.simple a {
	color: #333333;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	background-image: url(../../../../sistemas_de_seguridad/menu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: normal;
	background-position: center center;
	height: 23px;
	width: 220px;
	text-indent: 60px;
	padding-top: 10px;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.simple ul a {
 	color: #333333;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-weight: normal;
	height: 23px;
	width: 220px;
}

/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/
/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.simple li.hover {
}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.simple ul li.hover {
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.simple a.hover {
	color: #990000;
	background-image: url(../../../../sistemas_de_seguridad/menuover.jpg);
	background-repeat: no-repeat;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.simple ul a.hover {
  	color: #990000!important;
}
/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/
/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.simple li.selected {
	background-position: 0px 22px;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.simple ul li.selected {
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.simple a.selected {
	color: #990000;
	background-image: url(../../../../sistemas_de_seguridad/menuover.jpg);
	background-repeat: no-repeat;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.simple ul a.selected {
	color: #990000;
}
/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
.simple .arrow {
	background-image: url(../../../../sistemas_de_seguridad/menuwith.jpg);
	background-repeat: no-repeat;
}
.simple .hover .arrow {
	background-image: url(../../../../sistemas_de_seguridad/menuoverwith.jpg);
	background-repeat: no-repeat;
}
.simple .selected .arrow {
	background-image: url(../../../../sistemas_de_seguridad/menuoverwith.jpg);
	background-repeat: no-repeat;
}

/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.vertical {
	clear: both;
}
div.vertical br {
	clear: both;
}
div.vertical ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.vertical li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: static;
}
div.vertical li img {
	border: none;
}
div.vertical a {
	clear: both;
	display: block;
	margin: 0px;
}
div.vertical ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.vertical ul li ul li {
	clear: both; 
}

div.vertical ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}
