#menu {
	width: 890px; height: 54px; position: absolute; top: 99px; left: -45px; z-index: 100; float: left; display: block; padding: 0; margin: 0;
}

/* this is the main UL element*/
.dropdown{
	position: relative;
	visibility:hidden;
	margin:0;
	padding: 0px 0px 0px 47px;
	list-style:none;
	float: left;
	background-image: none;
	z-index: 100;
}

.dropdown li a.top{position: relative; margin: 0px; line-height: 54px; height: 54px; display: block; color: #FFFFFF; text-decoration: none; text-align: center; float: left; background: url(../images/menu_bg.jpg); background-repeat: repeat-x;}

.dropdown li a:hover.top{ background: url(../images/menu_bg_hover.jpg); background-repeat: repeat-x;}

/* these are the inner menus*/
.dropdown ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
}

/* these are all the LIs in the menu*/
.dropdown li{
	text-align: center;
	color: #FFFFFF;
	margin:0px;
	padding:0px;
	background-color: none;
	cursor:pointer;
	height: 54px;
	line-height: 54px;
	background-image: url(../images/dropmenu_bg.png);
}

.dropdown li.twoline{
	text-align: center;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background-color: none;
	cursor:pointer;
	height: 60px;
	line-height: 25px;
	background-image: url(../images/dropmenu_bg.png);
}

/* 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:#FFFFFF;
}

.dropdown a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border: none;
	width: 200px;
	display: block;
	border-bottom: 1px solid #999999;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	background-image:url('expand_down.gif');
	background-position:center left;
	background-repeat: repeat-y;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	text-align: center;
	color: #FFFFFF;
	margin:0px;
	padding:0px;
	background-color: none;
	cursor:pointer;
	height: 54px;
	line-height: 54px;
	background-image: url(../images/dropmenu_bg.png);

}

#menu li img{
	position: relative;
	float: left;
}
