#nav {
margin:20px 0 40px 50px;
}
#nav {
background:transparent none repeat scroll 0 0;
height:20px;
position:relative;
width:750px;
}
#nav .select, #nav .current {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
#nav li {
display:inline;
height:auto;
margin:0;
padding:0;
}
#nav .select a, #nav .current a {
/*background:#fff none repeat scroll 0 0;*/
background: url('../imgs/sep_menu.png') no-repeat left 50%;
/*border-right:1px solid #0C4698;*/
color:#0C4698;
display:block;
float:left;
font-size:14px;
height:20px;
line-height:20px;
padding:0 10px 0 20px;
text-decoration:none;
white-space:nowrap;
}
* html #nav .select a, * html #nav .current a {
height:21px;
width:1px;
}
#nav .select a:hover, #nav .select li:hover a {
/*background:#bebebe none repeat scroll 0 0;*/
color:#0066ff;
cursor:pointer;
}
#nav .sub {
display:none;
}
#nav table {
border-collapse:collapse;
left:0;
position:absolute;
top:0;
}
#nav .current a {
/*background:#fff none repeat scroll 0 0;*/
color:#0066ff;
text-decoration:underline;
}
/*#nav .current a:first-child {
	padding-left:0;
	background-image:none;
}*/
#nav .sub li a:hover, #nav .select a:hover .sub li a:hover, #nav .select li:hover .sub li a:hover {
/*background:#666 none repeat scroll 0 0;*/
color:#0066ff;
text-decoration:underline;
}
#nav .sub_active .current_sub a, #nav .sub_active a:hover {
/*background:#fff none repeat scroll 0 0;*/
background: url('../imgs/sep_submenu.png') no-repeat left 50%;
color:#0066ff;
text-decoration:underline;

}
#nav .select li a:hover .sub, #nav .select li:hover .sub {
background:#fff none repeat scroll 0 0;
color:#0066ff;
display:block;
font-size:14px;
left:0;
margin-top:0;
padding:0;
position:absolute;
top:20px;
width:750px;
z-index:100;
}
#nav .sub, #nav .sub_active {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
#nav .sub_active {
/*background:#fff none repeat scroll 0 0;*/
background:transparent none repeat scroll 0 0;
display:block;
left:0;
margin-top:0;
padding:0;
position:absolute;
top:20px;
width:750px;
z-index:10;
}
* html #nav .sub_active, * html #nav .select a:hover .sub {
margin-top:1px;
z-index:-1;
}
#nav .sub_active a {
/*background:#fff none repeat scroll 0 0;*/
border:0 none;
background: url('../imgs/sep_submenu.png') no-repeat left 50%;
color:#6699cc;
display:block;
float:left;
font-size:14px;
height:21px;
line-height:20px;
margin:0;
padding:5px 10px 10px;
text-decoration:none;
white-space:nowrap;
}
#nav .select a:hover .sub li a, #nav .select li:hover .sub li a, #nav .select li#sin_icono .sub a {
/*background:#fff none repeat scroll 0 0;*/
background: url('../imgs/sep_submenu.png') no-repeat left 50%;
border:0 none;
color:#6699cc;
display:block;
font-size:14px;
margin:0;
padding:5px 10px 10px;
white-space:nowrap;
}
#nav .sub_active li:first-child a,
#nav .select li:hover .sub li:first-child a,
#nav .select li#sin_icono .sub li#sin_iconosub a {
	padding-left:0;
	background-image:none;
}
#nav .current li#sin_icono a, #nav .select li#sin_icono a {
/*background:#fff none repeat scroll 0 0;*/
background:transparent none repeat scroll 0 0;
padding-left:0;
}