
.menu
{
    width: 180px;
	margin-bottom: 3px;
	cursor: hand;
	
}

.option
{
	width: 180px;
	margin-bottom: 3px;
	cursor: hand;
}

.optionhere
{
	width: 180px;
	margin-bottom: 3px;
	cursor: hand;
}

.option a
{
	color: #467492; /*#999966;*/
	padding: 0px 0px 0px 10px;
	background-image: url(/commoncode/menu/a_sm_off.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	text-decoration: none;
	font-weight: bold;
	display:block;
}

.optionhere a
{
	color: #F39900; /*#cc6600;*/
	padding: 0px 0px 0px 10px;
	background-image: url(/commoncode/menu/a_sm_on.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	text-decoration: none;
	font-weight: bold;
	display:block;
}

.option a:hover
{
	background-image: url(/commoncode/menu/a_sm_on.gif);
	color: #467492; /*#666600;*/
	text-decoration: none;
	font-weight: bold;
	background-position:2px 6px;
}

.optionhere a:hover
{
	background-position:2px 6px;
}

.menu a
{
	color: #719684; /*#999966;*/
	padding: 0px 0px 0px 10px;
	background-image: url(/commoncode/menu/a_sm_off_dn.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	text-decoration: none;
	font-weight: bold; 
	display:block;
}

.menu a:hover
{
	background-image: url(/commoncode/menu/a_sm_on_dn.gif);
	color: #467492; /*#666600;*/
	text-decoration: none;
	font-weight: bold;
	background-position:0px 6px;
}

.options
{
	width:180px;
}

.options .option a
{
	padding: 0px 0px 0px 20px;
	background-position:10px 6px;
}

.options .option a:hover
{
	background-position:12px 6px;
}

.options .optionhere a
{
	padding: 0px 0px 0px 20px;
	background-position:10px 6px;
}

.options .optionhere a:hover
{
	background-position:12px 6px;
}

.options .options
{
	padding: 0px 0px 0px 20px;
}

