/* CSS Document */
/* ================================================================ 
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {padding-left:100px; width:auto; height:25px; z-index:100;font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:601px; w\idth:600px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:auto;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:138px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; text-align:center; width:auto; height:25px;  background:#189ee7; padding-left:10px; line-height:20px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:138px; w\idth:127px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#189ee7 130px left;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#E9F2FE left;}
.menu ul ul :hover > a.drop {background:#E9F2FE left; }
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#189ee7; border: 1px solid #189ee7;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#FFFFFF;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:26px;left:0; width:149px;border-top:1px solid #189ee7;}
/* another hack for IE5.5 */
* html .menu ul ul {top:25px;t\op:26px;}

/* position the third level flyout menu */
.menu ul ul ul{left:138px; top:-1px; width:138px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-138px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#189ee7;
	color:#000;
	height:20px;
	line-height:1em;
	padding:5px 10px;
	max-width:250px;
	min-width:100px;
	border: 1px solid #189ee7;
	text-align:center;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:139px;w\idth:121px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#189ee7;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#FFFFFF; border-top:1px solid #189ee7;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.


FOR VERTICAL MENU
=================================================================== */



#vmenu {width:140px; height:160px; position:relative; font-size:12px; background-image:url(../images/trans.gif) }

#vmenu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; padding:1px 1px 0 1px;}

#vmenu li {margin:0; padding:0; list-style:none; }
#vmenu li {display:block; }
#vmenu ul ul {position:absolute; left:-9999px; background-color:#FFFFFF;}
#vmenu ul#toplevel {position:absolute; left:0px; top:0px; width:auto;list-style:none; height:auto; padding-left:10px;margin:0px;}

#vmenu a {display:block;  font:normal 12px verdana,arial,sans-serif; color:#000; line-height:22px; text-decoration:none;padding:0 20px 0 10px;} 

#vmenu ul li:hover > ul {left:100%; margin-top:-23px; margin-left:-1px;  border:#000000 solid 1px;}

#vmenu a:hover ul,
#vmenu a:hover a:hover ul, 
#vmenu a:hover a:hover a:hover ul {left:100%; }
#vmenu a:hover ul ul, 
#vmenu a:hover a:hover ul ul {left:-9999px; }

#vmenu li a:hover { background:#09c; color:#fff;} 
#vmenu li:hover > a {background:#09c; color:#fff;}
#vmenu li a.fly {background: url(../images/arrow.gif) no-repeat right top;  }
#vmenu li a.fly:hover {background:#09c url(../images/arrow.gif) no-repeat right top; } 
#vmenu li:hover > a.fly {background:#09c url(../images/arrow.gif) no-repeat right top; }

#vmenu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px; }



