/* mod_dropdownmenu */

#mod_subnav {
	background-color:#F4F4F4;
	border-right:1px solid white;
	float:left;
	font-family:Helvetica,Arial,sans-serif;
	height:335px;
	text-transform:uppercase;
	width:186px;
}

#mod_subnav #subnav_arrow {
	background:transparent url(/images/arrow_red.gif) no-repeat;
	height:7px;
	margin-left:170px;
	position:absolute;
	top:15px;
	width:6px;
}

#mod_subnav h3 {
	font-size:13px;
	line-height:27px;
	background-color:#f4f4f4;
	padding-left:8px;
	padding-bottom:0;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #eaeaea;
}

#mod_subnav .subnavitem {
	width:186px;
	background-color:#f4f4f4;
	border-bottom:1px solid #eaeaea;
}

#mod_subnav .subnavitem a {
	font-size:11px;
	line-height:17px;
	color:#a2a2a2;
}

#mod_subnav a.active {
	color:#AF2A39;
}


