@charset "utf-8";
/* CSS Document */

/*#############################################################
Nombre: Interiorismo BCN
Fecha: Septiembre'08
Autor: Loop Comunicacio
URL: http://www.loopcomunicacio.com
#############################################################*/


/*----------------Menu Acordeon------------------*/


.glossymenu{
margin: 5px 0;
padding: 0;
width: 200px; /*width of menu*/
}

.glossymenu a.menuitem{
font: normal 12px arial,sans-serif;
color: #000000;
display: block;
position: relative; /*==> To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px dotted #8F8F8F;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #000000;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background: #D6D6D6;
color: #000000;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px dotted #8F8F8F;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px arial,sans-serif;
color: black;
text-decoration: none;
padding: 5px 0;
padding-left: 45px;
}

.glossymenu div.submenu ul li a:hover{
background: #D6D6D6;
color: #000000;
}


