/*-- classes added in script --*/

ul#menu li a.menu_selected {
color:  #fff;
font-weight: bold;
margin-bottom: 2px;
}

ul#menu li ul li a.menu_selected {
background-color: #ededed;
font-weight: bold;
color: #ff0000;
margin-bottom: 0;
}

li.menu_selected_holder {
background-image:url(../images/menu/bg_menu_selected.gif);
background-repeat: no-repeat;
}

/*-- 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;
}

ul#menu li {
list-style: none;
display: block;
clear: both;
line-height: 20px;
min-height: 20px;
}

ul#menu li ul {
display: none;
clear: both;
}

ul#menu li ul li {
line-height: 17px;
}

ul#menu li a {
/*-- total width should be 198px --*/
display: block;
padding: 0 0 2px 0;
width: 183px;
margin-left: 15px;
float: left;
}

ul#menu li ul li a {
/*-- total width should be 298px --*/
display: block;
padding: 0 0 0 15px;
width: 183px;
margin: 0;
font-size: 11px;
color: #ff0000;
line-height: 18px;
}

/*-- menu styling --*/

.menu_header {
color: #fff;
font-weight: bold;
font-size: 13px;
margin: 0;
padding: 0;
text-align: center;
height: 20px;
line-height: 20px;
width: 200px;
background-image: url(../images/menu/bg_top_shape.gif);
background-repeat: no-repeat;
}

.menu_bottom_shape {
clear: left;
float: left;
margin-top: -3px;
}

