/***** First Level Navigation *****/
#menu-page ul {
	position:relative;
	top:0;
	right:0;
	width:100%;
	float:right;
    list-style:none;
    margin:125px 0 0 0;
    padding:0;
}
#menu-page ul li {
	font-size:80%;
    width:100%;
    display:inline;
    text-align:right; }
#menu-page a {
	float:left;
	display:block;
	padding:0 12px 0 0;
	margin:0 0 0 12px;
	background-image:url(../images/bullet-page.jpg);
	background-repeat:no-repeat;
	background-position:100% 0;
    color:#ffffff;
    text-decoration:none;
    text-align:left;
    text-transform:uppercase;
}
#menu-page a:hover { text-decoration:underline; }
#menu-page a.menu_item_selected {
    color:#ffffff;
    text-decoration:underline;
}
li.menu_last_item a { border-right:0; }



/***** Second Level (Left) Navigation *****/
ul#menu li.menu_level_2 {
    list-style: disk outside;
    color:#ffffff;
    padding:3px 0;
    margin:0;
}
ul#menu li.menu_level_2 a {
    font-size:100%;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
ul#menu li.menu_level_2 a:hover {
    font-size:100%;
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline;
}
ul#menu li.menu_level_2 a.menu_item_selected {
    color:#ffffff;
    text-decoration:underline;
}