a:link {
	text-decoration: none;
	font-family: "Arial";
	color: #000000;

}
.unnamed1 {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
a:visited {
	font-family: "Arial";
	text-decoration: none;
}
a:hover {
	font-family: "Arial";
	color: #084F9D;
	text-decoration: none;
}
a:active {
	font-family: "Arial";
	color: #084F9D;
	text-decoration: none;
}
.unnamed2 {
	font-family: "Arial";
	font-size: 16px;
}
.unnamed3 {
	font-family: "Arial";
	font-size: 14px;
	font-weight: bold;
}
.unnamed4 {
	font-family: "Arial";
	text-decoration: underline;
	font-size: 14px;
}



<style type="text/css">

#navbar {
	list-style: none;
	margin:0;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	width:768px;
	padding: 0;
}

#navbar ul {
	margin: 0;
	padding: 0;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #FFFFFF;
	float: left;
	text-align:center;
}

#navbar li {
	list-style:none;
	float: left;
}

#navbar li a {
	display: block;
	padding: 6px 14px 6px 14px;
	background-color: #084F9D;
	color: #FFF;
	text-decoration: none;	
}

#navbar ul ul li a {
    display: block;
    margin: 0;
    border-top: 1px solid #FFF;
	border-right: 1px solid #fff;
	border-left:1px solid #fff;
    color: #FFF;
}

#navbar a {
    color: #FFF;
    text-decoration: none;
}

#navbar a:hover {color: #FFF; background-color: #CCC;}

#navbar ul li {
	float:left;	
	position:relative;
}

#navbar ul ul {
    position: absolute;
    background-color: #084F9D;
    border-bottom: 1px solid #fff;
    font-size: 9pt;
    top: 100%;
    left: 0;
    width: 12em;
    display: none;
    z-index: 2;
    padding-left:0px;
    text-align: left;
}

#navbar ul ul ul {
    position: absolute;
    background-color: #084F9D;
    border-bottom: 1px solid #fff;
    font-size: 9pt;
    top: 0;
    left: 100%;
    width: 12em;
    display: none;
    z-index: 2;
    float: left;
    text-align: left;
}


#navbar ul li:hover ul{
	display:block;
}

#navbar ul li:hover ul ul {
	display:none;
}

#navbar ul ul li:hover ul{
	display: block;
}

#navbar li:hover li, #navbar li:hover li {
	float: none;
}

#navbar li a:hover {
	background-color: #06C;
}

#navbar ul li:hover, #navbar ul ul li:hover, #navbar ul ul ul li:hover { background-color: #CCC; }

#rightarrow a {
	background-image:url(pic/SpryMenuBarRightHover.gif);
	background-repeat:no-repeat;
	background-position:95% 50%;
}

</style>

