@charset "utf-8";

/* CSS Document */
/*====================================================================================================================================
SIDE CONTENT ATTRIBUTES
====================================================================================================================================*/
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px;
}
/*====================================================================================================================================
SIDE BAR NAVIGATION ATTRIBUTES
====================================================================================================================================*/
#sidebar {
	height: 138px;
	padding:0px;
	margin: 0px;
	overflow: hidden;
}
#sidebar #sidenav {
	width: 220px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar #sidenav span {
    display: none;
}
#sidebar #sidenav li, #sidenav a {
	height:46px;
	display:block;
}
#sidebar #sidenav li {
    float:left;
    display:inline;
	list-style:none; /*IE qouble ensure list is hidden*/
}
#sidenav-index {width: 220px;}
#sidenav-ourservices {width: 220px;}
#sidenav-contact {width: 220px;}
#sidenav-index a:link, #sidenav-index a:visited, #sidenav-index a:active {background:url(../images/fade-barIV.gif) -748px -48px no-repeat;}
#sidenav-index a:hover {background:url(../images/fade-barIV.gif) -748px -186px no-repeat;}
#sidenav-ourservices a:link, #sidenav-ourservices a:visited, #sidenav-ourservices a:active {background:url(../images/fade-barIV.gif) -748px -96px no-repeat;}
#sidenav-ourservices a:hover {background:url(../images/fade-barIV.gif) -748px -234px no-repeat;}
#sidenav-contact a:link, #sidenav-contact a:visited, #sidenav-contact a:active {background:url(../images/fade-barIV.gif) -748px -140px no-repeat;}
#sidenav-contact a:hover {background:url(../images/fade-barIV.gif) -748px -278px no-repeat;}