.menu {
	width:620px;
	height:34px;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
	list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
	margin-left:8px;
	float:left;
	display:inline;
	position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
	width:116px;
	height:34px !important;
	height:33px;
	color:#fff;
	font-size:18px;
	line-height:34px !important;
	line-height:33px;
	text-align:center;
	text-decoration:none;
	display:block;
}
/* make the dropdown ul invisible */
.menu ul li ul {
	display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
	color:#fff;
	background-position: 0 -34px;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
	top:34px;
	left:0px;
	display:block;
	position:absolute;
}

.menu ul li:hover ul.About {
	width:206px;
	border:solid #f4a600 1px;
	border-bottom:none;
}

.menu ul li:hover ul.Products {
	width:162px;
	border:solid #0092ff 1px;
	border-bottom:none;
}

.menu ul li:hover ul.Promotions {
	width:138px;
	border:solid #ee7205 1px;
	border-bottom:none;
}

.menu ul li:hover ul.Contact {
	width:138px;
	border:solid #86c000 1px;
	border-bottom:none;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li {
	margin:0;
}
.menu ul li:hover ul li a {
	height:30px !important;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	line-height:30px !important;
	padding:0 0 0 18px;
	margin:0px;
	display:block;
}

.menu ul li:hover ul.About li {
	border-bottom:solid #f4a600 1px;
}
.menu ul li:hover ul.About li a {
	width:188px;
	background:url(../images/arroww.gif) 6px 9px no-repeat #ffc114;
}

.menu ul li:hover ul.Products li {
	border-bottom:solid #0092ff 1px;
}
.menu ul li:hover ul.Products li a {
	width:144px;
	background:url(../images/arroww.gif) 6px 9px no-repeat #41aeff;
}

.menu ul li:hover ul.Promotions li {
	border-bottom:solid #ee7205 1px;
}
.menu ul li:hover ul.Promotions li a {
	width:120px;
	background:url(../images/arroww.gif) 6px 9px no-repeat #fb8b01;
}

.menu ul li:hover ul.Contact li {
	border-bottom:solid #86c000 1px;
}
.menu ul li:hover ul.Contact li a {
	width:120px;
	background:url(../images/arroww.gif) 6px 9px no-repeat #acd940;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
	color:#fff;
	height:29px !important;
	line-height:30px !important;
	padding-top:1px;
}

.menu ul li:hover ul.About li a:hover {
	background:url(../images/arroww.gif) 6px 10px no-repeat #f4a600;
}

.menu ul li:hover ul.Products li a:hover {
	background:url(../images/arroww.gif) 6px 10px no-repeat #0092ff;
}

.menu ul li:hover ul.Promotions li a:hover {
	background:url(../images/arroww.gif) 6px 10px no-repeat #ee7205;
}

.menu ul li:hover ul.Contact li a:hover {
	background:url(../images/arroww.gif) 6px 10px no-repeat #86c000;
}

/* Main Nav style the background */
a.NavHome{
	background:url(../images/homemenu.gif) no-repeat;
}
a.NavAbout{
	background:url(../images/aboutusmenu.gif) no-repeat;
}
a.NavProducts{
	background:url(../images/productsmenu.gif) no-repeat;
}
a.NavPromotions{
	background:url(../images/promotionsmenu.gif) no-repeat;
}
a.NavContact{
	background:url(../images/contactusmenu.gif) no-repeat;
}
