/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

#nav { padding:0 font-size:1.1em; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { 	
	float:left;
	height:33px;
	padding:0px 0px 0px 2px;
	}
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:18px; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }


.filternav{
	text-decoration:none;
	padding:0px 12px 0px 12px;
	font-weight:bold;
	}

/************ 0 LEVEL  ***************/
#nav li { 
	float:left;
	background-image:url(http://www.rocks.ie/assets/divider2.jpg);
	background-position:left;
	list-style:none;
	background-repeat:no-repeat; }
#nav li.active a { color:#da587c; }
#nav a { font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:500;
	text-decoration:none;
	padding:10px 8px 10px 8px;
	color:#ffffff;
	text-transform:uppercase;
	float:left;
	}
#nav li.over a,
#nav a:hover { color:#da587c; background-color:#374254; }

#nav2 li { 
	float:left;
	background-image:url(http://www.rocks.ie/assets/divider2.jpg);
	background-position:left;
	list-style:none;
	background-repeat:no-repeat; }
#nav2 li.active a { color:#da587c; }
#nav2 a { font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:500;
	text-decoration:none;
	padding:10px 9px 10px 10px;
	color:#5d6773;
	text-transform:uppercase;
	float:left;
	}
#nav2 li.over a,
#nav2 a:hover { color:#da587c; background-color:#374254; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background-color:#FFF; z-index:999; }
/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/************ 2ND LEVEL ************/
#nav ul { list-style-type: none;
		margin:-7px 0px 0px 0px;
		padding:3px 0px 0px 0px;
		display:none;
		z-index:999;
		}

/* Show menu */
#nav li.over > ul {
		display: none; position:absolute; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#798196; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:0px 15px 4px 15px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }

.menuitem{
	float:left;
	}

.menutop{
	float:right;
	text-align:right;
	}

ul.menu1{
	list-style:none;
	padding:20px 0px 20px 0px;
	text-align:right;
	}

a.toplink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	padding:0px 5px 0px 4px;
	color:#333;
	}
a.toplink:hover{
		font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	padding:0px 5px 0px 4px;
	color:#ef5987;
	}
a.toplink:active{
	color:#333;
	}
a.toplink:visited{
	color:#333;
	}