#mainmenu
{
	width: 900px;
	height: 30px;
}

#menu
{
	width: 940px;
	height: 44px;
	background-image: url('/images/menu-bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	margin-top: -2px;
	margin-bottom: 0px;
	z-index: 99;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 99;
}

#menu li { /* all list items */
	float: left;
	position: relative;
}

#menu li ul {/* second-level lists */
	position: absolute;
	display: block;
	width: 300px;
	margin-top: 44px;
	line-height: 30px;
	background-color: #b11c1e;
	z-index: 99;
}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

#menu li ul li ul  {/* third-level lists */
	position: absolute;
	display: block; 
	top: 0;
	left: 8em;
}

/* Fix IE. Hide from IE Mac */
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { visibility:hidden; }		

/* Make-up syles */
#menu ul, li {
    margin: 0 0 0 0; 
}

/* Styles for Menu Items */
#menu ul a {
	text-decoration: none;
	float: left;
}
/* Hover Styles */
#menu ul a:hover { 
	color: #ffffcc;
	text-decoration: none;
} 

/* Sub Menu Styles */
#menu li ul a {
	color: #ffffff;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	height: 30px;
	width: 300px;
	line-height: 30px;
	border-bottom: 1px solid #999999;
} 

/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: #cccccc;
} 

.topmenu-0
{
	width: 91px;
	height: 44px;
	display: block;
	text-align: center;
	font-family: Trebuchet MS, Arial;
	size: 16px;
	line-height: 44px;
	color: #ffffff;
	text-decoration: none;
	background-image: url('/images/matt_dunne_menu_1.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.topmenu-0:hover
{
	color: #ffffff;
	background-position: 0px -44px;
}

.topmenu-1
{
	width: 89px;
	height: 44px;
	display: block;
	text-align: center;
	font-family: Trebuchet MS, Arial;
	size: 16px;
	line-height: 44px;
	color: #ffffff;
	text-decoration: none;
	background-image: url('/images/matt_dunne_menu_2.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.topmenu-1:hover
{
	color: #ffffff;
	background-position: 0px -44px;
}

.topmenu-2
{
	width: 111px;
	height: 44px;
	display: block;
	text-align: center;
	font-family: Trebuchet MS, Arial;
	size: 16px;
	line-height: 44px;
	color: #ffffff;
	text-decoration: none;
	background-image: url('/images/matt_dunne_menu_3.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.topmenu-2:hover
{
	color: #ffffff;
	background-position: 0px -44px;
}

.topmenu-3
{
	width: 117px;
	height: 44px;
	display: block;
	text-align: center;
	font-family: Trebuchet MS, Arial;
	size: 16px;
	line-height: 44px;
	color: #ffffff;
	text-decoration: none;
	background-image: url('/images/matt_dunne_menu_4.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.topmenu-3:hover
{
	color: #ffffff;
	background-position: 0px -44px;
}

.topmenu-4
{
	width: 83px;
	height: 44px;
	display: block;
	text-align: center;
	font-family: Trebuchet MS, Arial;
	size: 16px;
	line-height: 44px;
	color: #ffffff;
	text-decoration: none;
	background-image: url('/images/matt_dunne_menu_5.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.topmenu-4:hover
{
	color: #ffffff;
	background-position: 0px -44px;
}

.topmenu-5
{
	width: 124px;
	height: 44px;
	display: block;
	text-align: center;
	font-family: Trebuchet MS, Arial;
	size: 16px;
	line-height: 44px;
	color: #ffffff;
	text-decoration: none;
	background-image: url('/images/matt_dunne_menu_6.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.topmenu-5:hover
{
	color: #ffffff;
	background-position: 0px -44px;
}

.topmenu-6
{
	width: 298px;
	height: 44px;
	display: block;
	text-align: center;
	font-family: Trebuchet MS, Arial;
	size: 16px;
	line-height: 44px;
	color: #ffffff;
	text-decoration: none;
	background-image: url('/images/matt_dunne_menu_7.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.topmenu-6:hover
{
	color: #ffffff;
	background-position: 0px -44px;
}
