@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;

}

#menu_wrapper {
 padding: 0px;
 margin: 0px;
 height: 32px;
	background-image: url('../images/menu.gif');
	background-repeat: repeat-x;
	background-position: 90% 40%;
	width: 890px;
	display:inline;
	float:left;
	text-align:center;

}

#menu_wrapper li a{
font-size: 125%;
	color: #CCCCCC;
	padding-right: 30px;
	padding-left: 30px;
}
#menu_wrapper li li a{
	font-size: 11px;
	color: #666666;
	padding-left: 10px;
	padding-right:0px;
	border: thin solid #CCC;
}
#menu_wrapper li li a:hover{
	color: #ffffff;
}
.border-left{
	background-image: url('../images/border-left-small2.gif');
	background-repeat: no-repeat;
	background-position:left;
	width:5px;
	height:32px;
	float:left;
 	display:inline;
}
.border-right{
	height:32px;
	width:5px;;
	background-image: url('../images/border-right-small2.gif');
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
	 float:right;
 	display:inline;
}

.style1 {
	font-size: 100%;
	color: #CCCCCC;
	padding-right: 30px;
	padding-left: 30px;
}
.style2 {
	font-size: 11px;
	color: #666666;
	padding-left: 10px;
	border: thin solid #CCC;
}
