.subnavHR
{
	border-top: 0px;
	background-color: #CCCFD1;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.subnavMarginHR
{
	border-top: 0px;
	background-color: #CCCFD1;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* START SUBNAV STYLES */

.subNavUp
{
	background: #DEEEF3 url(../images/common/bg_subnav_light.gif) repeat-x top left;
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 0px;	
	background-color: #C4DFE9;
	border-top: 1px solid #CC3366;
	border-bottom: 1px solid #8CAFBE;
}

.subNavOver
{
	background: #DEEEF3 url(../images/common/bg_subnav_very_light.gif) repeat-x top left;
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 0px;	
	background-color: #C4DFE9;
	border-top: 1px solid #CC3366;
	border-bottom: 1px solid #8CAFBE;
}

.subNavCurrentChild
{
	background: #DEEEF3 url(../images/common/bg_subnav_very_light.gif) repeat-x top left;
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 0px;	
	background-color: #C4DFE9;
	border-top: 1px solid #CC3366;
	border-bottom: 1px solid #8CAFBE;
}

.subNavCurrentParent
{
	background: url(../images/common/bg_subnavSelectedParent.gif);
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 0px;	
	background-color: #C4DFE9;
	border-top: 1px solid #CC3366;
	border-bottom: 1px solid #8CAFBE;
}

.subNavSelected
{
	background: #CCDDE4 url(../images/common/bg_subnav_dark.gif) repeat-x top left;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom: 1px solid #8CAFBE;
	padding: 10px;
}

.subNavMargin
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.subNavSep
{
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.subNavInvisibleSep
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 1px;
	height: 1px;
}

.subNavGrayArrow
{
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 0px;
}

.subNavBlueArrow
{
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 0px;
}

.subnavCurrentParentLink
{
	font-family: 'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 16px;
	line-height: 1.4; 
	font-weight: bold; 
	color: #CC3366;
	text-decoration: none;
}
a:link.subnavCurrentParentLink
{  
	font-family: 'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	line-height: 1.4; 
	font-weight: bold; 
	color: #CC3366;
	text-decoration: none;
}
a:visited.subnavCurrentParentLink
{  
	font-family: 'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	line-height: 1.4; 
	font-weight: bold; 
	color: #CC3366;
	text-decoration: none;
}
a:hover.subnavCurrentParentLink
{  
	font-family: 'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 16px;
	line-height: 1.4; 
	font-weight: bold; 
	color: #CC3366;
	text-decoration: underline;
}
a:active.subnavCurrentParentLink
{  
	font-family: 'Lucida Grande', Verdana,Helvetica, Arial, sans-serif; 
	font-size: 16px;
	line-height: 1.4; 
	font-weight: bold; 
	color: #CC3366;
	text-decoration: none;
}

/* END SUBNAV STYLES */

