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

#menuClass
{
	/*color:#666666; */
	font-family: arial, verdana, Trebuchet MS, helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	background-image:url(../images_layout/layout-navigation-h3.jpg); 
	width: 152px; 
	height: 26px; 
	font-weight: bold; 
	border: none; 
	background-repeat:no-repeat; 
	text-align: center; 
	padding: 5px 0 0 0;
}

.glossymenu{
margin: 10px 0;
padding: 0;
width: 152px; /*width of menu*/
/*border: 1px solid #808080;*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{
/*background: black url(images_layout/glossyback.gif) repeat-x bottom left;*/
background: black url(../images_layout/layout_back.jpg) repeat-x bottom left;
font: bold 10px arial, verdana, "Trebuchet MS", helvetica, sans-serif;
text-decoration: underline;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
border-right: solid #808080 1px;
border-left: solid #808080 1px;
border-bottom: solid #808080 1px;
}


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

.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-image: url(images/glossyback2.gif);*/
text-decoration: underline;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
/*background: white;*/
border-left: solid 1px #808080;
border-right: solid 1px #808080;
/*background-image: url(images_layout/layout-content-sidebar-compras-online.jpg);*/
/*background-repeat:repeat-x;*/
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
background-image: url(../images_layout/layout-content-sidebar-compras-online.jpg);
background-repeat:repeat-x;
padding-left: 10px;
padding-top: 4px;
padding-bottom: 4px;
}


.glossymenu div.submenu ul li{
/* border-bottom: 1px solid #CCCCCC;*/
}

.glossymenu div.submenu ul li a{
/*display: block;*/
font: normal 10px arial, verdana, "Trebuchet MS", helvetica, sans-serif;
text-decoration: underline;
color: #666666;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
/*background: #DFDCCB;*/
/*colorz: white;*/
text-decoration: underline;
}

a.menu
{
font-family: arial, verdana, Trebuchet MS, helvetica, sans-serif; 
font-size: 10px;
color: #666666;
text-decoration: none;
}

a.menu:hover
{
	text-decoration: underline;
}

#menuTop
{
	border-top: solid 1px #808080;
}

#menuBottom
{
	border-bottom: solid 1px #808080;
}


#soporte
{
	width: 152px;
}

#soporte_links
{
	background-image:url(../images_layout/layout-content-sidebar-compras-online.jpg); 
	background-repeat: repeat-x; 
	padding-left: 15px; 
	border: solid 1px #808080; 
	padding-top: 10px; 
	padding-bottom: 10px;
}

#soporteMiddle
{
	padding-top: 10px; 
	padding-bottom: 10px;
}

#minisitios
{
	width: 152px; 
	padding-top: 10px;
}

#minisitios_top
{
	padding-bottom: 5px;
}

#minisitios_middle
{
	padding-top: 5px; 
	padding-bottom: 5px;
}

#minisitios_bottom
{
	padding-top: 5px;
}