/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 



/*
 * menu
 */

 
div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;  
}

div#menu li {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	
}

div#menu li a, #menu li span.separator {
	height: 26px;
	display: block;
	float: left;
	line-height: 26px;
	text-decoration: none;
	color: #2350a4;
}

div#menu li span {  
	display: block;
}

div#menu li span {  
	background-repeat: no-repeat;
	background-position: 95% 0px;
}

div#menu li a.current {  
	color: #ffffff;
}

div#menu a:hover, div#menu span.separator:hover, div#menu span.sfhover, div#menu a.current:hover {  
	color: #000000;
}

div#menu a.level1:hover, div#menu span.level1:hover, div#menu span.level1.sfhover, {  
	color: #000000;
}

div#menu li a:hover.current {  
	color: #ffffff;
}

div#menu li.active {  
	font-weight: bold;
}

div#menu li.active ul {  
	font-weight: normal;
}

div#menu li.parent span.separator {  
	cursor: pointer;
}

 
div#menu ul.menu {
}

div#menu li.level1 {
	margin-right: 5px;
	background: url(menu_tab_l_normal.png) 0 0 no-repeat;
	padding-left: 5px;
}



div#menu a.level1 span, div#menu span.level1 span {
	padding: 0px 20px 0px 15px;
	background: url(menu_tab_r_normal.png) 100% 0 no-repeat;
}
div#menu a.active span, div#menu span.active span {
	padding: 0px 20px 0px 15px;
	background: url(menu_tab_r.png) 100% 0 no-repeat !important;
	color: #ffffff;
}

div#menu li.level1:hover, div#menu li.sfhover {  
	background: url(menu_tab_l_normal.png) 0 0 no-repeat;
}



div#menu li.sfhover li.sfhover {
	background: none;
}

div#menu li:hover a.level1, div#menu li.sfhover a.level1, div#menu li:hover span.level1, div#menu li.sfhover span.level1 {  
	background: url(menu_tab_r_normal.png) 100% 0 no-repeat;
}

div#menu li.active {  
	background: url(menu_tab_l.png) 0 0 no-repeat;
}
div#menu li:hover.active {  
	background: url(menu_tab_l.png) 0 0 no-repeat;
}



div#menu a.active {  
	background: url(menu_tab_r.png) 100% 0 no-repeat;
}

div#menu li.active li {  
	background: none;
}

div#menu li li a.active {
	background: none;
}

 
div#menu ul.menu ul {
	position: absolute;
	top: 26px;
	left: -999em;  
	width: 165px;
	padding: 0px 0px 10px 0px;
	background: url(menu_dropdown_bg.png) 0 100% no-repeat;
}

div#menu li:hover ul, div#menu li.sfhover ul {
	left: 0px;  
	z-index: 100;
}

div#menu li.level1 li, div#menu li.level1 li span.separator {
   	width: 100%;  
	text-indent: 15px;
}

div#menu li.level1 li a, div#menu li.level1 li span.separator{
	height: 22px;
	padding: 0px;
	margin: 0px 1px 0px 1px;;
	background: #ffffff url(menu_level2_item.png) 100% 0 no-repeat bottom;
	float: none;  
	display: block;
	line-height: 22px;
}

div#menu li.level2 li a, div#menu li.level2 li span.separator{
	height: 17px;
	padding: 0px;
	margin: 0px 1px 0px 1px;;
	background: #ffffff url(menu_level2_item.png) 100% 0 no-repeat bottom;
	float: none;  
	display: block;
	line-height: 17px;
}

div#menu li.level2 a.parent, div#menu li.level2 span.parent {  
	background: #ffffff url(menu_level2_item_parent.png) 100% 0 no-repeat;
}


div#menu li.level1.parent {
	background: url(menu_tab_l_normal_2.png) 0 0 no-repeat;
}
div#menu li.level1.parent.active {
	/*background: url(menu_tab_l_2.png) 0 0 no-repeat;*/
}
div#menu li#menu_catalogo.active {
	background: url(menu_tab_l_2.png) 0 0 no-repeat;
}

div#menu li#menu_catalogo:hover, div#menu li#menu_catalogo.sfhover {  
	background: url(menu_tab_l_normal_2.png) 0 0 no-repeat;
}
div#menu li#menu_catalogo.active:hover, div#menu li#menu_catalogo.active.sfhover {  
	background: url(menu_tab_l_2.png) 0 0 no-repeat;
}
 
div#menu li ul ul {
	margin: -27px 0 0 164px;

}

div#menu ul.level3 li {
	font-size: 10px;
}

ul.level3, ul.level3 li {
/*	width: 200px !important;*/
}

li.item21 {
	height: 24px;
}

div#menu li:hover ul ul, div#menu li.sfhover ul ul {
	border-top: 1px solid #C8C8C8;
}

 
div#menu li:hover ul ul, div#menu li.sfhover ul ul,  
div#menu li:hover ul ul ul, div#menu li.sfhover ul ul ul,  
div#menu li:hover ul ul ul ul, div#menu li.sfhover ul ul ul ul {  
	left: -999em;
}

 
div#menu li li:hover ul, div#menu li li.sfhover ul,  
div#menu li li li:hover ul, div#menu li li li.sfhover ul,  
div#menu li li li li:hover ul, div#menu li li li li.sfhover ul {  
	left: 0;
	z-index: 100;
}

#links {
	background: url(images/left_module.png) repeat-x top;
	height: 315px;
}

