/* MENU HORIZONTAL 1 SOLO NIVEL*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font:  10px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
/*border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background:  url(img/menu_r1_c2.jpg) center center repeat-x;
}

.indentmenu ul li{
display:  inline;
}

.indentmenu ul li a{
float: left;
color: #9B2F2F;/*text color*/
padding: 5px 11px;
text-decoration: none;
/*border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: #9B2F2F;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #9B2F2F !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background:  url(img/menu_r1_c2.jpg) center center repeat-x;
}

/**************************************************** MENU VERTICAL*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
/*border: 1px solid;
border-bottom-width: 0;*/
width: 150px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: 11px Arial;

}

#ddblueblockmenu li a{
display: block;
padding: 0px 0;
padding-left: 15px;
width: 150px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: black;
background-color: white;
/*border-bottom: 1px solid;/* #90bade;*/
/*border-left: 7px solid white;*/
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
width: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
/*background-color: #2586d7;
border-left-color: #1c64d1;*/
}

/*1st sub level menu*/
#ddblueblockmenu ul li ul{
display: block;
padding: 0px 0;
padding-left: 15px;
color:black;
text-decoration: none;
/*border-top: 1px solid ;*/

}


#ddblueblockmenu div.menutitle{
color: black;
/*border-bottom: 1px solid ;*/
padding: 0px 0;
padding-left:2px;
background-color: white;
font: bold 11px Arial;
}

/******************************* MENU HORIZONTAL 4 NIVELES*/
.jquerycssmenu{
font: 10px Arial;
width: 110%;
color:#9B2F2F; 
/*border-bottom: 1px solid ;*/
padding-left: 0px; /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul{

margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
/*background:  url(img/menu_r1_c2.jpg) top center repeat-x;/*background of tabs (default state)*/
padding: 5px 7px 4px 7px;
margin-right: 0px; /*spacing between tabs*/
/*border: 1px solid #778;
border-bottom-width: 0;*/
color:#9B2F2F;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
/*background-image: url(img/menu_r1_c2.jpg) /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
/*border-top: 1px solid ;*/

}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: 10px Arial;
width: 100px; /*width of sub menus*/
background:  #E6E6E6 top center repeat-x;/* url(img/menu_r1_c2.jpg) top center repeat-x;*/
color:  #9B2F2F;
padding: 4px 5px;
margin: 0;
/*border-top-width:1 ;*/
/*border-bottom: 1px solid ;*/
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #CCCCCC;/*#eff9ff;*/
color: #9B2F2F;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
