.menu {
	height:0px;
	width:750px;
	position:relative;
	z-index:110;
	float: right;
	margin-top: 9px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

 
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
		/*.menu ul ul {width:149px;}*/

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	margin: 0px;
	padding: 0px;
	font-size: 0; 
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
}


/* DROP MENU HIDDEN AND GENERAL STYLING */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:46px;
	left:0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9ea9e1;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* STYLE THE DROP DOWN LINKS */
.menu ul ul a, .menu ul ul a:visited {
	color:#ed1f24;
	height:18px;
	width:287px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#ffffff;
	background-color: #91a0c5;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#ffffff;
	background-color: #91a0c5;
}

/* 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;}

.dropLink{
	background-image: url(../images/dropMenu/bkg-dropMenu.gif);
}

.dropLink a:hover{
	background-image: url(../images/dropMenu/bkg-dropMenu-OVER.gif);
	background-color:#91a0c5;
}

.lastLink{
	background-image: url(../images/dropMenu/bkg-dropMenu-LAST.gif);
}
.lastLink a:hover{
	background-image: url(../images/dropMenu/bkg-dropMenu-LAST-OVER.gif);
	background-color:#91a0c5;
}
