.menutitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1edf5;
	color: #FFFFFF;
	font-size: 1px;
	margin-bottom: 5px;
	width: 130px;
}


/*-------------1st level--------------*/
#PrimaryNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}

#PrimaryNav li a {
	color: #333333;
	text-decoration: none;
	font-size: 80%;
	margin-bottom: 5px;
	display: block;
	width: 135px;
	
}
#PrimaryNav li .menustyle1 {
	color: #67226d;
	font-size: 80%;	
	
}
#PrimaryNav li .menustyle2 {
	color: #00a3e5;
	font-size: 80%;
		
	
}

#PrimaryNav li a:hover {
	text-decoration: underline;	
	
}
#PrimaryNav li {
}

#PrimaryNav .NavSelected    {
	font-weight: bold;
	
}
/*-------------2nd level--------------*/
#PrimaryNav ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}

#PrimaryNav ul li a {
	font-size: 70%;
	padding-left: 10px;
}
#PrimaryNav ul li a:hover {
}
/*-------------3rd level--------------*/
#PrimaryNav ul ul  {
	
}

#PrimaryNav ul ul li a {
	background-color: #CCCCCC;
	padding-left: 20px;
	color: #333333;
	height: auto;
	font-size: 70%;
	width: 110px
}
#PrimaryNav ul ul li a:hover {
	background-color: #999999;
	background-image: none;	
}
.parent MenuGrey {
}

#PrimaryNav li .MenuGrey {
	background-color: #CCCCCC;
	color: #000000;
	background-image: url(../images/MenuGreyBG.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#PrimaryNav li .MenuGrey:hover {
	background-color: #333333;
	background-image: none;
	color: #CCCCCC;
}

/*--4th Level------------*/
#PrimaryNav ul ul ul li a {
	background-color: #CCCCCC;
	padding-left: 20px;
	color: #333333;
	height: auto;
	font-size: 70%;
	width: 110px;
}
#PrimaryNav ul ul ul li a:hover {
	background-color: #999999;
	background-image: none;	
}


