/* 
Caradan - Desarrollo web (personalizado y Wordpress) 2010 
Para: PoderPDA
*/
@charset "utf-8";

/* CSS Document */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: Tahoma;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	color:#555;
}

body { font-size: 62.5%; }

/* CSS Document */

* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: Tahoma;
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  color:#555;
}

body { font-size: 62.5%; }


/* BEGIN BLOCKS */
#content {
  position: relative;
  overflow: hidden;
}
  #currently {
    position:relative;
    width:635px;
    height:85px;
  }
    #currently #title {
      left:10px;
      position:absolute;
      top:40px;
      
    }
  #currently img {
    float:right;
    height:85px;
  }
    #now {
      position:absolute;
      float:left;
      top:19px;
      left:10px;
      width:90%;   
    }
#main {
  width: 600px;
  float: left;
}
#sidebar {
  width: 310px;
  float: right;
}
#home-featured {
  margin-top: 10px;
}
/* END BLOCKS */


/* GENERAL */
#content  {
  font-size: 1.2em;
  color: #555;
} 
  #currently {
    background:none repeat scroll 0 0 #FCFCFC;
  }
  #currently #title, #currently #title a {
    color:#DD2A2A;
    font-family:'Cuprum',arial,serif;
    font-size:1.8em;
  }
    #now p {
      font-family:'Cuprum',arial,serif;
      color:#999;
    }
    #now a {
      color:#555;
    }
#content p {
  line-height: 1.2em;
  margin-bottom: .6em;
  font-size: 1.1em;
}

#content strong {
  font-weight: bold;
}

#content em {
  font-style: italic;
}

#content ul {
  font-size: 1.2em;
  list-style: square !important;
  padding-left: 20px;
}
/* FONTS */

/* 30px */
#content h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

#content h1 a {
  
}

/* 20px */
#content h2 {
  font-size: 1.9em;
  margin-bottom: 5px;
  font-family:'Cuprum',arial,serif;
}

#content h2 a {
  text-decoration:none;
  font-family:'Cuprum',arial,serif;
  color:#555;
}
#content h2 a:hover {
  color:#063D93;
  text-decoration:underline;
}

/* 15px */
#content h3 {
  font-size: 1.25em;
  margin-bottom: 10px;
}

#content h3 a {
  
}

/* 13px */
#content h4 {
  font-size: 1.1em;
  margin-bottom: 10px;
}


#content p {
  line-height: 1.2em;
  margin-bottom: 0.6em;
}

#content ul {
  padding-left: 20px;
  list-style: square;
  margin-bottom: 0.6em;
}

#content ul li {
  line-height: 1.2em;
  margin-bottom: 0.6em;
}

#content a:hover {
  text-decoration: none;
}


body {
  background: #FFFFFF url("../images/bg-body.png") top center repeat-x;
}

#container {
  width: 960px;
  margin: 0 auto;
}

#content {
  padding:35px 0 10px;
  position: relative;
  overflow: hidden;
}
#home-featured {
  overflow: hidden;
  position: relative;
}
#home-featured #featured {
  width: 600px;
  float: left;
  background:#DDD;
  height: 390px;
  overflow:hidden;
}
#home-featured #ads {
  position:absolute;
  right:0;
  width:300px;
}

/* BEGIN HEADER */

#header {
  height: 200px;
  position: relative;
}
#header ul {
  padding: 0;
  margin: 0;
}
#header h2 {
    display:inline;
	position:absolute;
}
#header h2 a {
  background: url("../images/logo-poderpda.png") no-repeat center center;
  display: block;
  width: 215px;
  height: 93px;
  margin-top: 35px;
}

#header h2 span {
  display: none;
}
#header .nav-platforms {
	background: url("../images/bg-platforms.png") top center no-repeat;
	height: 126px;
	left:240px;
	overflow:hidden;
	position:absolute;
	top:18px;
	width:620px;
}

#header .nav-platforms ul {
  float: left;
  display: block;
}
#header .nav-platforms ul li {
  float: left;
  display: block;
}
#header .nav-platforms ul li a {
  float: left;
  display: block;
  width: 50px;
  height: 40px;
  overflow: hidden;
  padding:4px 6px;
  margin:0 10px;
}
#header .nav-platforms ul li a span {
  display: none;
}
#header .nav-platforms ul li a.android {
  background: url(../images/android.png) no-repeat center center;
}
#header .nav-platforms ul li a.apple {
  background: url(../images/apple.png) no-repeat center center;
}
#header .nav-platforms ul li a.blackberry {
  background: url(../images/blackberry.png) no-repeat center center;
}
#header .nav-platforms ul li a.meego {
  background: url(../images/meego.png) no-repeat center center;
}
#header .nav-platforms ul li a.palm {
  background: url(../images/palm.png) no-repeat center center;
}
#header .nav-platforms ul li a.s60 {
  background: url(../images/s60.png) no-repeat center center;
}
#header .nav-platforms ul li a.windows-phone {
  background: url(../images/windows-phone-2.png) no-repeat center center;
}

#header .nav-platforms ul li a.android:hover {
  background: url(../images/android-hover.png) no-repeat center center;
}
#header .nav-platforms ul li a.apple:hover {
  background: url(../images/apple-hover.png) no-repeat center center;
}
#header .nav-platforms ul li a.blackberry:hover {
  background: url(../images/blackberry-hover.png) no-repeat center center;
}
#header .nav-platforms ul li a.meego:hover {
  background: url(../images/meego-hover.png) no-repeat center center;
}
#header .nav-platforms ul li a.palm:hover {
  background: url(../images/palm-hover.png) no-repeat center center;
}
#header .nav-platforms ul li a.s60:hover {
  background: url(../images/s60-hover.png) no-repeat center center;
}
#header .nav-platforms ul li a.windows-phone:hover {
  background: url(../images/windows-phone-2-hover.png) no-repeat center center;
}

#header .nav-platforms a.more-cat {  
  background:#063D93;
  color:#FFFFFF;
  text-decoration:none;
  font-family:'Cuprum',arial,serif;
  font-size:14px;
  
  display:block;
  float:right;
  padding:3px 6px;
  position:absolute;
  right:0;
  bottom:0;
  
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
#header .nav-platforms a:hover {
  background:#555;
}

#header .nav-main {
  position: absolute;
  background: #222222;
  height: 40px;
  top: 160px;
  width: 960px;
  background: url("../images/bg-nav-main.png") top center no-repeat;
}
#header .nav-main ul {
  margin:5px 0 0;
}
#header .nav-main ul li {
  float: left;
  display: block;
  position: relative;
  border-right:1px solid #E4E4E4;
}
#header .nav-main ul li a {
	color:#555555;
	display:block;
	font-family:'Cuprum',arial,serif;
	font-size:1.7em;
	height:32px;
	line-height:32px;
	margin:0;
	padding:0 12px;
	text-align:left;
	text-decoration:none;
	width:auto;
}
	#header .nav-main ul li ul li a {
		border:0 none;
	}
#header .nav-main ul li a:hover {
  background: url("../images/nav-main-bg_hover.png") repeat-x left center;
  color:#FFF;
}
#hader .nav-main ul li.store a:hover {
  background: url("../images/nav-main-bg_hover.png") repeat-x left center;
  color:#FFF;
}
	#header .nav-main ul li.store a ul li a {
	  color:#FFF;
	  width:200px;
	}
#header .nav-main ul li ul {
  position: absolute;
  left: 0;
  display: block;
  z-index: 50000;
  
}
#header .nav-main ul li ul li {
  display: block;
  float: none;
  background: url(nav-main-bg.png) repeat-x left top;
}
#header .nav-main ul ul li a {
	background: #EEE url(../images/bg-nav-main.png) top center repeat-x !important;
	color: #000 !important;
}
#header .nav-main ul li.store a:hover {
  background: url("../images/nav-main-store.png") repeat-x left center;
  color:#FFF;
}
#header .nav-main ul li.multimedia a:hover {
  background: url("../images/nav-main-bg_hover.png") repeat-x left center;
  color:#FFF;
}
#header .nav-main form {
  position:absolute;
  right:176px;
  top:8px;
}
#header .nav-main form label,
#header .nav-main form input[type=submit] {
  display: none;
}
#header .nav-main form input#s {
  display: block;
  width: 160px;
  height: 25px;
  background: #FFFFFF url(../images/search.png) no-repeat 150px center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding-left: 15px;
  font-size: 1.5em;
  color: #999999;
  font-style: italic;
}
#header .nav-external {
  background:none repeat scroll 0 0 #F2F2F2;
  height:122px;
  position:absolute;
  right:10px;
  top:18px;
  width:62px;
}
#social {
  float:right;
  position:relative;
  right:5px;
  top:0;
}
/*
#header .top-banner {
  position: absolute;
  right: 0;
  top: 10px;
}
*/
#header .nav-external ul li {
  float: left;
  display: block;
}

#header .nav-external ul li a {
  color:#555555;
  display:block;
  float:left;
  font-family:'Cuprum',arial,serif;
  font-size:1.5em;
  margin:7px 2px 0 5px;
  padding:6px 6px 8px;
  text-align:center;
  text-decoration:none;
  width:40px;
}
#header .nav-external ul li a:hover {
  background:url("../images/bg-nav-external-a.png") no-repeat scroll center top transparent;
  color:#FFF;
}
/* END HEADER */


/* BEGIN .home .post */

.home .post {
  border-bottom: 5px solid #EEEEEE;
  margin-bottom: 5px;
  padding: 6px 0;
}
.home .post h2 {
  padding-left: 10px;
}
.home .post .post-c {
  height:auto;
  margin:10px 0;
  overflow:hidden;
  padding:0 10px;
  position:relative;
}
.home .post .thumbnail {
  float:left;
  position:relative;
}
.home .post .thumbnail p {
  line-height: 168px;
}
.home .post .thumbnail img{
  border:5px solid #EEEEEE;
  height:165px;
  vertical-align:middle;
  width:280px;
}
.home .post .content {
  float:right;
  height:auto;
  position:relative;
  right:0;
  top:0;
  width:270px;
}
.post .meta {
  border-top:1px dotted #CCCCCC;
  color:#999999;
  font-size:11px;
  height:auto;
  left:0;
  margin:0 0 10px;
  padding:10px 0;
  position:relative;
}
.post .meta p {
  font-family:'Cuprum',arial,serif; 
}
.post .meta .avatar  img {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.post .meta .date {
  left:35px;
  position:absolute;
  top:0px;
}
.post .meta .author {
  position: absolute;
  top: 13px;
  left: 35px;
}
.home .post .excerpt {
  clear: both;
}

.home .post .comments a {
  background:none repeat scroll 0 0 #053884;
  color:#FFFFFF;
  float:left;
  font-family:'Cuprum',arial,serif;
  font-size:16px;
  height:25px;
  letter-spacing:0;
  line-height:25px;
  padding:0 10px;
  text-align:center;
  text-decoration:none;
}
/* END .home .post */

/* BEGIN .featured */
#featured {
  margin-bottom: 20px;
}
#featured  li {
  width: 600px;
  text-align: center;
}
#featured li .f-thumb {
  height: 326px;
  overflow: hidden;
  background:#DDD;
}
#featured a {
  background: #000000;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  font-size: 2em;
  height: 55px;
  padding: 0 10px;
  overflow: hidden;
  line-height: 55px;
  text-align: left;
  font-family:'Cuprum',arial,serif;
}
#prevBtn, #nextBtn, #slider1prev, #slider1next{

            margin:0;

            padding:0;

            display:block;

            overflow:hidden;

            text-indent:-8000px;

            }
#prevBtn, #nextBtn,

  #slider1next, #slider1prev{ 

    display:block;

    width:30px;

    height:77px;

    position:absolute;

    left:10px;

    top:140px;

    z-index:1000;

    } 

  #nextBtn, #slider1next{ 

    left:560px;

    }                           

  #prevBtn a, #nextBtn a,

  #slider1next a, #slider1prev a{  

    display:block;

    position:relative;

    width:30px;

    height:77px;

    background:url(/btn_prev.png) no-repeat 0 0; 

    } 

  #nextBtn a, #slider1next a{ 

    background:url(/btn_next.png) no-repeat 0 0; 

    } 


/* END .featured */
#media-last,
#rss-store {
  height:130px;
  position:relative;
  width:960px;
}
#media-last h2,
#rss-store h2{
  font-family:'Cuprum',arial,serif;
  font-size:2em;
  padding:4px 8px;
}
#media-last h2 {
  background:url("../images/rs-bg.png") top center no-repeat;
  color:#FFFFFF;
  height:20px;
  margin:15px 0;
}
#rss-store h2{
  background: url("../images/ml-bg.png") top center no-repeat;
  color:#FFFFFF;
  height:20px;
  margin:15px 0;
}
#media-last ul,
#rss-store ul  {
  background:none repeat scroll 0 0 #DDDDDD;
  left:0;
  margin:0;
  padding:11px;
  position:absolute;
  top:28px;
  width:938px;
}
#media-last ul li,
#rss-store ul li {
background:none repeat scroll 0 0 #FFFFFF;
border:4px solid #F2F2F2;
float:left;
height:80px;
margin-right:6px;
overflow:hidden;
position:relative;
text-align:center;
width:120px;
}

#media-last ul li a p,
#rss-store ul li a p {
  display: none;
  position: absolute;
  background: #000;
  color: #FFF;
  top: 0;
  left: 0;
  width: 120px;
  height: 80px;
}
#last-posts {
  padding: 0 !important;
  font-size: 0.95em !important;
}
#last-posts li {
  display: block;
  padding: 5px;
  border: 1px solid #EEE;
  background: #FEFEFE;
}
#last-posts a {
  color:#555;
  text-decoration: none;
}
#last-posts li img {
  float: left;
}
#sidebar {
  background:#FCFCFC;
}
#sidebar .module {
  padding: 5px 10px 15px;
  border-bottom:12px solid #FFFFFF;
  margin-bottom: 5px;
  background:url("../images/bg-module.png") bottom repeat-x;
  width:94%;
  float:left;
}
  #sidebar .module h2 {
    background:url("../images/nav-main-store.png") repeat-x left center;
    color:#F2F2F2;
    padding:3px 5px;
  }
  #sidebar .module .seguidores {
    color:#FFFFFF;
    float:left;
    margin:1px;
    width:66px;
    padding:10px 4px 10px 4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background:#063D93 url("../images/bg-social.png") bottom center repeat-x;
    text-align:center;
    font-family:'Cuprum',arial,serif;
  }
    #sidebar .module .facebook {
      width:47px;
    }
    #sidebar .module .numero {
        color:#FFFFFF;
        font-size:20px;
    } 
    #sidebar .module .seguidores img {
        margin:0 0 0 2px;
    }
    
#sidebar .module .article {
  float:left;
  height:auto;
  margin:6px 0;
}
#sidebar .module .article h3, #sidebar .module .article h3 a {
  font-family:'Cuprum',arial,serif;
  color:#555;
  font-size:16px;
}
#sidebar .module .article img {
  margin:0 10px 0 0;
  border:3px #DDD solid;
  width:60px;
  height:60px;
}
#sidebar .module .article a.go-article {
  background: #DD2A2A;
  color:#FFF; 
  font-family:'Cuprum',arial,serif;
  text-decoration:none;
  padding:4px 3px;
  font-size:14px;
}


#sidebar .comments ul li {
  list-style-image:url("../images/bullet.png"); } 
}


#sidebar .module h2 {
  color:#063D93
}
#sidebar .relevante a img, .amigos a img {
  border:4px solid #EEEEEE;
  margin:5px 0;
  width:96%;
}

a.configuraciones { 
	display:block;
	width:245px;
	height:55px;
	background:url("../images/configuraciones.png") top center no-repeat;
	text-decoration:none;
	margin-left:20px;
}
a.configuraciones span {
	position:relative;
	left:9999px;
}
a.configuraciones:hover {
		background:url("../images/configuraciones.png") bottom center no-repeat;
}

/* Comments */
h3#comments-title , h3#reply-title {
  font-family:'Cuprum',arial,serif;
  background:#f1f1f1;
  padding:8px;
  margin:10px 0;
  font-size:1.6em;
}
li.comment {
  background:none repeat scroll 0 0 #FDFDFD;
  border-top:3px solid #F2F2F2;
  margin:2% 0;
  padding:2%;
  width:92%;
}
form#commentform {
  padding:4%;
}
input#submit {
  font-family:'Cuprum',arial,serif;
  padding:4px 8px;
  background:#063D93;
  color:#FFF;
}

#comments form input[type=text], #comments form textarea, .wpcf7-form input[type=text], .wpcf7-form textarea {
  display: block;
  widht: 400px;
  border: 1px solid #CCC;
  padding: 2px;
}
.post ul, ol {
  padding-left: 20px;
}
.post ul, .post ul  li {
  list-style: circle !important;
}
.post ol {
  list-style: numeric;
}
.post li, .post p {
  margin-bottom: 0.6em;
  line-height: 1.2em !important;
}

.navigation { 
  margin:40px 0 0;
}

p.form-allowed-tags {
  background:#f9f9f9;
  color:#666;
  padding:10px;
}

/* FOOTER */
#footer {
  width:100%;
  height:280px;
  background:url("../images/bg-footer.png") top center no-repeat;
  margin:30px 0 10px 0;
  position:relative;
  color:#FFF;
  font-family:'Cuprum',arial,serif;
}
#footer a {
  color:#999;
  font-family:'Cuprum',arial,serif;
  font-size:13px;
  text-decoration:none;
}
#footer a:hover {
  color:#FFF;
}
#subir {
  position:absolute;
  right:18px;
  top:18px;
}
#footer  p.copyright {
  clear:both;
  margin:0 25px;
  color:#999;
  font-size:1.4em;
  font-family:'Cuprum',arial,serif;
}
#footer ul {
  float:left;
  margin:14px 0 0 15px;
  position:relative;
}
#footer ul li {
  float: left;
  display: block;
  position: relative;
}
#footer ul li a {
  font-family:'Cuprum',arial,serif;
  color:#999;
  display:block;
  font-size:1.6em;
  height:25px;
  line-height:28px;
  margin:0;
  text-align:center;
  text-decoration:none;
  padding:0 10px;
}
#footer ul li a:hover {
  color:#FFF;
}

#blogs-rank {
  left:240px;
  position:absolute;
  top:238px;
}
  #blogs-rank a,  div.amigos a, div.relevante a {
    opacity: .40; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=40); /* IE lt 8 */
    -ms-filter: "alpha(opacity=40)"; /* IE 8 */
    -khtml-opacity: .40; /* Safari 1.x */
    -moz-opacity: .40; /* FF lt 1.5, Netscape */
  }
  #blogs-rank a:hover, div.amigos a:hover, div.relevante a:hover {
  opacity: 100; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=100); /* IE lt 8 */
  -ms-filter: "alpha(opacity=100)"; /* IE 8 */
  -khtml-opacity: 100; /* Safari 1.x */
  -moz-opacity: 100; /* FF lt 1.5, Netscape */   
  }
.top-banner {
  margin: 0 auto;
  width: 690px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

#team {
  left:440px;
  position:absolute;
  top:16px;
}
  #team .avatar {
    border-right:1px solid #444444;
    float:left;
    line-height:12px;
    margin:0 10px 0 0;
    width:78px;
  }
  #team .avatar img {
    background:url("../images/bg-avatar.png") top center no-repeat;
    padding:5px;
  }

.post p {
  line-height: 1.5em !important;
}

    div.postmetadata { background:#F2F2F2; padding:15px; margin:20px 0;  }
    div.postmetadata hr { border:2px solid #FFFFFF; clear:both; margin:0 0 15px; }
      div.about-the-post { font-family:Georgia, Verdana, serif; font-size:0.8em; font-style:italic; line-height:17px; color:#666; }
      div.about-the-post p { clear:both; font-style:normal; }
    div#share { }
      div#sharing  { float:left; font-size:0.9em; height:70px; margin:4px 0; width:188px; }
      div#sharing img { float:left;  }
      div#sharing a { text-decoration:none; color:#039 }
      div#sharing p { text-transform:uppercase; line-height:18px; }

	  .module h2 a {
		color: #FFF !important;
	  }
	  #tabs div img {
		border: 2px solid #FFF;
	  }
	  .module .xoxo {
		padding: 0 !important;
	  }
	  
	  
	  
	  #poderpda-utils  {
		padding: 0 !important;
	  }
	  
	  #poderpda-utils  li a {
		border: 1px solid #CCC;
		background: #EEE;
		padding: 5px;
		color: #999;
		font-weight: bold;
		display: block;
		text-decoration: none;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	  }
	  
	  
	  
	  
	  /*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			185px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
}
.sf-menu li ul li a {
	border:0 none;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
li.store ul li a {
	border:0 none;
}
/*** DEMO SKIN ***/
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {

}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;

}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	z-index:20000;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

