@charset "utf-8";
/* CSS Document */
#masterdiv{

}
#masterdiv .menutitle{
	background-image: url(images/menu/new_menu_grey_blank.jpg);
	background-repeat: no-repeat;
	margin-left: 22px;
	height: 22px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

#masterdiv .submenu{
margin-bottom: 0.5em;
}

#masterdiv .menutitle a {
	text-decoration: none;
	font-size: 12px;
	color: #333;
	font-family: "Century Gothic", Arial, sans-serif;
	
}
#masterdiv .submenu a{
	margin-bottom: 0.5em;
	margin-left: 24px;
	text-decoration: none;
	font-size:12px;
	line-height: 18px;
	color: #333;
	text-align: justify;
	display: inline;
	font-family: "Arial Narrow", Arial, monospace, sans-serif;
	font-weight: 200;
}
#masterdiv .menutitle a:hover {
	background-image: url(images/menu/new_menu_red_blank.jpg);    color: #A40022;
	background-repeat: repeat-x;	
}
#masterdiv .menutitle:hover {
    background-image: url(images/menu/new_menu_red_blank.jpg);
    background-repeat: repeat-x;
	color: #A40022;
	

}
#masterdiv .submenu a:hover{
	color: #A40022;
}

#masterdiv .menutitle .menuhover
	{
	font-size: 12px;
	color: #333;
	font-family: "Century Gothic", Arial, sans-serif;
}
#masterdiv .menutitle .menuhover:hover {
	color: #A40022;
	cursor: pointer;
}
#masterdiv #menu1 {
	background-image: url(images/menu/bg_menu_grey_.jpg);
	background-repeat: no-repeat;
	height: 251px;
	width: 151px;
}
#masterdiv .menubottom {
	background-image: url(images/menu/menu_grey_bottom.jpg);
	background-repeat: no-repeat;
	margin-left: 22px;
	height: 15px;
	width: 129px;
}
#masterdiv .menutop{
	background-image: url(images/menu/menu_grey_top.jpg);
	background-repeat: no-repeat;
	margin-left: 22px;
	height: 16px;
	width: 129px;
}
