/* macGreyWhiteVert style */
/* Main Menu background color behind main button (shows with arrow) */
.ryo-macGreyWhiteVert ul,.ryo-macGreyWhiteVert ul ul{
	margin:0;list-style:none;padding:0;background-color:#ececec;background-image:url("mainbk.png");background-repeat:repeat;border-width:0px;border-style:solid;border-color:#999999;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
/* Sub Menu background color*/
.ryo-macGreyWhiteVert ul ul{
	display:none;position:absolute;left:100%;top:0;-moz-box-shadow:0.7px 0.7px 1px #777777;-webkit-box-shadow:0.7px 0.7px 1px #777777;box-shadow:0.7px 0.7px 1px #777777;background-color:#ececec;background-image:none;border-width:1px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-style:solid;border-color:#5A5E60;padding:0 9px 9px;}
.ryo-macGreyWhiteVert ul li:hover>*{
	display:block;}
.ryo-macGreyWhiteVert ul li{
	position:relative;display:block;font-size:0;}
.ryo-macGreyWhiteVert ul li:hover{
	z-index:1;}
.ryo-macGreyWhiteVert ul ul ul{
	position:absolute;left:100%;top:0;}
.ryo-macGreyWhiteVert ul{
	font-size:0;z-index:999;position:relative;display:block;float:left;padding:0 1px 1px;}
.ryo-macGreyWhiteVert ul>li{
	margin:1px 0 0;}
.ryo-macGreyWhiteVert ul a:active, .ryo-macGreyWhiteVert ul a:focus{
	outline-style:none;}
/* Main Menu Button color, type color*/
.ryo-macGreyWhiteVert ul a{
	display:block;vertical-align:middle;text-align:left;text-decoration:none;font:bold 12px Arial,Helvetica,sans-serif;color:#333;cursor:default;padding:10px;background-color:#ececec;background-image:url("mainbk.png");background-repeat:repeat;background-position:0 200px;border-width:0px;border-style:none;border-color:pink;}
.ryo-macGreyWhiteVert ul ul li{
	float:none;margin:9px 0 0;}
/* Sub Menu Link background color, border line, text color */
.ryo-macGreyWhiteVert ul ul a{
    text-align:left;padding:8px 0 0 0;background-color:#ececec;background-image:none;border-width:1px 0 0 0;border-style:solid;border-color:#bbbbbb;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;font:13px Arial;color:#333333;text-decoration:none;}
/* Main Menu Hover background, type color.  Note nice blue is #28aeeb or darker #006599*/
.ryo-macGreyWhiteVert ul li:hover>a,.ryo-macGreyWhiteVert ul li a.current-menu-item{
	background-color:#ffffff;border-style:none;color:#006599;background-image:url("mainbk.png");background-position:0 100px;text-decoration:none;}
/* arrows if child elements are present */
.ryo-macGreyWhiteVert ul>.parent{
	display:block;overflow:visible;background-position:right center;background-repeat:no-repeat;padding-right:0px;}
.ryo-macGreyWhiteVert ul>.parent, .ryo-macGreyWhiteVert ul ul>.parent{
	background-image:url("arrowsub.gif");padding-right:10px;}
/* Sub Menu Hovered background, text color, border color (match above) */
.ryo-macGreyWhiteVert ul ul li:hover>a,.ryo-macGreyWhiteVert ul ul li a.current-menu-item{
    background-color:#ececec;background-image:none;border-style:solid;border-color:#bbbbbb;color:#006599;text-decoration:none;}
/*
.ryo-macGreyWhiteVert ul li.topfirst>a{
	border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;text-shadow:#000000 0px -1px 1px;}
.ryo-macGreyWhiteVert ul li.topfirst:hover>a,.ryo-macGreyWhiteVert ul li.topfirst a.current-menu-item{
	text-shadow:#3d3d3d 0px -1px 1px;}
.ryo-macGreyWhiteVert ul li.topmenu>a{
	text-shadow:#000000 0px -1px 1px;}
.ryo-macGreyWhiteVert ul li.topmenu:hover>a,.ryo-macGreyWhiteVert ul li.topmenu a.current-menu-item{
	text-shadow:#3d3d3d 0px -1px 1px;}
.ryo-macGreyWhiteVert ul li.toplast>a{
	border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0;-webkit-border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;text-shadow:#000000 0px -1px 1px;}
.ryo-macGreyWhiteVert ul li.toplast:hover>a,.ryo-macGreyWhiteVert ul li.toplast a.current-menu-item{
	text-shadow:#3d3d3d 0px -1px 1px;}
*/
.ryo-macGreyWhiteVert ul _>li>a{
	padding:0;}
.ryo-macGreyWhiteVert ul li.sub-menu>a{
	border-width:0;border-style:none;padding:0;}
.ryo-macGreyWhiteVert ul li.sub-menu:hover>a,.ryo-macGreyWhiteVert ul li.sub-menu a.current-menu-item{
	border-style:none;}
.ryo-macGreyWhiteVert ul {
    width:98%;}
