.menu
	{
	background-image: url(/img/bg-menu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 700px;
	height: 50px;
	position: relative;
	top: -37px;
	left: 100px;
	z-index: 100;
	}

#content-top .menu ul li a img
	{
	position: relative;
	top: 18px;
	left: 0px;
	}

/* hack to correct IE5.5 faulty box model */
* html .menu
	{
	width: 701px;
	w\idth: 700px;
	}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul
	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

.menu ul ul
	{
	width: 175px;
	}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li
	{
	width: 195px;
	float: left;
	position: relative;
	}

.menu ul li ul li
	{
	border-bottom-width: 1px;
	border-bottom-color: #003366;
	border-bottom-style: solid;
	}

/* style the links for the top level */
.menu a, .menu a:visited
	{
	display: block;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	width: 175px;
	padding-left: 10px;
	line-height: 0px;
	}

.menu ul li ul li a
	{
	background-color: transparent;
	background-image: url(/img/bg-menu-ul-hover.jpg);
	background-position: 0px 0px;
	background-repeat: repeat;
	}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited
	{
	width: 200px;
	w\idth: 190px;
	}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited
	{
	background-color: transparent;
	background-image: url(/img/bg-menu-ul-hover.jpg);
	background-position: 0px 0px;
	background-repeat: repeat;
	}

/* style the second level hover */
.menu ul ul a.drop:hover
	{
	background-color: transparent;
	background-image: url(/img/bg-menu-ul-ul.jpg);
	background-position: 0px 0px;
	background-repeat: repeat;
	}

.menu ul ul :hover > a.drop
	{
	background-color: transparent;
	background-image: url(/img/bg-menu-ul.jpg);
	background-position: 0px 0px;
	background-repeat: repeat;
	}

/* style the third level background */
.menu ul ul ul a
	{
	background-color: transparent;
	background-image: url(/img/bg-menu-ul.jpg);
	background-position: 0px 0px;
	background-repeat: repeat;
	}

/* style the third level hover */
.menu ul ul ul a:hover
	{
	background-color: transparent;
	background-image: url(/img/bg-menu-ul-ul.jpg);
	background-position: 0px 0px;
	background-repeat: repeat;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
	{
	padding-top: 9px;
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 31px;
	left: 0;
	width: 200px;
	}

/* another hack for IE5.5 */
* html .menu ul ul
	{
	top:50px;
	t\op:51px;
	}

/* position the third level flyout menu */
.menu ul ul ul
	{
	left: 195px;
	top: -9px;
	width: 200px;
	}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left
	{
	top: -9px;
	left: -195px;
	}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table
	{
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
	{
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 14px;
	width: 185px;
	}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited
	{
	width: 175px;
	w\idth:153px;
	}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover
	{
	text-decoration: underline;
	}

.menu :hover > a, .menu ul ul :hover > a
	{
	text-decoration: underline;
	}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul
	{
	visibility: visible;
	}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
	{
	visibility: hidden;
	}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
	{
	visibility: visible;
	}

.menu li.first
	{
	width: 40px;
	margin-left: 45px;
	}

.menu li.first a, .menu li.second ul li a, .menu li.third ul li a, .menu li.fourth ul li a
	{
	cursor: pointer;
	}

.menu li.second
	{
	width: 68px;
	margin-left: 45px;
	}

.menu li.second a
	{
	cursor: default;
	}

.menu li.third
	{
	width: 199px;
	margin-left: 45px;
	}

.menu li.third a
	{
	cursor: default;
	}

.menu li.fourth
	{
	width: 163px;
	margin-left: 45px;
	}

.menu li.fourth a
	{
	cursor: default;
	}