/**** begin MENU ****/

#menu, #menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	height: 0px;
	border: 0px;
}

#menu li
{
	margin: 0px;
	padding: 0px;
	background-color: #AFD7FF;
	background-image: url(webimages/selSub_red.gif);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	text-align: left;
	width: 135px;
	height: 15px;
	text-indent: 15px;
	behavior: url(hover.htc);
}

#menu li:hover, #menu li.hover {
	background-image: url(webimages/selSub_blue.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#menu li a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #003366;
	height: 15px;
	behavior: url(hover.htc);
}

#menu li a:hover, #menu li a.hover {
	color: #FFFFFF;
	background-image: url(webimages/selSub_white.gif);
	background-repeat: no-repeat;
	background-color: #003366;
}
	
#menu li li {
	background-image: url(webimages/selSub_white.gif);
	background-repeat: no-repeat;
	width: 175px;
	height: 15px;
	border: 0px;
	background-color: #003366;
	color: #FFFFFF;
}

#menu li li a {
	background-image: url(webimages/selSub_white.gif);
	background-repeat: no-repeat;
	height: 15px;
	background-color: #003366;
	color: #FFFFFF;
}

#menu li li a:hover {
	height: 15px;
	background-image: url(webimages/selSub_blue.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #003366;
}

#menu li ul ul {
	display: none;
	background-image: url(webimages/space.gif);
	position: absolute;
	left: 135px;
	top: 0px;
	padding-top: 0px;
	margin: 0px;
	font-weight: normal;
}

#menu li ul {
	display: none;
	background-image: url(webimages/space.gif);
	position: absolute;
	left: 135px;
	top: 0px;
	padding-top: 0px;
	margin: 0px;
	font-weight: normal;
}

#pointer_more {
   background-image: url(webimages/selMainUp.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 15px;
	border: 0px;
	cursor: pointer;
}
