
div#title h1#siteLogo {
	background-image: url(/images/logo_blogs_beta.png);
	background-repeat: no-repeat;
	background-position: 0px 0;
	float:right;
	height:42px;
	margin:0.5em 0 0 0;
	padding:0;
	text-indent:-9999em;
	width:244px;
}

div#title h2#pageTitle {
	background:transparent url(/images/avatar.png) no-repeat scroll 0 0;
	float:left;
	font-size:1.6em;
	font-weight:bold;
	margin:0.9em 0 0 0;
	padding:0 0 0 1.3em;
	color: #7F8182;
}


div#subnav 
{
    float: left;
    width: 100%;
    margin: 22px 0 30px 0;
}

div#subnav ul li div {
	display: none;
}

div#subnav  ul.dropdown {
	display: none;
}

div#subnav ul.dropdownLevel2 {
	display: none;
}

    div#subnav ul#contentsubnav {
        float: left;
		position: relative;
		z-index: 20;
    }
        div#subnav ul#contentsubnav li {
            width: 95px;
            float: left;
            margin-right: 3px;
            font-size: 1.2em;
			position: relative;
			z-index: 5;
        }
        
            div#subnav ul#contentsubnav li a {
                display: block;
				float: left;
				width: 88px;
                font-weight: bold;
                color: White;
                background-color: rgb(95, 95, 95);
                padding: 4px 0px 4px 7px;
				position: relative;
            }
			
			div#subnav ul#contentsubnav li a:hover ,
			div#subnav ul#contentsubnav li a.active, 
			div#subnav ul#contentsubnav li a.activado
			/*div#subnav ul#contentsubnav li a:focus*/ {
				background-color: rgb(170, 210, 45);
			}
			
			div#subnav ul#contentsubnav li.explore {
				width: 126px;
			}
			
			div#subnav ul#contentsubnav li.explore a {
				width: 118px;
			}
			
			div#subnav ul#contentsubnav li.myblogs {
				width: 149px;
				position:absolute;
				right: -368px;
			}
			
			div#subnav ul#contentsubnav li.myblogs a {
				width: 141px;
			}
			
				div#subnav ul#contentsubnav li ul.dropdown {
					display: none;
					width: 149px;
					position: absolute; 
					top: 20px;
					left: 0;
					z-index: 5;
					border-top: 1px solid white;
					background-color: #fff;
				}
				
				div#subnav ul#contentsubnav li.explore ul.dropdown {
					width:126px;
				}
			
					div#subnav ul#contentsubnav li ul.dropdown a
					{
						font-weight: normal; 
						font-size: 11px;
						position: relative;
						z-index: 5;
					}
					
					div#subnav ul#contentsubnav li ul.dropdown a:hover,
					div#subnav ul#contentsubnav li ul.dropdown a:focus
					{
						font-weight: normal; 
						font-size: 11px;
						text-decoration: none;
						background-color: rgb(170, 210, 45);
						position: relative;
						z-index: 5;
					}

					div#subnav ul#contentsubnav li p 
					{
						border-top: 1px solid white;
					}

    div#subnav ul#usersubnav {
        float: right;
    }
    
        div#subnav ul#usersubnav li {
            width: 97px;
            float: right;
            margin-left: 3px;
            font-size: 1.2em;
			position: relative;
			z-index: 5;
			display: block;
			height: 20px;
			background-color: rgb(95, 95, 95);
        }
        
            div#subnav ul#usersubnav li a  {
                color: White;
                padding: 4px 0px 4px 7px;
                font-weight: bold;
                display: block;
				z-index: 5;
				background-color: rgb(95, 95, 95);
            }
			
			div#subnav ul#usersubnav li a:hover,
			div#subnav ul#usersubnav li a.activado {
				background-color: rgb(170, 210, 45);
			}
			
			div#subnav ul#usersubnav li ul.dropdown {
				width: 97px; 
				position: absolute; 
				top: 20px;
				font-size: 1.1em;
				z-index: 5;
				border-top: 1px solid white;
				background-color: rgb(95, 95, 95);
			}
			
			div#subnav ul#usersubnav li ul.dropdown li {
				margin: 0px;
				width: 97px;
			}
			
			div#subnav ul#usersubnav li ul.dropdown a {
				font-weight: normal; 
				font-size: 11px;
				position: relative;
				z-index: 5;
				padding: 4px 0px 4px 3px;
			}
			
			div#subnav ul#usersubnav li ul.dropdownLevel2 {
				width: 78px; 
				position: absolute; 
				left: 97px;
				font-size: 1.1em;
				z-index: 10;
				border-top: 1px solid white;
				border-left: 3px solid white;
				background-color: rgb(95, 95, 95);
				top: -1px;
				/*border-right: 10px solid white;
				border-bottom: 10px solid white;*/
			}
			
			div#subnav ul#usersubnav li ul.dropdownLevel2 li {
				margin: 0px;
				width: 79px;
			}
			
				
					
				div#subnav ul#usersubnav li ul.dropdown a:hover,
				div#subnav ul#usersubnav li ul.dropdown a:focus {
						font-weight: normal; 
						font-size: 11px;
						position: relative;
						text-decoration: none;
						background-color: rgb(170, 210, 45);
					}

				div#subnav ul#usersubnav li p {
						border-top: 1px solid white;
					}
					
ul li a span.dropdownarrow {
	background-image: url(/images/sprites.png);
	background-position: -300px -10px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-indent: 9999px;
}

ul li a:hover span.dropdownarrow,
ul li a:active span.dropdownarrow,
ul li a.activado span.dropdownarrow {
	background-image: url(/images/sprites.png);
	background-position: -280px -30px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-indent: 9999px;
}
/*   
ul#usersubnav li a span.dropdownarrow {
	background-image: url(/images/sprites.png);
	background-position: -300px -10px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-indent: 9999px;
}

ul#usersubnav li a:hover span.dropdownarrow,
ul#usersubnav li a:active span.dropdownarrow,
ul#usersubnav li a.activado span.dropdownarrow {
	background-image: url(/images/sprites.png);
	background-position: -280px -30px;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-indent: 9999px;

}
*/