

#menu * {
	
}


#menu{
text-transform:uppercase;
margin:0;
	border:none;
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 5;

}





#menu a{
	text-decoration:none;
	display:inline;
	white-space:normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #E4E4E4;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	/*	line-height: 25px;  */
	font-weight: bold;
	color: #666666;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
}

#menu a:visited{
color:#666666;
}

#menu a:hover{
	color:#8A002D;
	background-color: #F0F0F0;
}

#menu a:active{
color:#333333;
background:#ccc;
}


