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

/*** DEMO SKIN ***/
.navmenu {
	float:			right;
    font-family:    Tahoma,Arial,Helvetica,sans-serif;
    color:          #fff;
}
.navmenu a {
	/*border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*/
	/*padding: 		0 1em;*/
	padding: 		0 10px;
    line-height:    33px;
	text-decoration:none;
}
.navmenu a, .navmenu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.navmenu li {
    background-color: #4086c7;
    text-align: left;
}
.navmenu > li {
    border-top: 1px solid #d7e5f6;
    background:	url('http://flextime.ie/themes/flextime/images/menu/blue_bg.png') repeat-x 0 0;
}

/*.navmenu li li {
	background:		#AABDE6;
}
.navmenu li li li {
	background:		#9AAEDB;
}*/
/*.navmenu li:hover, .navmenu li.sfHover,*/
.navmenu > li > a:focus, .navmenu > li >a:hover, .navmenu > li > a:active {
	/*background:		url('http://flextime.ie/themes/flextime/images/dark.png') repeat 0 0 transparent;*/
    background:		url('http://flextime.ie/themes/flextime/images/light.png') repeat 0 0 transparent;
	outline:		0;
}
.navmenu ul li:hover{background-color:#669ed2;}
.navmenu ul a { 
    background: url('http://flextime.ie/themes/flextime/images/bullet_white.png') no-repeat 10px 14px transparent;
    padding-left: 20px;
}
.navmenu ul ul a { border-left: 1px solid #fff;}
/*** arrows **/
.navmenu li a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px;  /* trigger IE7 hasLayout so spans position accurately */
}
.navmenu .sf-sub-indicator {
	position:		absolute;
	display:		none;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('http://flextime.ie/themes/flextime/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
.navmenu ul .sf-sub-indicator { display: block;}
.navmenu a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply 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 */
.navmenu ul .sf-sub-indicator { background-position:  -10px 0; }
.navmenu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.navmenu ul a:focus > .sf-sub-indicator,
.navmenu ul a:hover > .sf-sub-indicator,
.navmenu ul a:active > .sf-sub-indicator,
.navmenu ul li:hover > a > .sf-sub-indicator,
.navmenu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('http://flextime.ie/themes/flextime/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;
}

.navmenu > li.blue{
    border-top: 1px solid #d7e5f6;
    background:	url('http://flextime.ie/themes/flextime/images/menu/blue_bg.png') repeat-x 0 100% #4086c7;
}
.navmenu .blue li{background-color: #4086c7;}
.navmenu .blue ul li:hover{background-color:#669ed2;}
.navmenu > li.blue-powder{
    border-top: 1px solid #ebf3f3;
    background:	url('http://flextime.ie/themes/flextime/images/menu/blue_powder_bg.png') repeat-x 0 100% #9ac3c3;
}
.navmenu .blue-powder li{background-color: #9ac3c3;}
.navmenu .blue-powder ul li:hover{background-color:#aecfcf;}
.navmenu > li.green{
    border-top: 1px solid #cde5d8;
    background:	url('http://flextime.ie/themes/flextime/images/menu/green_bg.png') repeat-x 0 100% #0f7643;
}
.navmenu .green li{background-color: #0f7643;}
.navmenu .green ul li:hover{background-color:#3f9169;}
.navmenu > li.orange{
    border-top: 1px solid #f9ddd0;
    background:	url('http://flextime.ie/themes/flextime/images/menu/orange_bg.png') repeat-x 0 100% #e0692e;
}
.navmenu .orange li{background-color: #e0692e;}
.navmenu .orange ul li:hover{background-color:#e68758;}
.navmenu > li.orange-light{
    border-top: 1px solid #fbeadf;
    background:	url('http://flextime.ie/themes/flextime/images/menu/orange_light_bg.png') repeat-x 0 100% #e97c58;
}
.navmenu .orange-light li{background-color: #e97c58;}
.navmenu .orange-light ul li:hover{background-color:#ed9679;}
.navmenu > li.red-paprica{
    border-top: 1px solid #efc9d8;
    background:	url('http://flextime.ie/themes/flextime/images/menu/red_paprica_bg.png') repeat-x 0 100% #a01443;
}
.navmenu .red-paprica li{background-color: #a01443;}
.navmenu .red-paprica ul li:hover{background-color:#b34369;}
.navmenu > li.violet{
    border-top: 1px solid #e7d3f7;
    background:	url('http://flextime.ie/themes/flextime/images/menu/violet_bg.png') repeat-x 0 100% #8e34d1;
}
.navmenu .violet li{background-color: #8e34d1;}
.navmenu .violet ul li:hover{background-color:#a55dda;}
.navmenu > li.yellow{
    border-top: 1px solid #f9f4d3;
    background:	url('http://flextime.ie/themes/flextime/images/menu/yellow_bg.png') repeat-x 0 100% #e1d224;
}
.navmenu .yellow li{background-color: #e1d224;}
.navmenu .yellow ul li:hover{background-color:#e7db50;}
