/* this is the main UL element*/
#main{
			margin:0;
			xwidth:790px;
			xwidth:800px;
			font-size:55%;
			text-transform:uppercase;
			position:relative;
			xoverflow:auto;
			color:#fff;
			padding-left:10px;
			xmargin-left:10px;
			border:1px solid #fff;
		
			background-repeat:repeat-y;
			height:32px;
		}

.dropdown{
	display:none;
	margin:0;
	padding:0 0 0 0px;
	list-style:none;
	xborder-bottom:1px solid #fff;
	xmargin-left:16px;
	
	
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:1px solid #fff;
	list-style:none;
	
	
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	xwidth:97px;
	cursor:pointer;
	xbackground-color:#003B64;
	text-align:left;
	background:url(../css/expand_right.gif) left no-repeat #003B64;
	height:10px;

}



/* 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;
	width:100%;
	padding-left:16px;
}

.dropdown a:hover{
	
	color:#F60;
	
	
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #fff;
	border-top:0;
	margin-left:-1px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	background:#000;
	xpadding-left:20px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	xbackground:#000;
	xpadding-left:5px;background-color:#003B64;
	
}