/*-- classes added in script --*/

ul#menu li a.menu_selected {
	color:  #333;
	font-weight: bold;
	text-decoration: none;
}

ul#menu li ul li a.menu_selected {
	font-weight: bold;
	color: #ff0000;
	margin-bottom: 0;
	width: 178px;
	text-decoration: none;
}

li.menu_selected_holder {
	/*background-image:url(images/bg_menu_selected.gif);*/
	background-repeat: no-repeat;
	width: 178px;
}

/*-- 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 {
	width: 178px;
	margin: 0;
	padding: 4px 0 6px 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #AF0101;
	border-left-color: #AF0101;
}

ul#menu li {
	list-style: none;
	clear: both;
	display: block;
/*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;
	margin-left: 15px;
	float: left;
	width: 178px;
	text-decoration: none;
	color: #333;
}

ul#menu li ul li a {
	/*-- total width should be 298px --*/
display: block;
	width: 178px;
	margin: 0;
	font-size: 11px;
	color: #ff0000;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;/*line-height: 18px;*/
	text-decoration: none;
}

/*-- 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/bg_top_shape.gif);
background-repeat: no-repeat;
}

.menu_bottom_shape {
clear: left;
float: left;
margin-top: -3px;
}

