/*
 * Amagate Dynamic Menu v 0.0.1  -  06/04/2010
 * 
 * This stylesheet is split up into chunks, try and keep it that way
 * 
 * You will see comments throughout, they should help you
 *
 * For ease of using the contents, double click tag, press CTRL+C, press CTRL+F, CTRL+V and RETURN
 *
 * Contents
 *   1. <INTEGRAL> 			Integral stuff - leave as is, needs to be at top
 *   2. <GENERIC> 			Generic Classes - often apply to multiple items
 *   3. <MAINMENU> 			Main (0th level) menu
 *   4. <1STSUBMENU> 		1st Sub menu (1st level)
 *   5. <2NDSUBMENU> 		2nd Sub menu (2nd level)
 *   6. <ARROWS> 			Classes for the arrows (optional)
 *   7. <SHADOWS> 			Classes for shadows (optional & non-IE6)
 *	 8. <VERTICAL>			Classes for vertical menus
 *   9. <ADDITIONALCLASSES> Extra classes
 */


/*
 * 1. <INTEGRAL>
 */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			160px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			0em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			0em; /* match ul width */
	top:			0;
}

/*
 * </INTEGRAL>
 */












/*
 * 2. <GENERIC>
 */

/* Links EDIT HERE FOR DEFAULT MENU ITEM LOOK*/
.sf-menu a {
	font-size:105%;
	padding: 0.3em 0em;
	text-decoration:none;
	font-weight:bold;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#4D2681;

}

/*  Every element rollover */
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color:#A4227A;
	/*background:url('images/button-on.jpg') repeat-x;*/
}

.active {
	/*background:url('images/button-on.jpg') repeat-x;*/
}
/*
///////////////////////////////////////////////////////////////////////////////////
 * </GENERIC>
 */



/*
 * 3. <MAINMENU>
 */
 
/* Container */
.sf-menu {
	float: left;
}

/*  Every li element */
.sf-menu li {
	/*color:#cecece;*/
}

/* Main menu rollover */
.sf-menu li:hover, .menu-items li:hover, .menu-items li.sfHover, .menu-items a:focus, .menu-items a:hover, .menu-items a:active {	
	color: #A4227A;
}

.menu-items, .menu-links {
	color:#464646;
}

/*
 * </MAINMENU>
 */












/*
 * 4. <1STSUBMENU>
 */

.submenu-container {
	width:160px;
	border-top:1px solid #fff;
}

/*  Every li element */
.sf-menu li li {
	width:160px;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background-color: #ececec;
	font-size:90%;
	position: 0 0;
	padding:3px 3px 3px 5px;
	
}

/* Sub menu items rollover */
.sf-menu li ul li:hover, .submenu-items li:hover, .submenu-items li.sfHover, .submenu-items a:focus, .submenu-items a:hover, .submenu-items a:active {
	background-color: #F3F4F9;
	color:#A4227A;
}

/*
 * </1STSUBMENU>
 */












/*
 * 5. <2NDSUBMENU>
 */

/*  Every li element */
.sf-menu li li li {
	border:1px solid #cecece;
	background-colour:		#ececec;
}

/*
 * </2NDSUBMENU>
 */













/*
 * 6. <ARROWS>
 */

/*  Every LI element with subitems */
.sf-menu a.sf-with-ul {
	padding-right: 	1.75em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

/* Actual area for arrow */
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	/*background:		url('images/arrows-979797-2.png') no-repeat 0px -100px;*/
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.55em;
	/*background-position: 0 -100px;*/ /* use translucent arrow for modern browsers*/
}
/* apply arrow hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*
 * </ARROWS>
 */












/*
 * 7. <SHADOWS>
 */
 
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	/*background:	url('images/shadow.png') no-repeat bottom right;*/
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
} 

/*
 * </SHADOWS>
 */













/*
 * 8. <VERTICAL>
 */

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	180px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	170px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*
 * </VERTICAL>
 */













/*
 * 9. <ADDITIONALCLASSES>
 */

/* for layering multiple menus */
ul.menu1 li {
	z-index:20001;
}
ul.menu2 li {
	z-index:1001;
}

/*
 * </ADDITIONALCLASSES>
 */