#contents {
	width: auto;
	font-size: 15px;
	padding-left: 17em;
	margin: 0px;
	padding-right: 4em;
}
#menu {
	color: #666666;
	margin: 0px;
	list-style-type: none;
	width: 400px;

}

#menu a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #0066FF;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-color: #E1EDFF;
	display: block;
	width: 300px;
}
#menu a:hover {
	background-color: #CCFF66;
}
#menu a:visited {
	color: #666666;
}
#menu a:active {
	color: #000000;
}
.menucolar {
	background-attachment: scroll;
	background-image: url(../../../img/menu_col.jpg);
	background-repeat: repeat;
	background-position: left top;
}
li{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #E8E8E8;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(../../../company/img/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 70px;
}
h1 {
	margin: 0px;
}
h2 {
	color: #0066FF;
	font-size: 22px;
}
#left {
	margin: 0px;
	float: left;
}
