/***************** Menu Styles in the generic pages **************/

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#menu {
	position: relative;
	width: 160px;
}


dl#menu {
	width: 160px;
}

dl#menu dt {
	text-indent: 1em;
	cursor: pointer;
	margin: 2px 0;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-weight: normal;
	font-size: 13pt;
	color: #00709a;
	background-image:  url("../images/subpage_menu.gif");
	background-repeat: no-repeat;
	
}


dl#menu dt.current{
	background-image:  url("../images/subpage_menu_blue.gif");
	background-repeat: no-repeat;
	
}
dl#menu dt.current a{
	color: #000;
}

dl#menu dd {
	
}

dl#menu li {
	text-align: right;
	background: #fff;	
}

dl#menu li a,
dl#menu dt a {
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	color: #00709a;
}

dl#menu li a:hover {
	color: #000;
	background: #eee;
}


dl#menu dt a:hover {
	color: #000;
	background: #eee;
	background-image:  url("../images/subpage_menu_blue.gif");
	background-repeat: no-repeat;
}

/******** Arrow indicating the expanding Menu *************/
#arrow {
	margin-top: -20px;
	float: right;
	height: 20px;
	width: 20px;
	background-image:  url("../images/arrow.gif");
	background-repeat: no-repeat;
}