/* CSS Document */
body {	
	margin:0;
	padding:0;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #727171;
	line-height:150%;
}

a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #727171;
	line-height:150%;
}


.menu {
	width:1000px;
	font-size:14px;
	margin:0; 
	padding:0; 
	list-style:none;
}

.menu .h2_cat {
	width:129px;
	height:43px;
	line-height:43px;
	border:1px solid #727171;
    border-width:0 1px 0 0;
	float:left;
	position:relative;
	
}

.menu h3 {
width:129px;
	margin:0px;
	padding:0px;
	height:43px; 
    line-height:43px; 
	font-size:14px;
	display:block;
	text-align:center;
}

.menu h3 a {
display:block; 
text-align:center; 
text-decoration:none; 
width:129px; 
height:43px; 
color:#727171; 
border:1px solid #727171;
border-width:0 1px 0 0;
background-color:#d8d8d8;
line-height:43px; 
font-size:14px;
font-weight:bold;
}

.menu h3 a:hover {
color:#ffffff; 
font-size:14px;
font-weight:bold;
height:43px; 
line-height:43px; 
width:129px; 
text-decoration:none;
background-color:#01a5ed;

}

.menu .h3_cat {
	display:none;
	width:130px;
	position:absolute;
	left:0px;
	margin-top:-3px;
	cursor:auto;
	z-index: 100;
}
.menu .h3_cat a{
display:block;  
text-decoration:none; 
width:129px; 
height:43px; 
color:#727171; 
background-color:#d8d8d8;
line-height:43px; 
font-size:14px;
font-weight:bold;
padding-left:10px;
}
.menu .h3_cat a:hover {
color:#ffffff; 
font-size:14px;
font-weight:bold;
height:43px; 
line-height:43px; 
width:129px; 
text-decoration:none;
background-color:#01a5ed;
padding-left:10px;
}

.menu .shadow {
	position:inherit;
	background-color:#d8d8d8; 
	width:129px;
}
.menu .shadow_border {
	position:inherit;
	width:129px;
	border:1px solid #727171;
border-width:0 1px 0 0;
background-color:#d8d8d8;
}
.menu .shadow_border ul {
	margin:0;
	padding:0;
	
}
.menu .shadow_border ul li {
	list-style:none;
	background-position:0px 8px;
	float:left;
	width:129px;
	height:43px;
	overflow:hidden;
	border-bottom:1px dotted #333333;
	
	
}


