#nav {
	height: 16px;
	width: 100%;
	color: #006699;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../images/nav_bar.gif);
	background-repeat: repeat-x;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#nav a {
	color: #336699;
	font-size: 11px;
	font-weight: normal;
}
#nav a:hover {
	color: #FFFFFF;
}

/* this is the main UL element*/
.dropdown{
	padding:0;
	list-style:none;
	margin: 0;
}

/* these are the inner menus*/
.dropdown ul{
	list-style:none;
	margin: 0;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* these are all the LIs in the menu*/
.dropdown li{
	
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #3C6A99;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.dropdown a {
	text-decoration:none;
	border: 1px none #CCCCCC;
	color: #006699;
	padding-right: 5px;
	padding-left: 5px;
}


.dropdown a:hover{
	text-decoration:none;
	border: 1px none #3C6A99;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	margin-left:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #006699;
	border-right-color: #3376AD;
	border-bottom-color: #FFFFFF;
	border-left-color: #006699;
	background-color: #CCCCCC;
	width: 150px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-top-width: 1px;
	height: 20px;
} 

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{

}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	background-image:url(../images/arrows.gif);
	background-position:right center;
	padding: 0px;
	background-color: #FFFFFF;
}
#navcontainer  li img       {
	list-style:none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -5;
	display: block;
	margin-top: -5px;
	padding: 0;
}

