

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.vssubmenumain {background-image:url('http://www.vemmasuite.com/images/submenu_background.gif');height:36px;padding-left:30px;}
.vssubmenu {width:100%; height:32px; font-size:12px; position:relative; top:-5px;z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .vssubmenu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.vssubmenu ul {padding:0;margin:0;list-style-type:none;}
.vssubmenu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.vssubmenu li {float:left;position:relative;}
/* style the links for the top level */
.vssubmenu a, .vssubmenu a:visited {display:block;float:left;font-size:11px;text-decoration:none; color:#777; height:34px; background:transparent url('http://www.vemmasuite.com/images/submenu_dot.gif') 0px 14px no-repeat; font-weight:bold;padding-left:15px; padding-right:10px;line-height:36px;}

/* style the second level background */
.vssubmenu ul ul a.drop, .vssubmenu ul ul a.drop:visited {color:#777;background:#f7f7f7 url('http://www.vemmasuite.com/images/arrow1.gif') 140px center no-repeat;}
/* style the second level hover */
.vssubmenu ul ul a.drop:hover,.vssubmenu ul ul :hover > a.drop {background:#FF6600 url('http://www.vemmasuite.com/images/arrow1.gif') 140px center no-repeat;}
/* style the third level background */
.vssubmenu ul ul ul a, .vssubmenu ul ul ul a:visited {background-color:#f7f7f7;}
/* style the third level hover */
.vssubmenu ul ul ul a:hover {background:#FF6600;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.vssubmenu ul ul {visibility:hidden;position:absolute;height:0;top:34px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .vssubmenu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.vssubmenu ul ul ul{left:149px; top:0px; width:149px;}

/* position the third level flyout menu for a left flyout */
.vssubmenu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.vssubmenu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.vssubmenu ul ul a, .vssubmenu ul ul a:visited {background-color:#f7f7f7;background-image:none;color:#777; font-weight:normal;height:auto; line-height:14px; padding:5px 10px; width:128px;border:1px solid #e0e0e0;border-width:0px 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .vssubmenu ul ul a, * html .vssubmenu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.vssubmenu a:hover, .vssubmenu ul ul a:hover,
.vssubmenu :hover > a, .vssubmenu ul ul :hover > a {color:#fff;background:#FF6600;}

/* make the second level visible when hover on first level list OR link */
.vssubmenu ul li:hover ul,
.vssubmenu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.vssubmenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.vssubmenu ul :hover ul :hover ul{ visibility:visible;}

.vssubmenu li.nocss a {background-image:none !important;color:#FF6600 !important;}
.vssubmenu li.nocss a:hover {background-color:transparent;text-decoration:underline;}





