#menu {
	visibility:hidden;
}

/* this is the main UL element*/
.dropdown{
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #444;
	font-size: 13px;
	width: 760px;
	font-family: Arial;
	z-index: 20000;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:4px;
 	cursor:pointer;
}

li.item {
	background: url(../images/generic/menu.gif) repeat-x;
	margin:0;
	padding:5px;
 	cursor:pointer;
	width: 120px;
	height: 14px;
	font-size: 13px;
}

li.long-item {
	background: url(../images/generic/menu.gif) repeat-x;
	margin:0;
	padding:5px;
 	cursor:pointer;
	width: 150px;
	height: 14px;
	font-size: 13px;
}


/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#00365B;
	width:100%;
}

.dropdown a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border-top:0;
	margin-left:-1px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:6px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-position:center right;
	padding:5px;
	width: 125px;
}
