/***** MAIN MENU *****/


/***** PAGE MAIN MENU *****/

#menu-page ul{
    position:relative;
    top:0;
    right:0;
    width:100%;
    float:left;
    list-style:none;
    margin:0px 0 0 0;
    padding:0;
}
#menu-page ul li {
    font-size:70%;
    width:100%;
    display:inline;
    text-align:right;
}
#menu-page a {
    float:left;
    display:block;
    padding:0 0px 0 0;
    margin:0 0 0px 0px;
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:100% 0;
    /*color:#ffffff;*/
    text-decoration:none;
    text-transform:uppercase;
}
#menu-page a:hover {
    color:#4f4236;
}
#menu-page a.menu_item_selected {
    color:#4f4236;
}
#menu-page ul li.menu_level_2 { }
#menu-page ul li.menu_level_2 a {
	padding:0 20px 0 0;
	margin:0 0 0 40px;
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	background-position:100% 0;
}

/***** LEFT SIDE MENU *****/
ul.menu_level_3 {
list-style-type:none;
padding:0;
margin:0px;
}
li.menu_level_3 {
background-image:url(../images/bullet.png);
background-repeat:no-repeat;
background-position:0px 7px;
padding:0px 0px 7px 14px;
}

ul.menu_level_4 {
list-style-type:none;
padding:0;
margin:10px;
}
li.menu_level_4 {
background-image:url(../images/white_bullet.png);
background-repeat:no-repeat;
background-position:0px 7px;
padding-left:14px;
}

ul.menu_level_5 {
list-style-type:none;
padding:0;
margin:5px;
font-size:80%;
}
li.menu_level_5 {
background-image:url(../images/white_bullet.png);
background-repeat:no-repeat;
background-position:0px 7px;
padding-left:14px;
}

#left_nav a.menu_item_selected { text-decoration:underline; }
