/* CSS Document */



#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color:#414141;
}

#nav a {
	text-decoration:none;
	display: block;
	color:#FFFFFF;
}

.navMenuItems{
	font-weight:bold;
	width:150px;
	padding:3px 5px 3px 5px;
	border-bottom:1px solid #000;

}

.navMenuItems:hover{
	background-color:#960B10;
}

#nav li { /* all list items */
	float: left;

}

#nav li ul { /* second-level lists */

	border:1px solid #000;
	border-bottom:none;
	position: absolute;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 150px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.hover {
    position: static;
}

.navDaddy {
	background-image: url("../images/nav_arrow.gif");
	background-repeat:no-repeat;
	background-position:center right;
}


#navContainer{
width:772px;
height:31px;
}

#leftNav{
width:42px;
height:31px;
}

#home{
width:136px;
height:31px;
text-indent:-9999px;
background-image:url(../images/NAV/home.jpg);
}

#home:hover{
background-position:+9999px;
background-repeat:no-repeat;
}

#electronics{
width:130px;
height:31px;
text-indent:-9999px;
background-image:url(../images/NAV/electronics.jpg);
}

#electronics:hover{
background-position:+9999px;
background-repeat:no-repeat;
}

#ourServices{
width:130px;
height:31px;
text-indent:-9999px;
background-image:url(../images/NAV/services.jpg);
}

#ourServices:hover{
background-position:+9999px;
background-repeat:no-repeat;
}

#aboutUs{
width:122px;
height:31px;
text-indent:-9999px;
background-image:url(../images/NAV/about.jpg);
}

#aboutUs:hover{
background-position:+9999px;
background-repeat:no-repeat;
}

#contactUs{
width:170px;
height:31px;
text-indent:-9999px;
background-image:url(../images/NAV/contact.jpg);
}

#contactUs:hover{
background-position:+9999px;
background-repeat:no-repeat;
}
