/* this is the main UL element*/
.dropdown{
	font-size: 11pt;
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
}

/* 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: 7px 15px;
	cursor:pointer;
}

/* 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:#fff;
}

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

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

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	background-image:url('../img/expand_down.gif');
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:20px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url('expand_right.gif');
	background-position:center right;
	padding:5px;
}

#menu-container .drop, #menu-container .drop2, #menu-container .drop3, #menu-container .drop4 {
	background-color: #7EA4A5;
	border-top: 1px solid #719A9B;
	border-left: 1px solid #719A9B;
	border-right: 1px solid #719A9B;
}

#menu-container .drop li {
	width: 190px;
	padding: 10px;
	border-bottom: 1px solid #719A9B;
	font-size: 9pt;
}

#menu-container .drop2 li {
	width: 200px;
	padding: 10px;
	border-bottom: 1px solid #719A9B;
	font-size: 9pt;
}

#menu-container .drop3 li {
	width: 180px;
	padding: 10px;
	border-bottom: 1px solid #719A9B;
	font-size: 9pt;
}

#menu-container .drop4 li {
	width: 210px;
	padding: 10px;
	border-bottom: 1px solid #719A9B;
	font-size: 9pt;
}