.main-menu{
	padding:0;
	margin:0;
	list-style:none;
	border-top:1px solid #d9d9d9;
	}
.main-menu p {
	float:left;
	height:auto;
	padding:7px 0;
	width:24%;
	margin:0;
	border-bottom:1px solid #d9d9d9;
	}
.main-menu p a {
	/*background:url(/mimg/bg-li.gif) right bottom repeat-y;*/
    border-right: 1px dotted black;
	display:block;
	color:#000000;
	text-align:center;
	padding:27px 0 10px 0px;
	text-decoration:none;
	}
.main-menu p a:hover {
	background: url(/mimg/bg-li-hov.gif) right bottom no-repeat #f3e85b;
	display:block;
	color:#000000;
	text-align:center;
	text-decoration:none
	}
.main-menu p a.hover {
	background: url(/mimg/bg-li-hov.gif) right bottom no-repeat #f3e85b;
	display:block;
	color:#000000;
	text-align:center;
	}

.main-menu p.bg-first {
	/*background:url(/mimg/bg-li.gif) left bottom repeat-y;*/
	padding:7px 1px
	}

.sub-menu {
	margin:0;
	padding:10px 0;
	list-style:none;
	font-size:12px;
	border-bottom:1px solid #d9d9d9;
	width:100%
	}
.sub-menu p {
	padding:2px 0;
	}
.sub-menu a {
	color:#d91f26;
	}
.sub-menu a:hover {
	text-decoration:underline;
	color:#000000;
	}
.sub-menu a.hover {
	text-decoration:underline;
	color:#000000;
	}


