@charset "utf-8";
/* CSS Document */

#menu {
	position:absolute;
	top: 1px;
	z-index:100;
	width: auto;
	list-style-type: none;
	
}

#menu dl {
float: left;
width:120px;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #E3E3F8;
border: solid 1px #340066;
/*padding:1px 1px 1px 1px;
*/}
#menu dd {
border: solid 1px #340066;
}
#menu li {
text-align: center;
background: #E3E3F8;
}

#menu li a, #menu dt a {
color: #340066;
text-decoration: none;
display: block;
height: 100%;

}


#menu li a:hover, #menu dt a:hover {
background: pink;
/*
background: #105EDC;
background: #0081ff;
color: #fff;*/

}

#menu .chosen 
{
background: pink;
/*
background: #105EDC;
background: #0081ff;
color: #fff;*/
}
a {text-decoration: none;
color: #340066;
color: #340066;
}
