/* NAV-LEVEL 1*/ 

#navItemLevel1{
	width: 184px;
	padding:2px 0 2px 0;
/*	border-top: 1px dotted #919190; 
	border-right: 1px dotted #919190; */
	
/*	background-color: #DBDBFF;  */
}

.mainNavLevel1{
	font-size: 75%;
	line-height:160%;
	color: #000000;
	text-decoration:none;
	vertical-align:middle; 
	font-weight:bold;

	padding-left:20px;
	background-image: url(../images/icons/icon_arrow_ocker.gif);
	background-position: 6px 50%;
	background-repeat: no-repeat;
}

.mainNavLevel1:hover{
	color: #AA0404;

	padding-left:20px;
	background-image: url(../images/icons/icon_arrow_red.gif);
	background-position: 6px 50%;
	background-repeat: no-repeat;
}

.mainNavLevel1Active{
	font-size: 75%;
	line-height:160%;
	color: #AA0404;
	text-decoration:none;
	vertical-align:middle; 
	font-weight:bold;

	padding-left:20px;
	background-image: url(../images/icons/icon_arrow_red.gif);
	background-position: 6px 50%;
	background-repeat: no-repeat;
}

/* NAV-LEVEL 2*/ 

#navItemLevel2{
	margin-left:5px;

	width:164px;
/*	border-right: 1px dotted #919190; */
	
/*	background-color: #DBDBFF;  */
}

.mainNavLevel2{
	font-size: 75%;
	line-height:160%;
	color: #5F5D5C;
	text-decoration:none;
	vertical-align:middle; 
	font-weight:normal;

	padding-left:14px;
}

.mainNavLevel2:hover{
	color: #AA0404;

	padding-left:14px;
	background-image: url(../images/icons/icon_arrow_red.gif);
	background-position: 1px 2px;
	background-repeat: no-repeat;
}

.mainNavLevel2Active{
	font-size: 75%;
	line-height:160%;
	color: #AA0404;
	text-decoration:none;
	vertical-align:middle; 
/*	font-weight:bold;  */

	padding-left:14px;
	background-image: url(../images/icons/icon_arrow_red.gif);
	background-position: 1px 2px;
	background-repeat: no-repeat;
}

/* NAV-LEVEL 3*/ 

#navItemLevel3{
	margin-left:36px;

	width:148px;
/*	border-right: 1px dotted #919190; */
	
	overflow:hidden;
}

.mainNavLevel3{
	font-size: 75%;
	line-height:160%;
	color: #5F5D5C;
	text-decoration:none;
	vertical-align:middle;
	font-weight:normal;

	padding-left:12px;
}

.mainNavLevel3:hover{
	color: #AA0404;

	padding-left:12px;
	background-image: url(../images/icons/icon_arrow_red.gif);
	background-position: 1px 2px;
	background-repeat: no-repeat;
}

.mainNavLevel3Active{
	font-size: 75%;
	line-height:160%;
	color: #AA0404;
	text-decoration:none;
	vertical-align:middle; 
	font-weight:normal;

	padding-left:12px;
	background-image: url(../images/icons/icon_arrow_red.gif);
	background-position: 1px 2px;
	background-repeat: no-repeat;
}

.svcNav{
	font-size: 75%;
	margin: 0 10px 0 0;
	color: #5F5D5C;
	text-decoration:none;
}

.svcNav:hover{
	color: #AA0404;
	text-decoration:underline;
}

.svcNavActive{
	font-size: 75%;
	margin: 0 10px 0 0;
	color: #AA0404;
	text-decoration:underline;
}
