/* 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;
    display:               block;
	text-decoration:       none;
	vertical-align:        middle;
	font-weight:           bold;
	padding-left:          20px;
	background-image:      url('/images/icons/icon_arrow_off.gif');
	background-position:   6px 5px;
	background-repeat:     no-repeat;
}

.mainNavLevel1:hover {
	color:                 #cfaa13;
	padding-left:          20px;
/*	background-image:      url('/images/icons/icon_arrow_on.gif'); */
    background-position:   6px 5px;
	background-repeat:     no-repeat;
}

.mainNavLevel1Active {
	font-size:             75%;
	line-height:           160%;
	color:                 #cfaa13;
	text-decoration:       none;
	vertical-align:        middle;
	font-weight:           bold;
	padding-left:          20px;
/*	background-image:      url('/images/icons/icon_arrow_on.gif'); */
	background-image:      url('/images/icons/icon_arrow_off.gif');
	background-position:   6px 2px;
	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;
    display:               block;
    text-decoration:       none;
	vertical-align:        middle;
	font-weight:           normal;
	padding-left:          14px;
}

.mainNavLevel2:hover{
	color:                 #cfaa13;
	padding-left:          14px;
/*	background-image:      url(../images/icons/icon_arrow_on.gif); */
	background-position:   1px 5px;
	background-repeat:     no-repeat;
}

.mainNavLevel2Active{
	font-size:             75%;
	line-height:           160%;
	color:                 #cfaa13;
    display:               block;
	text-decoration:       none;
	vertical-align:        middle;
	padding-left:          14px;
/*	background-image:      url(../images/icons/icon_arrow_on.gif); */
	background-position:   1px 5px;
	background-repeat:     no-repeat;
}

/* NAV-LEVEL 3*/

#navItemLevel3{
	margin-left:           36px;
	width:                 148px;
	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: #cfaa13;

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

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

	padding-left:12px;
/*	background-image: url(../images/icons/icon_arrow_on.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: #cfaa13;
	text-decoration:underline;
}

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