/* CSS Document */


.indentmenu{
font: bold 13px Georgia;
width: 70%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: right;
width: 100%; /*width of menu*/
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float:right;
color: #6b6902; /*text color*/
padding: 5px 5px;
text-decoration: none;
border-right: 1px solid #6b6902; /*dark green divider between menu items*/
}



.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #FFFFFF!important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
}




 .jewelrynav{
font: bold 13px Georgia;
width: 100%; /*leave this value as is in most cases*/
}
.jewelrynav ul{
margin: 0;
padding: 0;
width: 210px; /*width of menu*/
}

.jewelrynav ul li{
list-style:none;
}

.jewelrynav ul li a{
float:left;
color: #6b6902; /*text color*/
padding: 5px 5px;
text-decoration: none;
}



.jewelrynav ul li a:hover, .indentmenu ul li .current{
color: #333333!important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
}

