.menu,.submenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: block;
	min-width: 222px;
}

.menu li,.submenu li {
	visibility: visible;
	padding: 0px;
	margin: 0px;
}

.menu_item {
	background-image: url(../images/arrow_b_r_small.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	background-color: #FC0;
	padding-left: 20px;
	display: block;
	text-decoration: none;
	color: #000000;
	cursor: pointer;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	border-bottom: 1px #FFFFFF solid;
}

.menu_item:hover {
	background-image: url(../images/arrow_w_r_small.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	background-color: #E4E4E4;
	color: #000000;
	font-weight: bold;
}

.menu_item:visited {
	color: #000000;
	font-weight: bold;
}

.submenu {
	display: none;
}

.submenu_item {
	background-image: url(../images/arrow_b_r_small.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	display: block;
	height: 25px;
	line-height: 25px;
	color: #666666;
	cursor: pointer;
	border-bottom: 1px #666666 dashed;
	padding-left: 20px;
	text-decoration: none;
}

.submenu_item:hover {
	background-image: url(../images/arrow_w_r_small.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	color: #000000;
	text-decoration: underline;
}

.menu .disable,.submenu .disble {
	background-color: #E4E4E4;
	color: #CCCCCC;
}

table.form .smallimg {
	background-image: url("../images/menu_image_04.jpg");
	background-repeat: no-repeat;
    min-width: 230px;
    width: 230px;
    height: 492px;
}

table.form .gap {
	width: 1%;
}

table.form .menu {
	width: 260px;
	vertical-align: top;
}

table.form .largeimg {
    width: 998px;
	background-image: url("../images/dhl_fleet.jpg");
	background-repeat: no-repeat;
}

.disclaimer {
	font-size: 9px;
	text-align: justify;
}

.women {
	width: 230px;	
}

.text_input {
	width: 140px;	
}