﻿.vertical_divMenu
{
	margin-left: auto;
	margin-right: auto;
}

.vertical_ulPai1
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 210px;
}

.vertical_ulPai1 li
{
	position: relative;
	cursor: pointer;
	font-weight: bold;
	table-layout: fixed;			
	white-space:nowrap;
	text-overflow:ellipsis;	
}

.vertical_ulPai1 li a
{
	display: block;
	text-decoration: none;
	color: #4C535C;
	font-size: 10px;	
	font-weight: bold;
	background-color: white;
	background: url(../Imagens/sistema_menuvert_itempai_fundo.gif) repeat-x;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 5px;
	width: 94%;	
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	
}

.vertical_ulPai1 li a:hover
{
	color: #E2144A;
	background: url(../Imagens/sistema_menuvert_itempai_fundo_selecionado.gif) repeat-x;
}

.vertical_ulPai2
{
	list-style: none;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
	font-size: 9.5px;
}

.vertical_ulPai2 li
{
	cursor: pointer;
	font-weight: normal;
}

.vertical_ulPai2 li a
{
	display: block;
	text-decoration: none;
	color: #777;
	font-weight: normal;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 5px;
	width: 94%;	
	/* background: url(../Imagens/sistema_menuvert_itempai2_fundo.gif) repeat-x; */
	background-image: none;
}

.vertical_ulPai2 li a:hover
{
	font-weight: normal;
	color: #E2144A;
	background: url(../Imagens/sistema_menuvert_itempai2_fundo_selecionado.gif) repeat-x;
}

.vertical_ulFilho
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 210px;
	border-bottom: 1px solid #ccc;
	position: absolute;
	left: 210px;
	top: 0;
	display: none;
	font-weight: normal;
}

.vertical_ulFilho li
{
	position: relative;
	cursor: pointer;
	font-weight: normal;
}

.vertical_ulFilho li a
{
	display: block;
	text-decoration: none;
	color: #777;
	background-color: #efefef;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 5px;
	width: 94%;
	font-weight: normal;
	/* background: url(../Imagens/sistema_menuvert_itemfilho_fundo.gif) repeat-x; */
}

.vertical_ulFilho li a:hover
{
	color: #E2144A;
	background: url(../Imagens/sistema_menuvert_itemfilho_fundo_selecionado.gif) repeat-x;
}

.vertical_imgIcone
{
	width: 25px;
	height: 25px;
	
	margin-top: -5px;
	margin-bottom: -5px;
	margin-left: -2px;
	margin-right: 3px;
}