@charset "utf-8";
/* CSS Document */
.menu {
	font: 14px Tahoma;
	float:left;
	text-align:left;
	margin:20px 0 10px 10px;
	width: 180px;
	height:auto;
	/*border:1px solid #000000;*/
	background: #E7F5F8;
	/*background:url(../images/menu_bar_a.jpg) no-repeat;*/
}
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
/*border:1px solid #000000;*/
background: #E7F5F8;
}

.arrowlistmenu h3{
width: 180px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 14px Tahoma;
color: #1B668E;

background: url(../images/title.gif) repeat-x center left;
/*margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}
.menuheader_baby_care {
font: 14px Tahoma;
color: #1B668E;

background: url(../images/title.gif) repeat-x center left;
/*margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0px 0 10px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}
.menuheader_baby_care a{
font: 14px Tahoma;
color: #1B668E;

background: url(../images/title.gif) repeat-x center left;
/*margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0 0 0 0; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-decoration:none;
}
.menuheader_baby_care a:hover{
font: 14px Tahoma;
color: #00CCFF;

background: url(../images/title.gif) repeat-x center left;
/*margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0 0 0 0; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-decoration:none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url(../images/title.gif) repeat-x center left;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
/*background: #66FFFF;*/
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
/*background: #66FFFF;*/
}

.arrowlistmenu ul li a{
font: 14px Tahoma;
color: #1B668E;
background: url(../arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
/*color: #1B668E;*/
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #66FFFF;
color: #00CCFF;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: #66FFFF;
}


