.main_menu {
	width: 240px;
	padding: 0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.masmenu, .masmenu li ul{
	list-style-type: none;
	margin: 0;
	width: 240px;
	padding: 0;
}

.masmenu li{
position: relative;
}

.masmenu li a{
	background: white url(imagesfiles/menugrey_bg.gif) repeat-x bottom left;
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.masmenu li ul{ /*SUB MENU STYLE*/
background: white url(imagesfiles/menugrey_bg.gif) repeat-x bottom left;
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.masmenu li ul li{
float: left;
}

.masmenu li ul a{
	width: 180px;
}

.masmenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(imagesfiles/arrow.gif) no-repeat center right;
}

.masmenu li a:visited, .masmenu li a:active{
	color: white;
}

.masmenu li a:hover{
background-image: url(imagesfiles/menuover_bg.gif);
}

/* Holly Hack for IE \*/
* html .masmenu li { float: left; height: 1%; }
* html .masmenu li a { height: 1%; }
/* End */

