@charset "utf-8";

/* CSS Document */

.urbangreymenu{
	width: 190px; /*width of menu*/
}

.urbangreymenu .linhas_cinza
{
	padding-bottom:5px;
	border-bottom: solid 1px #EDEDED;	
	height:auto;
	font-size:0px;
}

.urbangreymenu .headerbar,
.urbangreymenu .headerbarEmpty{
	font: bold 12px Arial;
	/*color: #000000;*/
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	margin-top:5px;
	text-transform: uppercase;
	padding: 0px 0 0px 0px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbarEmpty a:hover{
	text-decoration: none;
}

.urbangreymenu .subs{
	background: url(../images/arrowstop.gif) no-repeat -5px 0px; /*last 2 values are the x and y coordinates of bullet image*/
	padding-left:10px;
}


.urbangreymenu .headerbar a{
	text-decoration: none;
	/*color: #000000;*/
}
.urbangreymenu .headerbar a:hover{
	text-decoration: none;
}

.urbangreymenu ul{
	/*list-style-type: none;*/
	margin: 0;
	padding: 0;
	margin-bottom:0px;; /*bottom spacing between each UL and rest of content*/
	margin-top:5px;
	color:#454545;
}

.urbangreymenu ul li{
	padding-bottom: 7px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 12px Arial;
	/*color: #000000;*/
	/*background: #E9E9E9;*/
	display: block;
	padding: 0px 0;
	/*line-height: 15px;*/
	padding-left: 0px; /*link text is indented 8px*/
	text-decoration: none;
	color:#454545;
}

.urbangreymenu ul li a:visited{
	/*color: #000000;*/
	color:#454545;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	/*color: #000000;*/
	color:#454545;	
	/*background:#939393;*/
}

/* COR DO MENUS*/

.menuid_53 a,
.menuid_53 a:active
{
	color:#434343;
}
.menuid_58 a,
.menuid_58 a:active
{
	color:#1B6087;
}
.menuid_59 a,
.menuid_59 a:active
{
	color:#CB2412;
}
.menuid_60 a,
.menuid_60 a:active
{
	color:#9EB213;
}
.menuid_88 a,
.menuid_88 a:active
{
	color:#6F0CA4;
}
.menuid_62 a,
.menuid_62 a:active
{
	color:#ff05c5;
}

.menuid_133 a,
.menuid_133 a:active
{
	color:#ff7104;
}

.menuid_142 a,
.menuid_142 a:active
{
	color:#ff05c5;
}

.menuid_305 a,
.menuid_305 a:active
{
	color:#F28004;
}
