﻿.DefaultMenu2
{
    font-family: FranklinGothicBook, Arial;
	font-size:12.5px;
	letter-spacing:1.5px;

    position:relative;
    z-index:10000;
    padding:4px 0px 4px 0px;
    margin:0px 0px 0px 0px;
    height:24px;
    background-color:#424242;
    text-align:center;
    vertical-align:middle;
	display: inline-block
}
.DefaultMenu2 .sf-menu {
	margin-bottom: 0px;
    text-align:center;
    min-width:370px;
	border-left:1px solid #999999;
}
.DefaultMenu2 .sf-menu a
{
	color: #CCCCCC;  /* MAIN FONT COLOR DGM HERE */
	font-weight: normal;
	padding: 3px 15px 3px 15px;
	text-transform:uppercase;

}
.DefaultMenu2 .sf-menu a {
	border: none; /* fallback colour must use full shorthand */
	border-right:1px solid #999999;
}
.DefaultMenu2 .sf-menu li {
	background: #424242;  /* MAIN BACKGROUND DGM HERE */
	white-space: no-wrap; /* no need for Supersubs plugin */
	/*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	min-width:85px;
}
.DefaultMenu2 .sf-menu ul {
	border: none;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,.4); */
	/*min-width: 100px; /* allow long menu items to determine submenu width */
	/*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.DefaultMenu2 .sf-menu ul li {
	background: #424242; /* DROPDOWN BACKGROUND DGM HERE */
	/*text-shadow: 1px 1px 1px rgba(0,0,0,.4); */
	z-index:1020;
    height:28px;
}
.DefaultMenu2 .sf-menu ul li a {
	border: none;
	border-top: 1px solid #999999;
	padding-top:4px;
	text-transform:none;
	text-align:left;
}
.DefaultMenu2 .sf-menu ul ul li {
	background: #424242;  /* 3rd level DROPDOWN BACKGROUND DGM HERE */
	/*text-shadow: 1px 1px 1px rgba(0,0,0,.4); */
}
.DefaultMenu2 .sf-menu li:hover,
.DefaultMenu2 .sf-menu li.sfHover {
	background: #666666 ;  /* HOVER BACKGROUND DGM HERE */
	color:White;
}

.DefaultMenu2 .sf-menu li.current
{
	background-color: #666666;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 1010;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 0px;
}
.sf-menu ul {
	/*box-shadow: 2px 2px 2px rgba(0,0,0,.2);*/
	min-width: 12em; /* allow long menu items to determine submenu width */
	/*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(255,255,255,.5);
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: White;  /* MAIN FONT COLOR DGM HERE */
	font-weight: bold;
}
.sf-menu li {
	background: #7b735c;  /* MAIN BACKGROUND DGM HERE */
	white-space: nowrap; /* no need for Supersubs plugin */
	/*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #036653; /* DROPDOWN BACKGROUND DGM HERE */
}
.sf-menu ul ul li {
	background: #034633;  /* 3rd level DROPDOWN BACKGROUND DGM HERE */
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #7b735c;  /* HOVER BACKGROUND DGM HERE */
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	/*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	display:none;
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 7px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(42,42,42,0.8);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}





/* MENUS NAVBAR  */

/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	background: #BDD2FF;
	position: relative;
	margin-bottom: 5em;
}
/* provide background colour for submenu strip */
/* you should just set the menu's container bg colour rather than use pseudo-elements */
.sf-navbar:before {
	content: '';
	position: absolute;
	left: 0;
	z-index: -1;
	background-color: #BDD2FF;
	height: 200%;
	width: 100%;
}
.sf-navbar ul {
	box-shadow: none;
}
.sf-navbar li {
	background: #AABDE6;
	position: static;
}
.sf-navbar > li > a,
.sf-navbar > li > ul > li > a {
	border: none;
}
.sf-navbar > li > ul {
	min-width: 36em; /* set this to whatever suits your design */
}
.sf-navbar ul li {
	background: #BDD2FF;
	position: relative;
}
.sf-navbar ul ul {
	left: 0;
	top: 100%;
}
.sf-navbar ul ul li {
	width: 100%;
}
.sf-navbar > li > ul > li {
	float: left;
}
.sf-navbar li.current {
	background: #BDD2FF;
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar ul li.current {
	background: #BDD2FF;
}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
.sf-navbar ul ul li {
	background: #D1DFFF;
}
.sf-navbar ul ul li:hover,
.sf-navbar ul ul li.sfHover,
.sf-navbar ul ul li.current {
	background: #E6EEFF;
}
.sf-navbar ul li.current > a {
	font-weight: bold;
}

/*** point all arrows down ***/
.sf-arrows.sf-navbar ul .sf-with-ul:after {
	margin-top: -3px;
	margin-right: 0;
	border-color: transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}

.sf-arrows.sf-navbar ul > li > .sf-with-ul:focus:after,
.sf-arrows.sf-navbar ul > li:hover > .sf-with-ul:after,
.sf-arrows.sf-navbar ul > .sfHover > .sf-with-ul:after {
	border-color: transparent;
	border-top-color: white;
}







/* MENUS VERTICAL  */

/* adding sf-vertical class in addition to sf-menu creates a vertical menu */
/* eg. <ul class="sf-menu sf-vertical"> ... */
.sf-vertical {
  width: 12em;
  /* If you want the width of the closed menu to expand to its
  widest top-level menu item (like its "Supersubs" submenus do),
  replace the width rule above with the following two rules. */

  /*
  min-width: 12em;
  *width: 12em;
  */
}
.sf-vertical ul {
	left:	100%;
	top: 0;
}
.sf-vertical > li {
  float: none;
}
.sf-vertical li {
  width: 100%;
}

/*** alter arrow directions ***/
.sf-vertical.sf-arrows > li > .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255,255,255,.5);
}
.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
  border-left-color: white;
}








.HeaderRow
{
	width:100%;
	background-image:url(../../images/JewellerBannerBG.gif);
	background-repeat:repeat-y;
    text-align:center;
    padding:0px 0px 0px 0px;
}

.MainMenuStrip
{
	background-color:#424242;
	color:#CCCCCC;
	vertical-align:middle;
	text-align:center;
}

.MainMenu
{
  	position:relative;
  	z-index:999;
}
.MainMenu TD
{
	background-color:#424242;
  	position:relative;
  	z-index:999;
}

.StaticMenuItem
{
	height:21px;
  	white-space:nowrap;
   	margin:5px 0px 5px 0px;
}

.StaticMenuItem TD
{
/*	background-image:url(images/nav_background.jpg);
	background-repeat:repeat-x;
*/	background-color:#424242;
	vertical-align:middle;
    font-size:14px;
    text-transform:uppercase;
/*    border-right: #999999 1px solid;
    border-left: #999999 1px solid; */
    text-align:center;
/*    width:140px; */
    height:10px;
    padding:0px 14px 0px 14px;

  	position:relative;
  	z-index:999;
}

.StaticMenuItem a:link,
.StaticMenuItem a:active,
.StaticMenuItem a:hover,
.StaticMenuItem a:visited
{
    font-size:14px;
    font-family:FranklinGothicBook, Arial;
    color:#CCCCCC;
    font-weight:normal;
}


.StaticMenuItemOver
{
	height:21px;
  	white-space:nowrap;
}
.StaticMenuItemOver TD
{
/*	background-image:url(images/nav_background.jpg);
	background-repeat:repeat-x;
*/	background-color:#424242;
	vertical-align:middle;
    font-size:14px;
/*    border-right: #999999 1px solid;
    border-left: #999999 1px solid;*/
    text-transform:uppercase;
    text-align:center;
/*    width:140px; */
  	position:relative;
  	z-index:999;
}

.StaticMenuItemOver a:link,
.StaticMenuItemOver a:active,
.StaticMenuItemOver a:hover,
.StaticMenuItemOver a:visited
{
    font-size:14px;
    font-family:FranklinGothicBook, Arial;
    color:#FFFFFF;
    font-weight:normal;
}

.DynamicMenuItem
{
    width:200px;
  	white-space:nowrap;
  	position:relative;
  	z-index:9999;
}
.DynamicMenuItem TD
{
	background-color:#424242;
	vertical-align:bottom;
    font-size:14px;
    text-transform:none;
/*	border-bottom: #999999 1px solid; */
/*    width:200px; */
    text-align:left;
    padding:4px 3px 0px 2px;

  	position:relative;
  	z-index:999;
}

.DynamicMenuItem a:link,
.DynamicMenuItem a:active,
.DynamicMenuItem a:hover,
.DynamicMenuItem a:visited
{
    font-size:14px;
    font-family:FranklinGothicBook, Arial;
    color:#CCCCCC;
    font-weight:normal;
}


.DynamicMenuItemOver
{
/*    width:200px; */
/*	height:21px; */
  	white-space:nowrap;
}
.DynamicMenuItemOver TD
{
/*	background-image:url(images/nav_background.jpg);
	background-repeat:repeat-x;
*/	background-color:#666666;
	vertical-align:middle;
    font-size:14px;
    text-transform:none;
    text-align:left;
/*	border-bottom: #999999 1px solid; */
/*    width:200px; */
    padding:4px 3px 0px 2px;

  	position:relative;
  	z-index:999;
}

.DynamicMenuItemOver a:link,
.DynamicMenuItemOver a:active,
.DynamicMenuItemOver a:hover,
.DynamicMenuItemOver a:visited
{
    font-size:14px;
    font-family:FranklinGothicBook, Arial;
    color:#FFFFFF;
    font-weight:normal;
}



.RedSideMenu
{
	padding:10px;
	margin:-1px 0px 5px 0px;
	background-color:#C5161D;
}

.RedSideMenu .SideMenuItem
{
	color:#FFFFFF;
	background-color:#C5161D;
	text-transform:uppercase;
	font-size:14px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	height:22px;
	padding:3px 2px 1px 2px;
}

.RedSideMenu .SideMenuSep
{
	height:2px;
	border-top:2px solid #999999;
}

.RedSideMenu .SideMenuItem a:link, .RedSideMenu .SideMenuItem a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

.RedSideMenu .SideMenuItem a:hover, .RedSideMenu .SideMenuItem a:active
{
	color:#ecdee3;
	text-decoration:none;
}

.PurpleSideMenu
{
	padding:10px;
	margin:11px 0px 11px 0px;
	background-color:#ffffff;/*58132f*/
}

.PurpleSideMenu .SideMenuItem
{
    font-family: FranklinGothicBook, Arial;
	font-size:12px;
	letter-spacing:1px;
	color:#FFFFFF;
	background-color:#ffffff;/*58132f*/
	text-transform:uppercase;
	text-align:center;
	vertical-align:middle;
	min-height:19px;
	padding:9px 2px 6px 2px;
}

.PurpleSideMenu .SideMenuSep
{
	height:1px;
	border-top:1px solid #ecdfe4;
}

.PurpleSideMenu .SideMenuItem,
.PurpleSideMenu .SideMenuItem a
 {
	box-sizing: content-box !important;
}

.PurpleSideMenu .SideMenuItem a:link, .PurpleSideMenu .SideMenuItem a:visited
{
	color:#4a1b2d;
	text-decoration:none;
}

.PurpleSideMenu .SideMenuItem a:hover, .PurpleSideMenu .SideMenuItem a:active
{
	color:#ecdee3;
	text-decoration:none;
}
