.menuSpacer {
	width: 3px;
}

.menuFooter {
	width: 386px; 
}

#menuBar
{
    padding-left: 50px;
    z-index: 10;
}

#nav {
	position: absolute;
	width: 823px;
	z-index: 10000;
}
#nav, 
#nav ul { /* all lists*/
	margin: 0px;
	list-style: none;
	display: inline;
}
#nav li { /* all list items */
	position: relative;
	float: left;
	height: auto;
	width: auto;
	display: inline;
}
#nav ul li {
    background-color: #0066A1;
    color: White;
    border: solid 1px white;
    margin-bottom: 5px;
} 
#nav li ul { /* second level */
	position: absolute;
	display: none;
	top: 51px;
	left: 0px;
	height: auto;
	width: 134px;
	padding: 0px 6px 0px 6px;
	/*background-color: #AED3F0;*/
}
#nav li ul ul { /* third level */
	display: none;
	width: 134px;
	left: 132px;
	top: -5px;
	height: auto;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #AED3F0;
}
#nav li a {
	display : block;
	font-weight: bold;
	font-family: Arial;
	font-size : 11px;
	text-decoration : none;
	color: White;
	height: auto;
	width: 113px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
}
a img 
{
    border: none;
}
#Home
{
    background-image: url('/Images/MenuItems/HomeBackground.jpg');
    background-repeat: no-repeat;
}
#Promotion
{
    background-image: url('/Images/MenuItems/PromotionBackground.jpg');
    background-repeat: no-repeat;
}
#Below
{
    background-image: url('/Images/MenuItems/PromotionBackground.jpg');
    background-repeat: no-repeat;
}


#PromotionLi
{
    position: relative;
    left: -52px;
}

#Below
{
}
#BelowLi
{
    position: relative;
    left: -105px;
}

#ClientsLi 
{
	position: relative;
	left: -158px;
}
	

#Contact
{
}
#ContactLi
{
    position: relative;
    left: -211px;
}