#menu{
			margin:0px;
			width:944px;
			height:36px;
			position:relative;
			overflow:visible;
			color:#aaa;
			padding:0 0 0 0px;
			padding-left:20px;
			border:0px solid #888;
			background: #fff url(../img/blue_long.jpg) center left no-repeat;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 36px;
	white-space:nowrap;
}
/* this is the main UL element*/
.dropdown{
	display: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
/*	border-bottom: 1px solid #444;*/
}

/* these are the inner menus*/
.dropdown ul{
	margin: 9px 0px 0px 0px;
	padding: 0; /*	border-top:1px solid #444;*/
	list-style: none;
	height: 26px;
	line-height: 26px;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin: 0;
	padding: 0px 15px 0px 15px;
	width: auto; /*	background-color:#000;*/
	cursor: pointer;
	text-align: center;
	height:26px;
	opacity:0.90;
}

/* 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:#2f4284;
	width:100%;
}

.dropdown a:hover{
	text-decoration: none;
	color: #d62f0f;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
/*	border: 1px solid #444;*/
	border-top: 0;
	margin-left: -1px;
	background-color: #A6CCF3;
	text-align: left;
	font-size: 13px;
}
/* Only for the submenu background*/
.dropdown ul ul li:hover{
/*	border:1px solid #444;*/
	border-top:0;
	margin-left:-1px;
}
.dropdown li li{
	background-color:#A6CCF3;
	color:#2D407D;
	width:120px;
}
.dropdown li li:hover{
	background-color:#599DF5;
	color:white;
	width:120px;
}
.dropdown li li a:hover{
	color:white;
}
/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
/*	background:#000 url('expand_down.gif') center left no-repeat;*/
	padding-left:20px;
	width:auto;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	background:#A6CCF3 url('expand_right.gif') center right no-repeat;
	padding-right:15px;
	width:105;
}