#menu {

}
#menu div.top1 {
background-image: url(../images/bg.jpg);
background-repeat: no-repeat;
width: 165px;
text-align: center;
}
#menu div.top {
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: dashed none none none;
	height: auto;
	font-family: Arial "Trebuchet MS", Verdana, sans-serif; 
	text-transform: uppercase;
}
#menu div.section {
    position: absolute;
    display: inline;
    z-index: -1;
}
#menu div.box {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-color: #666666;
	border-width: 1px;
	border-style: none none none none;
	position: relative;
	visibility: hidden;
	left: 250px;
	top: -20px;
	background-image: url(../images/bg_new-copy.gif);
	width: ;
	background-repeat: repeat;
	font-family: Arial "Trebuchet MS", Verdana, sans-serif; 
	text-transform: uppercase;
}
#menu a {
    font-family: Tahoma;
    font-size:11px;
    font-weight: none;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;

}
#menu a:hover {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: none;
    color: #cccccc;
    text-decoration: none;
    white-space: nowrap;

}
