#pad {
	height:100px;
}
/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

@font-face {
 font-family: "Vegur";
 src: url("Vegur-R 0.602.otf");
}
#menuPositioner {
	width:100%;
	position:relative;
	float:left;
	top:95px;
	margin-bottom:-40px;
}
#menuHolder {
	position:relative;
	float:left;
}
#menu, #menu ul {
	padding:0;
	margin:0;
	list-style:none;
	font: 14px Trebuchet MS;
	background:url(trans.gif);
	position:relative;
	z-index:100;
}
#menu {
	height:25px;
	float:left;
	padding:0;
	background:#FFFFFF;
	position:relative;
	left:0;
}
#menu ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
}
#menu table {
	border-collapse:collapse;
	margin:-1px;
	padding:0;
	width:0;
	height:0;
}
#menu li {
	float:left;
	padding:0;
	margin-left:15px;
}
#menu li .sub li {
	margin-left:0;
}
#menu li a {
	display:block;
	float:left;
	color:#000000;
	height:25px;
	padding:0 20px 0 10px;
	line-height:22px;
	text-decoration:none;
	background:url(button1a.gif) no-repeat right top;
}
#menu li a.sub {
	background:url(button3a.gif) no-repeat right top;
}
/*#menu li a b {display:block; float:left; height:25px; background:url(http://www.mumbaiangels.com/images/button1.gif) left top; padding:0 0 0 20px; cursor:pointer;}
*/
#menu li:hover {
	position:relative;
	z-index:100;
}
/*#menu li.active {background:url(button1_active.gif) left top;}*/
#menu li a#active {
	background:url(button1_active.gif) no-repeat right top;
	color:#FFFFFF;
}
#menu a:hover {
	position:relative;
	z-index:100;
	color:#006600;
}
#menu a.sub:hover {
	background:url(button3.gif) no-repeat right top;
}
#menu li:hover > a {
	background:url(button1_active01.gif) no-repeat right top;
	color:#FFFFFF;
}
#menu li:hover > a.sub {
	background:url(button1_active.gif) no-repeat right top;
	color:#FFFFFF;
}
#menu :hover ul {
	left:0;
	top:25px;
	z-index:300;
	width:180px;
	background:url(trans.gif);
}
#menu :hover ul li a {
	height:25px;
	width:122px; /*Header Sub-Menu BG Width*/
	padding:0 0 0 10px;
	line-height:25px;
	background:#F4F4F4;
	color:#000000;
	border-bottom:1px solid #ffffff;
	font-size:11px;
}
#menu :hover ul li a.fly {
	background:#F4F4F4 url(fly.gif) no-repeat right center;
}
#menu :hover ul li a:hover {
	color:#006600;
}
#menu :hover ul li a:hover.fly {
	background:#8AC460 url(fly-over.gif) no-repeat right center;
}
#menu :hover ul li:hover > a {
	color:#006600;
	text-decoration:none;
	background-color:#D2D2D2;
}
#menu :hover ul li:hover > a.fly {
	background:#D8D8D8 url(fly-over.gif) no-repeat right center;
}
#menu :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
}
#menu :hover ul :hover ul {
	left:180px;
	top:0;
	padding:0;
}
#menu :hover ul :hover ul li a {
	background:#DEEED2;
	color:#000;
	border-bottom:1px solid #546775;
	font-size:11px;
}
#menu :hover ul :hover ul li a:hover {
	color:#006600;
	text-decoration:underline;
}