
.menu-item {

	display: block;
	height: 50px;

}

#menu-home {

	background: url(../images/menu2.png) no-repeat;
	width: 78px;
	height: 50px;

}

#menu-home:hover {

	background-position: 0px -50px;

}

#menu-services {

	background: url(../images/menu2.png) no-repeat;
	width: 114px;
	background-position: -78px 0px;

}

#menu-services:hover {

	background-position: -78px -50px;

}

#menu-clients {

	background: url(../images/menu2.png) no-repeat;
	width: 103px;
	background-position: -192px 0px;

}

#menu-clients:hover {

	background-position: -192px -50px;

}

#menu-spares {

	background: url(../images/menu2.png) no-repeat;
	width: 97px;
	background-position: -295px 0px;

}

#menu-spares:hover {

	background-position: -295px -50px;

}

#menu-about {

	background: url(../images/menu2.png) no-repeat;
	width: 115px;
	background-position: -392px 0px;

}

#menu-about:hover {

	background-position: -392px -50px;

}

#menu-contact {

	background: url(../images/menu2.png) no-repeat;
	width: 101px;
	background-position: -507px 0px;

}

#menu-contact:hover {

	background-position: -507px -50px;

}


.sf-menu, .sf-menu * {

	margin:	0;
	padding: 0;
	list-style: none;
}
.sf-menu {

	line-height: 1.0;

}

.sf-menu ul li img {

	border: 0px;
	padding: 0;
	margin: 0;

}

.sf-menu ul {

	position:		absolute;
	font-size:		11px;
	font-family: 		tahoma,arial,sans-serif;
	top:			-999em;
	width:			300px; /* 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:			50px; /* 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:			300px; /* 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:			10em; /* match ul width */
	top:			0;

}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left
}
.sf-menu a {
	padding: 0;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}

.sf-menu li li, .sf-menu li li li {
	background: #fff;
}

.sf-menu li li {

	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px dotted #e1e1e1;

}

.sf-menu li li li {

	border: 1px solid #e1e1e1;
	border-left: 0;

}

.sf-menu li li.last {

	border-bottom: 1px solid #e1e1e1;

}

.sf-menu li li a {

	display: block;
	color: #005ea9;
	padding: 8px;

}

.sf-menu li li a:hover {

	color: #fff;
	background-color: #bf120a;

}

.sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.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-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
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 */
.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*/
}

/*** 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;
}


/* Sidebar Accordion */

ul#menu, ul#menu ul {

	list-style-type:none;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

ul#menu {

	width: 319px;
	margin-bottom: 20px;
}

ul#menu a {

	display: block;
	text-decoration: none;	

}

.sidebar-title {

	display: block;
	width: 319px;
	clear: both;
	height: 54px;
	margin-bottom: 4px;

}

ul#menu li ul li {

	display: block;
	border-bottom: 1px dotted #e9e9e9;
	padding-top: 6px;
	padding-bottom: 6px;
}

ul#menu li ul li ol li {

	display: block;
	padding-left: 20px;
	border-bottom: 0;
	padding-top: 9px;
	background: url(../images/separator.gif) no-repeat;
	background-position: 4px 5px;
	padding-bottom: 3px;

}

ul#menu li ul {

	padding-left: 15px;
	display: block;
	width: 289px;
}

ul#menu li ul li a {

	color: #bb0f07;
	font-family: arial,sans-serif;
	font-size: 11px;

}

ul#menu li ul li a:hover {

	color: #8c0a04;

}

#home {

	background: url(../images/sidebar-home.png) no-repeat;

}

#services {

	background: url(../images/sidebar-services.png) no-repeat;

}

#clients {

	background: url(../images/sidebar-clients.png) no-repeat;

}

#spares {

	background: url(../images/sidebar-spares.png) no-repeat;

}

#about {

	background: url(../images/sidebar-about.png) no-repeat;

}

#contact {

	background: url(../images/sidebar-contact.png) no-repeat;

}