@charset "utf-8";
/* CSS Document */

#dropmenudiv{
	position:absolute;
	line-height:20px;
	z-index:100;
	margin-top: 1px;
	margin-left: 2px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 7px;
	padding: 0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #42413D;
	background-color: #FDE0E4;
	margin: 0px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #F9C6CB;
}


/* ================================================================ 
Menu settings.
=================================================================== */

.menu {
	width:840px;
	height:36px;
	position:relative;
	z-index:100;
	font-family:arial, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:840px; w\idth:840px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	height:36px;
	line-height:29px;
	font-weight:bold;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	float: left;
}
.m01 {
margin: 0px; 
padding: 0px; 
width: 54px; 
text-indent: -1567px; 
background:url(images-menu/m01off.gif) repeat-x;
}
.m02 {
margin: 0px; 
padding: 0px; 
width: 148px; 
text-indent: -1567px; 
background:url(images-menu/m02off.gif) repeat-x;
}
.m03 {
margin: 0px; 
padding: 0px; 
width: 136px; 
text-indent: -1567px; 
background:url(images-menu/m03off.gif) repeat-x;
}
.m04 {
margin: 0px; 
padding: 0px; 
width: 90px; 
text-indent: -1567px; 
background:url(images-menu/m04off.gif) repeat-x;
}
.m05 {
margin: 0px; 
padding: 0px; 
width: 96px; 
text-indent: -1567px; 
background:url(images-menu/m05off.gif) repeat-x;
}
.m06 {
margin: 0px; 
padding: 0px; 
width: 85px; 
text-indent: -1567px; 
background:url(images-menu/m06off.gif) repeat-x;
}
.m07 {
margin: 0px; 
padding: 0px; 
width: 167px; 
text-indent: -1567px; 
background:url(images-menu/m07off.gif) repeat-x;
}
.m08 {
margin: 0px; 
padding: 0px; 
width: 84px; 
text-indent: -1567px; 
background:url(images-menu/m08off.gif) repeat-x;
}


.m01:hover {
background:url(images-menu/m01on.gif) repeat-x;
}
.m02:hover {
background:url(images-menu/m02on.gif) repeat-x;
}
.m03:hover {
background:url(images-menu/m03on.gif) repeat-x;
}
.m04:hover {
background:url(images-menu/m04on.gif) repeat-x;
}
.m05:hover {
background:url(images-menu/m05on.gif) repeat-x;
}
.m06:hover {
background:url(images-menu/m06on.gif) repeat-x;
}
.m07:hover {
background:url(images-menu/m07on.gif) repeat-x;
}
.m08:hover {
background:url(images-menu/m08on.gif) repeat-x;
}


/* ================================================================ 
Menu settings.
=================================================================== */

