ul.menu {
	list-style:none;
	margin:0;
	padding: 0;
}
ul.menu * {margin:0; padding:0}
ul.menu a {
	display:block;
	color:#666;
	text-decoration:none;
	font-weight: normal;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul.menu li {
	position:relative;
	float:left;
	margin-right:2px;
}
ul.menu ul {
	position:absolute;
	top:48px;
	left:0;
	display:none;
	opacity:0;
	list-style:none;
	background-color: #FFF;
}
ul.menu ul li {
	position:relative;
	width:130px;
	margin:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4E4E4;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
	line-height: 1.2em;
}
ul.menu ul li a {
	display:block;
	padding:3px 7px 5px;
	background-color:#FFF;
	line-height: 1.5em;
	font-style: italic;
}
ul.menu ul li a:hover {
	background-color:#F6F6F6;
	line-height: 1.5em;
}
ul.menu ul ul {
	left:100px;
	top:-1px
}
ul.menu .bar{
	font-weight:normal;
	padding-top: 5px;
	padding-bottom: 7px;
	position: relative;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 13px;
	height: 15px;
	color: #666;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.menu .menulink {
	font-weight:normal;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 7px;
	padding-left: 4px;
	height: 15px;
	position: relative;
	width: 64px;
	text-align: center;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 22px;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	background-color: #FFF;
}
ul.menu .sub {
	background:#d1d1d1 url(../images/arrow.gif) 136px 8px no-repeat;
}
ul.menu .topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
}
.straight {
	font-style: normal;
}
