@charset "utf-8";
/* CSS Document */

#menus{ list-style:none; }
#menus li a { text-decoration:none; }
li.bulleted{ text-align:right; margin:10px; width:170px; }
      li.bulleted a{ background:url(../images/bullet-grey-small.jpg) right no-repeat; padding-right:20px;
	                  color:#bea169; }
	  li.bulleted a:hover{ color:#fff; background:url(../images/bullet-white-large-on.gif) right no-repeat; }
li.on{ text-align:right; margin:10px; width:170px; }
      li.on a { color:#bea169; font-size:22px; font-weight:bold; padding-right:20px;
	                       background:url(../images/bullet-white-large.gif) right no-repeat; }
	  li.on a:hover{ color:#fff; font-size:22px; font-weight:bold; padding-right:20px;
	                       background:url(../images/bullet-white-large-on.gif) right no-repeat; }