/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_2.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.
=================================================================== */

.preload1 {background: url(menubg1.png);}
.preload2 {background: url(menubg2.png);}

/* This is default value for extension of top menu */
#mainmenu {padding:0; margin:0; list-style:none; height:38px; width: auto;background:#fff url(http://www.solexir.com/images/menu_images/three_0.gif) repeat-x; position:relative;z-index:500; font-family:arial, verdana, sans-serif;}

/* Displaying the top menu items horizontally  */ 
#mainmenu li.top {display:block;float:left; height:38px; background:#fff}

/* This is default value for each item of top menu */
#mainmenu li a.topmenu {display:block; float:left; height:35px; line-height:33px; color:#ccc; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(../images/menu_images/three_0.gif);}

/* This is for top menu items without further drop down menus  */
#mainmenu li a.topmenu span {float:left; display:block; padding:0 24px 0 12px; height:35px; background: url(http://www.solexir.com/images/menu_images/three_0.gif) right top no-repeat;}

/* This is for top menu items with further drop down menus  */
#mainmenu li a.topmenu span.down {float:left; display:block; padding:0 24px 0 12px; height:35px; background: url(http://www.solexir.com/images/menu_images/three_0a.gif) no-repeat right top;}

/* This is default value for each item of top menu when mouse goes over it */
#mainmenu li:hover a.topmenu {color:#fff; background: url(http://www.solexir.com/images/menu_images/three_1.gif) no-repeat;}

/* This is for top menu items without further drop down menus when mouse goes over it  */
#mainmenu li:hover a.topmenu span {background:url(http://www.solexir.com/images/menu_images/three_1.gif) no-repeat right top;}

/* This is for top menu items without further drop down menus when mouse goes over it  */
#mainmenu li:hover a.topmenu span.down {background:url(http://www.solexir.com/images/menu_images/three_1a.gif) no-repeat right top;}


/* This is default setting for any list when mouse goes over it */
#mainmenu li:hover {position:relative; z-index:200;}

/* displaying a sub-menu's color, border etc. */
#mainmenu li:hover ul.sub {left:1px; top:38px; background: #bbd37e; padding:3px; border:1px solid #5c731e; white-space:nowrap; width:auto;height:auto; z-index:300;}


/* This the text setting for any sub-menu as the mouse hover over the parent list */
#mainmenu li:hover ul.sub li a {display:block;  position:relative;  font-size:11px; height:22px;width:auto;line-height:18px; text-indent:5px; color:#000; text-decoration:none;padding:0 10px 0 0;margin:0 5px 0 0;border:1px solid #bbd37e;}

/* Positioning a right-arrow next to item of a sub-menu which has a child menu */
#mainmenu li ul.sub li a.rightarrow {background:#bbd37e url(http://www.solexir.com/images/menu_images/arrow.gif) right center no-repeat;}

/* Change the background color as the mouse hovers over a sub-menu item */
#mainmenu li:hover ul.sub li a:hover {background:#6a812c; color:#fff; border-color:#fff;}

/* Change the background color of the right-arrow fig, positioned
   in front of a sub-menu item with a child menu, to transparent as
   the mouse hovers over a sub-menu item */
#mainmenu li:hover ul.sub li a.rightarrow:hover {background:#6a812c url(http://www.solexir.com/images/menu_images/arrow_over.gif) right center no-repeat; color:#fff;}


/* Setting the background, position, border etc of any child menu */
#mainmenu li:hover li:hover ul,
#mainmenu li:hover li:hover li:hover ul,
#mainmenu li:hover li:hover li:hover li:hover ul,
#mainmenu li:hover li:hover li:hover li:hover li:hover ul 
{left:98%; top:-3%; background: #bbd37e; padding:3px; border:1px solid #5c731e; white-space:nowrap; width:auto; z-index:400; height:auto;}

/* Don't show any of the sub-menu items (unless the mouse goes over it) */
#mainmenu ul, 
#mainmenu li:hover ul ul,
#mainmenu li:hover li:hover ul ul,
#mainmenu li:hover li:hover li:hover ul ul,
#mainmenu li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

/* Change the background color of the right-arrow fig, positioned
   in front of a sub-menu item with a child menu, to transparent as
   the mouse moves from the item to its child menu  */
#mainmenu li:hover li:hover a.rightarrow,
#mainmenu li:hover li:hover li:hover a.rightarrow,
#mainmenu li:hover li:hover li:hover li:hover a.rightarrow,
#mainmenu li:hover li:hover li:hover li:hover li:hover a.rightarrow
{background:#6a812c url(http://www.solexir.com/images/menu_images/arrow_over.gif) right center no-repeat; color:#fff; border-color:#fff;} 

/* As the mouse goes over a list item with a child menu,
   some of the items in this child menu may point to 
   a new set of menus. We keep the back ground color of
   these items the same, and we place an arrow in front of
   each */
#mainmenu li:hover li:hover li a.rightarrow,
#mainmenu li:hover li:hover li:hover li a.rightarrow,
#mainmenu li:hover li:hover li:hover li:hover li a.rightarrow
{background:#bbd37e url(http://www.solexir.com/images/menu_images/arrow.gif) right center no-repeat; color:#000; border-color:#bbd37e;} 

