a
{
	outline:none;
}

ul
{
	list-style:none;
}

ul.parent
{
	width: 170px;
    background-color: transparent;
    border-style: none;
 	padding:1px;
	text-transform:uppercase;
}

ul.parent a
{
	display:block;
	width:170px;
	padding: 0px 5px 2px 8px;
    background-color: transparent;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
	border-width: 0px 0px 1px 0px;
    border-style: dotted;
    border-color: #AAAAAA;
	margin-left: 8px;
	margin-top:-10px;
}

ul.parent a:hover
{
	text-decoration: none;
    font-weight: bolder;
}

ul.child 
{
	display:block;
	width:170px;
	padding: 8px 0px 8px 2px;
    background-color: transparent;
    border-width: 0px 0px 1px 0px;
    border-style: dotted;
    border-color: #AAAAAA;
	text-transform:uppercase;
	margin-left:8px;
	margin-right:0px;
}

ul.child a
{
  	padding-bottom: 5px;
    margin: 0px 0px;
	font-family: Arial;
    font-size: 9px;
    background-image: none;
    border-style: none;
}

ul.child a:hover
{
	  text-decoration: underline;
}

ul.child a:active
{
	background-color: transparent;
    text-decoration: underline;
    border-style: none;
}

/*"""""" (SUB) Last Item border """""*/

#separadorTopmenu{
	width:180px;
	height:10px;
	display:block;
}
