.menustyle{
width: 780px;
float:left; 
font:normal small arial;
}


.menustyle ul{
	width: 100%; 
	height:26px;
	padding: 10px 0px 0px 0px;
	margin: 0;
	text-align: left; 
	background-image:url(../images/menu.gif);
	background-repeat: repeat;
	background-position: center center;
}

.menustyle ul li{
display: inline;
}

.menustyle ul li a{
color: #ffffff;
padding: 4px 7px;
text-align:center;
margin-right: 4px;
margin-left: 4px;
text-decoration: none;
}

.menustyle ul li a:hover{
	color:#999999;
	text-decoration:underline;
}

.menustyle ul li a[rel]:after{ 
content: " ";

}

.dropmenudiv{
	position:absolute;
	margin-top:5px;
	top: 2px;
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	font:normal small arial;
	line-height:18px;
	z-index:100;
	background-color: #666666;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
padding: 2px;
text-indent: 3px;
border-bottom: 1px solid #BBB;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
}

* html .dropmenudiv a{ 
width: 100%;
}

.dropmenudiv a:hover{ 
	background-color: #666666;
	color: #999999;
	text-decoration:underline;
}
