
.navBar {
	margin: 0px;
	padding: 0px;
	background-color: #00BFFF;
/*	border-bottom: 1px dashed #ACEAFF;*/
	text-align: left;
}

/* arrows 
.navBar .arrowOpen, .navBar .arrowClose {
	width:23px;
	height:20px;
	right: 20px;
	float: right;
	margin-right: 5px;
	margin-top: 3px;
	cursor: pointer;
}
.navBar .arrowOpen, .navBar .arrowClose { background:  url(http://i.tarjetasbubba.com/images/arrow.gif) no-repeat; }
.navBar .arrowOpen { background-position: 0px 0px; }
.navBar .arrowClose { background-position: 0px -100px; }*/

/* bullets 
.navBar .itemBullet, .navBar .itemOverBullet, .navBar .itemSelectedBullet, .navBar .itemSelectedOverBullet { background: url(http://i.tarjetasbubba.com/images/bullet.gif) no-repeat; }
.navBar .itemBullet {	
	background-position: 0px 0px;
	width:6px;
	height:9px;
	float:left;
	margin-left: 3px;
	margin-top: 9px;
}
html>body .navBar .itemBullet {
	margin-left: 6px;
	margin-top: 8px;
}
.navBar .itemOverBullet, .navBar .itemSelectedBullet, .navBar .itemSelectedOverBullet {
	background-position: 0px -100px;
	width:6px;
	height:9px;
	float:left;
	margin-left: 3px;
	margin-top: 9px;
}

html>body .navBar .itemOverBullet, html>body .navBar .itemSelectedBullet, html>body .navBar .itemSelectedOverBullet {
	margin-left: 6px;
	margin-top: 8px;
}
.navBar .subItems {
	border-bottom: 1px dashed #ACEAFF;
}*/

.navBar .item {
	background-color: #00BFFF;
	width: 100%;
	/*display: block; */     /* PARA EVITAR QUE LA IMAGEN SE VEA EN UNA NUEVA LINEA */
}
.navBar .itemOver, .navBar .itemSelected, .navBar .itemSelectedOver {
	background-color: #00BFFF;
	/*height: 24px;*/
	/*padding-top: 2px;
	padding-bottom: 2px;*/
	width: 100%;

}
.navBar .itemOver, .navBar .itemSelected, .navBar .itemSelectedOver, .navBar .item, .navBar .subItems {
	background-image:url(http://i.tarjetasbubba.com/images/sp/bg_blueDot02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.navBar .item a:hover , .navBar .itemOver a:hover {
	color: #ACEAFF;
	text-decoration: none;
}
/*.navBar .itemSelected a:hover , .navBar .itemSelectedOver a:hover {
	color: #00698C;
	text-decoration: none;
}*/
.navBar .item a , .navBar .itemOver a, .navBar .itemSelected a , .navBar .itemSelectedOver a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	/*display: block;*/   /* PARA EVITAR QUE LA IMAGEN SE VEA EN UNA NUEVA LINEA */
}
.navBar .item a , .navBar .itemOver a { color: #FFF; }
.navBar .itemSelected a , .navBar .itemSelectedOver a { color: #00698C; }

/*.navBar .subItem {
	background-color: #00BFFF;
	border-bottom: 1px dashed #ACEAFF;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 100%;
	height: 20px;
}*/

/*Sub links normal*/
.navBar .subItem a {
	font-family: Arial;
	font-size: 11px;
	color: #00698C;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	display:block;
/*	background-image:url(http://i.tarjetasbubba.com/images/sp/bg_blueDot02.gif);*/
	background-repeat: repeat-x;
	background-position: left bottom;
	/* border-bottom: 1px dashed #ACEAFF;*/
}

/* .navBar .subItem a:hover {
	color: #ACEAFF;
	text-decoration: none;
	padding-left: 16px;
	padding-top: 3px;
	height: 20px
}*/

/*Sub Links seleccionados*/
.navBar .subItemSelected, .navBar .subItemOver, .navBar .subItemSelectedOver {
	background-color: #00BFFF;
/*	border-bottom: 1px dashed #ACEAFF;*/
/*	background-image:url(http://i.tarjetasbubba.com/images/sp/bg_blueDot02.gif);*/
	background-repeat: repeat-x;
	background-position: left bottom;
/*	border-right: #FFFFFF;
	border-bottom: #FFFFFF;
	border-left: #FFFFFF;
	height: 20px;*/
	width: 100%;
}

/*Sub Links Over*/
.navBar .subItemSelected a, .navBar .subItemOver a, .navBar .subItemSelectedOver a {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	/*height: 20px;*/
}

/*.navBar .subItemSelected a:hover {
	color: #00698C;
	text-decoration: none;
	height: 20px;
}
.navBar .subItemOver {
	border-bottom: 1px dashed #ACEAFF;
	border-right: #FFFFFF;
	border-bottom: #FFFFFF;
	border-left: #FFFFFF;
	width: 100%;
	height: 20px;
}*/

