﻿.subItem
{
	width:195px;
	height:14px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	line-height:11px;
	padding:3px 15px 0px 15px;
	background-image:url(/images/n2-bkgd-1x.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	margin:0px;
}


.subItemHover
{
	width:195px;
	height:14px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#00403a;
	line-height:11px;
	padding:3px 15px 0px 15px;
	background-image:url(/images/n2-bkgd-1x-over.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	margin:0px;
}

.menuGroup
{
	border:0px;
	outline:none;
	}

.drop
{
	cursor:pointer;
	/*background-color:#d99100;
	border-right:solid 1px #fff;*/
}

.subItemTop, .subItemBottom
{
	width:225px;
	height:2px;
	background-image:url(/images/n2-bkgd-top-bottom.gif);
	background-repeat:no-repeat;
}

.subDivider
{
	width:225px;
	height:1px;
	background-image:url(/images/n2-divider.gif);
	background-repeat:no-repeat;
}

.hidden
{
	display:none;
}
