/* $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.
*/


/**
 * Graphic Menu Overrides
 */
ul.nice-menu a,
ul.nice-menu a:link,
ul.nice-menu a:visited,
ul.nice-menu a:hover {
 color:#fff;
}

#menu {
	height:36px;
	padding:0;
	margin:0;
}

.nicemenufixIE {
	height:36px;
}

.nicemenufixIE .block .content {
	margin:0;
}

.block-nice_menus {
	top:0;	
}

ul#nice-menu-1 {
	/*background:#BC0417;*/
	background:url(http://virginia-autoservice.com/site/themes/virgauto/images/vamenu.jpg) 0 0 no-repeat;
	width:914px;
	height:36px;
}

ul.nice-menu, ul.nice-menu ul {
	left:0;
	top:0;	
}

ul#nice-menu-1 > li {
	height:36px;
	background:none;
	padding:0;
	margin:0;
	top:0;	
}

ul#nice-menu-1 > li > a { 
	text-indent:-999em;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#fff;
	line-height:36px;
	text-align:center;
	padding:0;
	margin:0;
	top:0;
	background-color:transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	/*background:transparent url(http://virginia-autoservice.com/site/themes/virgauto/images/menu-flare.png) 50% 64px no-repeat;*/
}

/* Welcome */
ul#nice-menu-1 #menu-311 > a {
	width:123px;
	background-image:url(http://virginia-autoservice.com/site/themes/virgauto/images/menu-welcome.png);
}

/* About us */
ul#nice-menu-1 #menu-314 > a {
	width:144px;
	background-image:url(http://virginia-autoservice.com/site/themes/virgauto/images/menu-about-us.png);
}

/* Expert service */
ul#nice-menu-1 #menu-315 > a{
	width:180px;
	background-image:url(http://virginia-autoservice.com/site/themes/virgauto/images/menu-expert-service.png);
}

/* Media gallery */
ul#nice-menu-1 #menu-316 > a{
	width:173px;
	background-image:url(http://virginia-autoservice.com/site/themes/virgauto/images/menu-media-gallery.png);
}

/* Promotions */
ul#nice-menu-1 #menu-317 > a{
	width:157px;
	background-image:url(http://virginia-autoservice.com/site/themes/virgauto/images/menu-promotions.png);
}

/* Contact Us */
ul#nice-menu-1 #menu-318 > a{
	width:137px;
	background-image:url(http://virginia-autoservice.com/site/themes/virgauto/images/menu-contact-us.png);
	
}

ul#nice-menu-1 > li > a:hover,
ul#nice-menu-1 > li > a.hover {
	background:url(http://virginia-autoservice.com/site/themes/virgauto/images/menu-flare.png) 50% 0 no-repeat !important;	
} 

/******************************
 Global CSS for ALL menu types
******************************/

ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0px;
  margin: 0;
  /* UNDONE: border-top: 1px solid #6f000b; */
}

ul.nice-menu li {
  float: left;
  margin: 0;
  padding-left: 0;
}

#header-region ul.nice-menu li {
  margin: 0;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  /* UNDONE: background: #be0517; */
}

ul.nice-menu a {
  /* UNDONE: color:#FFFFFF; */
  padding: 0.3em 5px 0.3em 5px;
}

ul.nice-menu ul,
#header-region ul.nice-menu ul {
  top: 36px;
  left: -1px;
  border: 0;
  margin-right: 0;  
  z-index:999;
}

#header-region ul.nice-menu ul {
  top: 1.7em;
}

ul.nice-menu ul li {
  width: 12em;
  border: 1px solid #6f000b;
  border-top: 0;
  background-color: #be0517;
  background-image:url(http://virginia-autoservice.com/site/themes/virgauto/images/dropdownRepeater.jpg);
  background-repeat:repeat-x;
  background-position:top;    
}

/******************************
 HORIZONTAL (down) menus
******************************/

ul.nice-menu-down {
  float: left;
  border: 0;
}

ul.nice-menu-down li li {
  border-top: 0;
}

ul.nice-menu-down ul {
  left: 0;
}

ul.nice-menu-down ul li {
  clear: both;
}

ul.nice-menu-down li ul li ul,
#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,
#header-region ul.nice-menu-down li.menuparent {
  /* UNDONE: background: #be0517 url(http://virginia-autoservice.com/site/themes/virgauto/images/arrow-down.png) right center no-repeat; */
}

ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over,
#header-region ul.nice-menu-down li.menuparent:hover,
#header-region ul.nice-menu-down li.over {
  /* UNDONE: background: #6f000b url(http://virginia-autoservice.com/site/themes/virgauto/images/arrow-down.png) right center no-repeat;*/
}

ul.nice-menu-down li li.menuparent,
#header-region ul.nice-menu-down li li.menuparent {
  /* UNDONE: background: #be0517 url(http://virginia-autoservice.com/site/themes/virgauto/images/arrow-right.png) right center no-repeat;*/
}

ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over,
#header-region ul.nice-menu-down li li.menuparent:hover,
#header-region ul.nice-menu-down li li.over {
  /* UNDONE: background: #6f000b url(http://virginia-autoservice.com/site/themes/virgauto/images/arrow-right.png) right center no-repeat;*/
}