

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/sidemenus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.sidemenu {
float:left;
height:150px;
width: 144px;
	font-size: 11px;
	line-height: 90%;
	font-weight: normal;
color:#999;
margin:0; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.sidemenu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:144px;
}


/* style the list items */
.sidemenu li {
color:#004982;
height:22px;
/* for IE7 */
float:left;
}

.sidemenu li.home {
background:#fff url(../images/home.jpg) no-repeat left top;
}
.sidemenu li.services {
background:#fff url(../images/services.jpg) no-repeat left top;
} 

.sidemenu li.products {
background:#fff url(../images/products.jpg) no-repeat left top;
} 

.sidemenu li.technologies {
background:#fff url(../images/technologies.jpg) no-repeat left top;
}

.sidemenu li.partners {
background:#fff url(../images/partners.jpg) no-repeat left top;
}

.sidemenu li.about {
background:#fff url(../images/aboutus.jpg) no-repeat left top;
}

.sidemenu li.contact {
background:#fff url(../images/contactus.jpg) no-repeat left top;
}

.sidemenu li li.subservice1 {
background:#fff url(../images/subservice1.jpg) no-repeat;
}

.sidemenu li li.subservice1:hover > a {background:#fff url(../images/subservice1_f2.jpg) no-repeat left -1px;height:21px;}

.sidemenu li li.subservice2 {
background:#fff url(../images/subservice2.jpg) no-repeat;
}

.sidemenu li li.subservice2:hover > a {background:#fff url(../images/subservice2_f2.jpg) no-repeat left -1px;height:21px;}

.sidemenu li li.subservice3 {
background:#fff url(../images/subservice3.jpg) no-repeat;
}

.sidemenu li li.subservice3:hover > a {background:#fff url(../images/subservice3_f2.jpg) no-repeat left -1px;height:21px;}

.sidemenu li li.subservice4 {
background:#fff url(../images/subservice4.jpg) no-repeat;
}

.sidemenu li li.subservice4:hover > a {background:#fff url(../images/subservice4_f2.jpg) no-repeat left -1px;height:21px;}

.sidemenu li li.subpartners1 {
background:#fff url(../images/subpartners1.jpg) no-repeat;
}

.sidemenu li li.subpartners1:hover > a {background:#fff url(../images/subpartners1_f2.jpg) no-repeat left -1px;height:21px;}

.sidemenu li li.subpartners2 {
background:#fff url(../images/subpartners2.jpg) no-repeat;
}

.sidemenu li li.subpartners2:hover > a {background:#fff url(../images/subpartners2_f2.jpg) no-repeat left -1px;height:21px;}

.sidemenu li li.subpartners3 {
background:#fff url(../images/subpartners3.jpg) no-repeat;
}

.sidemenu li li.subpartners3:hover > a {background:#fff url(../images/subpartners3_f2.jpg) no-repeat left -1px;height:21px;}

/* get rid of the table */
.sidemenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.sidemenu a, .sidemenu a:visited {
display:block; 
text-decoration:none;
height:22px;
line-height:22px;
width:144px;
color:#004982;
border:1px solid #fff;
border-width:1px 0 1px 0;
text-indent: -999em;
}
/* hack for IE5.5 */
* html .sidemenu a, * html .sidemenu a:visited {width:144px; w\idth:143px;}
/* style the link hover 
* html .sidemenu a:hover {color:#004982; background:#fff url(../images/home.jpg) no-repeat; position:relative;}*/

.sidemenu li li {
border:1px solid #fff;
border-width:0 1px 0 1px;

}

.sidemenu li:hover {position:relative;}

/* For accessibility of the top level sidemenu when tabbing */
.sidemenu a:active, .sidemenu a:focus {color:#004982; background:#fff url(../images/home.jpg) no-repeat;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.sidemenu li.home:hover > a {background:#fff url(../images/home_f2.jpg) no-repeat left -1px;height:21px;}
.sidemenu li.services:hover > a {background:#fff url(../images/services_f2.jpg) no-repeat left -1px;height:21px;}
.sidemenu li.products:hover > a {background:#fff url(../images/products_f2.jpg) no-repeat left -1px;height:21px;}
.sidemenu li.technologies:hover > a {background:#fff url(../images/technologies_f2.jpg) no-repeat left -1px;height:21px;}
.sidemenu li.partners:hover > a {background:#fff url(../images/partners_f2.jpg) no-repeat left -1px;height:21px;}
.sidemenu li.about:hover > a {background:#fff url(../images/aboutus_f2.jpg) no-repeat left -1px;height:21px;}
.sidemenu li.contact:hover > a {background:#fff url(../images/contactus_f2.jpg) no-repeat left -1px;height:21px;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.sidemenu li ul {
visibility:hidden;
position:absolute;
top:-10px;
/* set up the overlap (minus the overrun) */
left:135px;
/* set up the overrun area */
padding:10px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
}


/* for browsers that understand this is all you need for the flyouts */
.sidemenu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.sidemenu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.sidemenu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.sidemenu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.sidemenu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.sidemenu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.sidemenu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.sidemenu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}