.arrowlistmenu
{
	width: 166px;
	padding: 0px;
	margin: 0px;
	clear: both;
	display: inherit;
}

.arrowlistmenu .menuheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff; /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	background: black url(../images/glaxo-side-menu-right.jpg) repeat-x center RIGHT;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/ /*header text is indented 10px*/
	cursor: pointer;
	padding: 7px;
}

.menuheader:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background: black url(../images/menu_b.jpg) repeat-x center RIGHT;
	margin-bottom: 0px;
	cursor: pointer;
	padding: 7px;
}

.menuheader:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background: black url(../images/arrow-glaxo.jpg) repeat-x center RIGHT;
	margin-bottom: 0px;
	cursor: pointer;
	padding: 7px;
}

.menuheader:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background: black url(../images/arrow-glaxo.jpg) repeat-x center RIGHT;
	margin-bottom: 0px;
	cursor: pointer;
	padding: 7px;
}

.menuheader:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background: black url(../images/arrow-glaxo.jpg) repeat-x center RIGHT;
	margin-bottom: 0px;
	cursor: pointer;
	padding: 7px;
}

.arrowlistmenu .openheader
{
	/*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/arrow-glaxo.jpg);
}

.arrowlistmenu ul
{
	/*CSS for UL of each sub menu*/
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	font: normal 12px Arial;
	color: #c6107a;
	padding-top: 0px;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li
{
	padding-left: 5px;
	padding-bottom: 0px; /*bottom spacing between menu items*/
	padding-left:14px;
}

.arrowlistmenu ul li .opensubheader
{
	/*Open state CSS for sub menu header*/
	height: 18px;
	padding-top: 5px;
}

.arrowlistmenu ul li .closedsubheader
{
	/*Closed state CSS for sub menu header*/
	height: 18px;
	padding-top: 0px;
}
.arrowlistmenu ul li a
{
	color: #A70303;
	background: url(../images/arrow-glaxo.jpg) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 0px 0;
	padding-left: 19px; /*link text is indented 19px*/
	padding-top: 2px;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited
{
	color: #A70303;
}

.arrowlistmenu ul li a:hover
{
	/*hover state CSS*/
}



.expandable
{
	margin: 0px;
	padding: 0px;
	color: White;
}

