/* $Id: nice_menus_default.css,v 1.6 2007/10/29 16:38:28 add1sun Exp $ */
/* $Id: nice_menus_default.css,v 1.6 2007/10/29 16:38:28 add1sun Exp $ */
/*
  This is the default layout template for nice menus, and will provide
  a starting point for the look of your menus. To customize, it's
  recommended to create a custom CSS file using this file as a template,
  then configure the module to use your custom CSS file
  (this is done in the global settings tab of the theme administration.)

  To help understand the CSS, the HTML looks like this, where
    x is a number;
    TYPE is down/left/right;
    PATH is the menu path such as node/343;
    MID is the menu id such as 33):
  <ul id='nice-menu-x' class='nice-menu nice-menu-TYPE'>
    <li id='menu-MID' class='menu-path-PATH'><a href='#'>This is a menu item</a></li>
    <li class='menuparent menu-path-PATH'><a href='#'>A submenu</a>
      <ul...><li...>...</li>
      </ul>
    </li>
    ...
  </ul>

  If you have more than one nice-menu and want to target a particular one,
  use its id (e.g. ul#nice-menu-2).

  See README.txt and the handbook page (http://drupal.org/node/185543)
  for some CSS customization examples.
*/

/******************************
 Global CSS for ALL menu types
******************************/

ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  /* border-top: 1px solid #ccc; */
}

ul.nice-menu li {
/*  border: 1px solid #ccc;*/
 /* border-top: 0; */
  float: left;
  background-color: #eee;
  /* Additional overrides to deal with Garland theme. */
  margin: 0;
  padding-left: 0;
/*  background-image: url(./images/nicemenu_arrow-right.png) right center no-repeat;*/
}

/* Overrides for Garland header. */
#header-region ul.nice-menu li {
  margin: 0;
  /* Padding rules are needed to deal with Garland's header line-height. */
 /* padding-top: 0.1em;
  padding-bottom: 0.1em; */
  /*background: #eee;*/
}

ul.nice-menu a {
  /*padding: 0.3em 5px 0.3em 5px;*/
}

ul.nice-menu ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu ul {
  top: 2.2em;
  left: -1px;
  border: 0;
  border-top: 0px solid #ccc;
  margin-right: 0px;
}

/* Override for Garland header. */
#header-region ul.nice-menu ul {
  top: 1.7em;
}

ul.nice-menu ul li {
  width: 12.5em;
}

/******************************
 VERTICAL (left/right) menus
******************************/

/* This is the default width of all vertical menus. */
ul.nice-menu-right, ul.nice-menu-left,
ul.nice-menu-right li, ul.nice-menu-left li {
  /*width: 12.5em;*/
  width: 14em;
}

/* VERTICAL menus where submenus pop RIGHT (default). */
ul.nice-menu-right ul {
  width: 12.5em;
  left: 14em;/*altered by saheel  (orignal -> left: 12.5em;)*/
  top: -1px;
}

ul.nice-menu-right ul ul {
  width: 12.5em;
  left: 12.5em;
  top: -1px;
}

ul.nice-menu-right li.menuparent,
ul.nice-menu-right li li.menuparent {
  background: #eee url(./images/nicemenu_arrow-right.png) right center no-repeat;
}

ul.nice-menu-right li.menuparent:hover,
ul.nice-menu-right li.over,
ul.nice-menu-right li li.menuparent:hover,
ul.nice-menu-right li li.over {
  background: #ccc url(./images/nicemenu_arrow-right.png) right center no-repeat;
}

/* VERTICAL menus where submenus pop LEFT. */
ul.nice-menu-left li ul {
  width: 12.5em;
  left: -12.65em;
  top: -1px;
}

ul.nice-menu-left li ul li ul {
  width: 12.5em;
  left: -12.65em;
  top: -1px;
}

ul.nice-menu-left li.menuparent,
ul.nice-menu-left li li.menuparent {
  background: #eee url(./images/nicemenu_arrow-left.png) left center no-repeat;
}

ul.nice-menu-left li.menuparent:hover,
ul.nice-menu-left li.over,
ul.nice-menu-left li li.menuparent:hover,
ul.nice-menu-left li li.over {
  background: #ccc url(./images/nicemenu_arrow-left.png) left center no-repeat;
}

ul.nice-menu-left a, ul.nice-menu-left ul a {
  padding-left: 14px;
}

/******************************
 HORIZONTAL (down) menus
******************************/

ul.nice-menu-down {
  float: left;
  border: 0;

}

ul.nice-menu-down li {
 /* border-top: 1px solid #ccc; */
}

ul.nice-menu-down li li {
  border-top: 0;
}
ul.nice-menu-down ul ul{
  left: 0;
}
ul.nice-menu-down ul ul a:hover{
  background-position:100% -39px;
  color:#FFFFFF;
}

ul.nice-menu-down ul {
  left: 0;
}
ul.nice-menu-down ul a:hover{
  background-position:100% -39px;
  color:#FFFFFF;
}
ul.nice-menu-down ul a{
	background:url(./images/tabrightE.gif) no-repeat scroll right top;
	padding:10px 10px 10px 8px;
}

ul.nice-menu-down ul li {
  clear: both;
	color:#FFFFFF;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	/*padding:0px 0px 10px 0px;*/
	/*margin:0px 0px 6px 0px;*/
	/*height:15px;*/
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

ul.nice-menu-down li ul li ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li ul li ul {
  left: 12.5em;
  top: -1px;
}

ul.nice-menu-down .menuparent a {
 /* padding-right: 15px; */
}

ul.nice-menu-down li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent {
  /* background: #eee url(./images/nicemenu_arrow-down.png) right center no-repeat; */
}

ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent:hover,
#header-region ul.nice-menu-down li.over {
  
}

ul.nice-menu-down li li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent {
  
}

ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent:hover,
#header-region ul.nice-menu-down li li.over {
  
}
ul.nice-menu-down ul li a:hover{
	color:#FFFFFF;
	width:12.5em;
	/*padding:3px 0 3px 16px;*/
}
ul.nice-menu-down ul li a:visited{
	color:#FFFFFF;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	/*padding:3px 0 3px 16px;*/
}
ul.nice-menu-down ul li a{
	padding:3px 0px 3px 16px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-decoration:none;
	width:12.5em;
}
#tabsE ul.nice-menu-down li a:link{
	float:none;
	background:transparent url(./images/tabrightE.gif) no-repeat scroll right top;
	color:#525252;
	display:block;
	padding: 12px 10px 10px 8px;
}

#tabsE ul.nice-menu-down li a:visited{
	float:none;
	background:transparent url(./images/tabrightE.gif) no-repeat scroll right top;
	color:#525252;
	display:block;
	padding:12px 10px 10px 8px;
}

#tabsE ul.nice-menu-down li a:hover{
	background:transparent url(./images/navhoover.gif) ;
	float:left;
	color:#fff;
	display:block;
	margin: 0px 0px 0px 0px;
	/*height:14px;*/
}



#tabsE ul.nice-menu-down li ul li a:link{
	background:#DBDBDB no-repeat scroll right top;
	margin :1px;
}

#tabsE ul.nice-menu-down li ul li a:visited{
	background:#DBDBDB no-repeat scroll right top;
	margin :1px;
}

#tabsE ul.nice-menu-down li ul li a:hover{
	background: #AE1700 ;
	margin :1px;
}

#tabsE ul.nice-menu-down li ul{
	margin-top:10px;
}

#tabsE ul.nice-menu-down li ul li ul{
	margin-top:0px;
}
/*saheel ends*/

#tabsE ul.nice-menu-down ul li{
	/*height:20px;*/
	/*changed by saheel for nice menus*/
	width:13.6em;
}
#tabsE ul.nice-menu-down ul li a:link{
	background:transparent url(./images/bk-mg_top.gif) repeat scroll 0 0;
	height:auto;
	line-height:14px;
	color:#52525;
	padding:4px 0px 6px 10px;
}
/*added by saheel starts*/
#tabsE ul.nice-menu-down ul li a:visited{
	background:transparent url(./images/bk-mg_top.gif) repeat scroll 0 0;
	height:auto;
	line-height:14px;
	color:#525252;
	padding:4px 0px 6px 10px;
}
/*added by saheel ends*/
#tabsE ul.nice-menu-down ul li a:hover{
	background:#B50A1A none repeat scroll 0 0;
	height:auto;
	line-height:14px;
	color:#FFFFFF;
	padding:4px 0px 6px 10px;
/*background-position:0 -0px ; /* -24px; */
}

#tabsE ul.nice-menu-down ul li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#banner{
	z-index:1;
}

.banner{
	z-index:1;
}

ul.nice-menu-down ul li.over {
	background: #EE1700;
}

#tabsE ul.nice-menu-down li  a.active{
	background:transparent url(./images/navhoover.gif) ;
	color:#fff;
}

#tabsE ul.nice-menu-down li.active-trail a, ul.nice-menu-down li a.active {
	float:none;
	background:transparent url(./images/navhoover.gif) no-repeat scroll right top;
	color:#525252;	
}

#tabsE ul.nice-menu-down li  a.active{
	background:transparent url(./images/navhoover.gif) ;
	color:#fff;
}

#tabsE ul.nice-menu-down li.active-trail a, ul.nice-menu-down li a.active {
	float:none;
	background:transparent url(./images/navhoover.gif) no-repeat scroll right top;
	color:#525252;	
}
#tabsE ul.nice-menu-down li ul li a.active{
	background: #AE1700 ;
	margin :1px;
	color:#fff;
}
ul.nice-menu-down li ul li.active-trail a, ul.nice-menu-down li ul li a.active   {
	border:none;
	padding-left:18px; 
	float:left;
	background:AE1700 repeat scroll right top; 
	color:#f8f8f8; 
} 
  
