		.menu ul{
		margin:auto 0;
		height: 25px;
		list-style: none;
		}
		.menu li{
		float: left;
		}
		.menu a{
		text-decoration:none;
		text-align: center;
		line-height: 25px;
		padding:5px 20px 0 0;
		color: #9f968d;
		font-size:11px;
		} 
		.menu  a:hover{
		font-weight: bold;
		} 
		








/*#menu{
padding:0;
margin:0;
}
#menu ul{
padding:0;
position: relative;
display: block;
}
#menu li{
position: relative;
float: left;
list-style: none;
margin: 0;
padding:3px 13px;
} 
#menu li a{
height: 25px;
display: block;
text-decoration:none;
text-align: center;
line-height: 30px;
color: #9f968d;
} 
#menu li a:hover{
   font-weight: bold;	
} 
#menu ul ul{
position: absolute;
width:230px;
top: 30px; 
visibility: hidden;
z-index:30009;
left:0;
} 
/*#menu ul li:hover ul{
visibility:visible;
color: #9f968d;
z-index:30009;
} 
#menu ul li:hover ul{
		visibility:visible;
		z-index:2;
}
#menu li li a{
		width: 99px;
		height: 20px;
		line-height: 20px;
		background: transparent;
		border-right: 1px solid black;
		}
		#menu li li a:hover{
		background-color: #444444;
		}*/

/*#menu ul li:hover ul li{
height:20px;
width: 150px;
color: #9f968d;
text-align:left;
padding:0px;
background-color: #ebe7e4;
padding:5px;
z-index:30009;
} */

/* this is the main UL element*/
/*.dropdown{
	display:none;
	margin:0;
	padding:0;*/
	/*border-bottom:1px solid #444;*/
	/*list-style: none;
	display:inline;
}
.dropdown ul{
	list-style: none;*/
	/*background-color: #f3f1f0;*/
/*	margin: 0;*/
	/*height: 11px;*/
/*	padding: 5px 0;
	border-bottom: 1px solid #cfd0d2;
}
.dropdown li{
	display: inline;
	width: 100px;
	margin: auto;
	color:#929095;
}
.dropdown a{
	color:#929095;
	text-decoration: none;
	margin: 2px 10px 3px 10px;
}
.dropdown a:hover{
	color:#929095;
	text-decoration: none;
	margin: 2px 5px 3px 5px;
	font-weight: bold;
}*/
/* 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:5px;
	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;
	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-down{*/
	/*background:#000 url('expand_down.gif') center left no-repeat;
	padding-left:20px;
	
}*/

/* these are the LIs that contains a submenu and which are in a sub-menu themselve
.dropdown li.submenu-left{*/
	/*background:#000 url('expand_right.gif') center right no-repeat;
	padding-right:20px;
	}*/