#menu {
	display: block;
	text-align: center;
	list-style-position: inside;
	list-style-type: none;
	height: 25px;
	width: 740px;
	color: #fefefe;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
}

#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	list-style-type: none;
}

#menu a {
	display: block;
}

#menu li li {
	width: 100%;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menu li li ul {
	top: 0;
	left: 0;
}

/* ...and then place it where it should be when shown */
#menu li li:hover ul {
	left: 100%;
}

/* initialy hide all sub menus */
#menu li ul {
	display: none;
	position: absolute;
	z-index: 10;
}

/* display them on hover */
#menu li:hover>ul {
	display: block;

}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

/* Clear-fix for IE5/Mac \*//*/
#menu a {
	float: left;
}

#menuList {
	display: inline-block;
}
/*  */

/*		------   Make-up	--------			*/

#menu {

	color: #fefefe;
	text-align: center;
	height: 25px;/* 	Height mentioned above	 */
}

#menu li {
	background-color: transparent;
}

#menu li li {
	background: none;
	width: 150px;
}

#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fefefe;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 2px 15px 2px 15px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	background-image: url(HomeImages/h-menu-li.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}

#menu li:hover>a {
	color: #fadd9e;
	text-decoration: underline;
	background-color: transparent;
	background-image: url(HomeImages/h-menu-li.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}

#menu li li a {
	color: #fadd9e;
    font-size: 11px;
	font-weight: normal;
    letter-spacing: 0px;
	text-align: left;
	text-transform: none;
	background: none;
	padding: 5px;
	border: 1px solid #bd1b28;
	background-image:url(HomeImages/menu-ul-bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#menu li li:hover>a {
	color: #fadd9e;
	text-decoration: underline;
	background-image: none; 
	background-image:url(HomeImages/menu-ul-bg-act.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#menu li ul {
	color: #fadd9e;
	width: 150px;
	background-color: #a2020f;
}

#menu li li ul {

	border-top-width: 0px;
}

#menu li li li:first-child {
	border-top: 1px solid #bd1b28;
	/*margin-top: 5px;*/
}
#menu li li li:last-child {
	margin-bottom: 5px;
}
#menu li li:last-child {
	margin-bottom: 5px;
}
#menu li li:first-child {
	margin-top: 5px;
}
#menu li li.submenu>a:after {
	content: "";
}
