#menu_right ul{
	list-style-type: none;
    margin:0px 15px 0px 0px;
	padding:3px 0px 0px 0px;
}

#menu_right li{
	display:inline;
	margin-left:10px;
}
#menu_right li a{
    background-image: url(../images/bullet_menuh.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-size:11px;
        font-family:Arial;
	padding-left:10px;
	/*color:#545454;*/
            color:#002363;
	text-decoration:none;
         font-weight:bold;
           text-transform:uppercase;
        letter-spacing:0.5px;
}
#menu_right li a:hover{
	color:#002363;
	text-decoration:underline;
}
