﻿dl.menu
{
	margin:30px 0 0 0;
	padding:0;
	font-size:11px;
	width:210px;
}
dl.menu dt
{
	cursor: pointer;
	margin: 0;
	height: 23px;
	line-height: 20px;
	text-align: left;
	text-indent:16px;
	border-bottom: 1px dotted #a7a7a7;
	background: #fff;
}
dl.menu dd
{
	font: 10px verdana, arial, sans-serif;
	margin-top:2px;
	line-height: 14px;
	border: 1px solid #d8d8d8;
}
dl.menu dd ul
{
	list-style-type: none;
}
dl.menu dd ul li
{
	text-align: left;
	text-indent:16px;
	background: #fff;
	margin:0;
}
dl.menu dt a
{
	color:#000;
	text-decoration:none;
	font-weight:normal;
	display:block;
	border:0 none;
	height:100%;
	background:url(../images/off.gif);
	background-repeat:no-repeat; 
}
dl.menu dd ul li a
{
	color: #000;
	text-decoration:none;
	font-weight:normal;
	display: block;
	border: 0 none;
	height: 100%;
}

dl.menu dt a:active
{
	background:url(../images/menu_active.gif);
	background-repeat:no-repeat; 
}

dl.menu dd ul li a:hover,
dl.menu dt.active,
dl.menu dt.active a
{
	background: #eee;
}

dl.menu dt a:hover
{
	background: #eee url(../images/hover.gif);
	background-repeat:no-repeat; 
}

.activelink
{
	background:url(../images/menu_active.gif);
	background-repeat:no-repeat; 
}

dl.menu dd ul li a.activesublink
{
	font-weight:bold;
}