/* CSS Document */
	dl, dt, dd, ul, li {
		margin: 0;
		padding: 0;
		color:white;
		list-style-type: none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		}

	#menu {
		position: relative;
		left: -1px;
		}

	dl#menu {
		width: 130px;
		}
	dl#menu dt {
		cursor: pointer;
		margin: 2px 0;;
		height: 20px;
		line-height: 20px;
		text-align: center;
		font-weight: bold;
		border: 1px #586FA3;
		background: #586FA3;
		}

	dl#menu dd {
		border: #586FA3;
		}

	dl#menu li {
		text-align: center;
		background: #999999;
		color:#586FA3;
		font-weight:bold;
		}

	dl#menu li a, dl#menu dt a {
		color: white;
		text-decoration: none;
		display: block;
		border: 0 none;
		height: 100%;
		}
	
	dl#menu li a:hover, dl#menu dt a:hover{
		background: #eee;
		color:#586FA3;
		}
