/*-- classes added in script --*/

ul#menu li a.menu_selected {
color: #ca704d;
margin-bottom: 2px;
}
ul#menu li a:hover,
ul#menu li a.menu_selected:hover{
color:  #006581;
text-decoration:underline;
}

ul#menu li ul li a.menu_selected {
color: #ca704d;
margin-bottom: 0;
}

li.menu_selected_holder {
}

/*-- end classes added in script --*/

/*-- classes for toggler images --*/

ul#menu img.toggler {
float: left; 
margin: 0 -15px 0 0;
position: relative;

}

ul#menu img.toggler:hover {cursor:pointer; cursor: hand; }

/*-- end classes for toggle images --*/

ul#menu {
margin: 0;
padding: 4px 0 6px 0;
}

ul#menu li { 
list-style: none;
display: block;
clear: both;
line-height:35px;
min-height:20px;
}

ul#menu li ul {
display: none;
clear: both;
margin-bottom:30px;
}

ul#menu li ul li {
line-height: 40px;
margin-left:10px;
font-size:93%;
}

ul#menu li a { 
/*-- total width should be 198px --*/
display: block;
padding: 0;
width: 130px;
margin-top:-10px;
margin-left: 15px;
float: left;
text-decoration:none;
}

ul#menu li ul li a { 
/*-- total width should be 298px --*/
display: block;
padding: 0 0 0 15px;
width: 130px;
margin: 0;
color: #006581;
line-height:30px;
}

ul#menu li ul li a:hover { 
/*-- total width should be 298px --*/
text-decoration:underline;
}

/*-- menu styling --*/

.menu_header {
color: #fff;
font-weight: bold;
margin: 0;
padding: 0;
text-align: center;
height: 20px;
line-height: 20px;
width: 200px;
background-repeat: no-repeat;
}

.menu_bottom_shape {
clear: left;
float: left;
margin-top: -3px;
}

/*-- menu english --*/
ul#menu-e{
display:none;
margin-top:30px;
padding-left:15px;
}

ul#menu-e li a{
color:#006581;
text-decoration:none;
}

ul#menu-e li a:hover{
color: #ca704d;
}
