
	
/* styles for navigation link*/
	

div.nav {
	background : #E7E3B8;
	border : 1px solid Black;
	padding : 4px 4px 4px 4px;
	width : 150px;
}
div.overcolor {
	background : #E7E3B8;
}
div.subMenu {
	background : white;
		padding : 2px 2px 2px 2px;
	width : 100%;
		border-bottom : 1px solid #3A2F10;
		border-left : 1px solid #3A2F10;
		border-right : 1px solid #3A2F10;
}

.menu  {	
    font-weight : bold;
	color : #312617;
	background : #D0AF56;
	padding : 2px 2px 2px 2px;
	border-left : 1px solid #3A2F10;
	border-right : 1px solid #3A2F10;
	border-bottom : 1px solid #3A2F10;
	}
	#menutop {	
	border-top : 1px solid #3A2F10;
	}
a.menu:LINK {
	text-decoration : none;
	background : #D0AF56;
	}
a.menu:HOVER {
	color : Red;
	background : #E9E5BE;
	text-decoration : none;
}
a.menu:ACTIVE {
	color : #312617;
	text-decoration : none;
}
a.menu:VISITED {
	color : #312617;
	font-weight : bold;
	text-decoration : none;
}
a.menu:VISITED:HOVER{
	color : red;
	text-decoration : none;
}

a.sub:LINK{
	text-decoration : none;
	font-weight : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #312617;
}
a.sub:HOVER{
	color : Red;
	text-decoration : none;
	font-weight : normal;
}
a.sub:ACTIVE{
	color : #312617;
	text-decoration : none;
	font-weight : normal;
	}
a.sub:VISITED{
	color : #312617;
	text-decoration : none;
	font-weight : normal;
}
a.sub:VISITED:HOVER{
	color : Red;
	text-decoration : none;
}