#navigation {
	width: 90px;
	float: left;
	margin-top: 0px;
	margin-left: -15px;

}

*html #navigation {
	margin-left: 15px;
	margin-top: 0px;
	margin-right: -15px;
	width: 100px;

}

ul {
	margin-top: -30px;
	margin-left: -40px;
}



li {
	list-style: none;	
	
}



.group{
	display: block;
	height: 20px;
	width: 145px;
	line-height: 20px;
	padding-left: 0px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #ccc;

	
}

.group:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.group3{
	display: block;
	height: 20px;
	width: 145px;
	
	line-height: 20px;
	padding-left: 0px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

	
}

.group3:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.group2{
	display: block;
	height: 20px;
	width: 145px;
	
	line-height: 20px;

	color: #00bce4;
	text-decoration: none;
	margin-top: 0px;
	
	
}

*:first-child+html .group2 {
	margin-top: -7px;
	
}

*html .group2 {
	margin-top: -7px;
	
}


.group2:active {
	color: #00bce4;
}

.group2:hover {
	color: #c4c0b9;
	
}
.Option{
	display: block;
	height: 20px;
	width: 145px;
	background-image: url(Button_Option.jpg);
	line-height: 20px;
	padding-left: 0px;
	color: #00bce4;
	text-decoration: none;
}

.Option:active {
	color: #00bce4;
	text-decoration: none;
}

.Option:hover {
	color: #c4c0b9;
	
}


	


.second_option {
	display: block;
	
	width: 145px;

	line-height: 20px;

	color: #c2c0bb;
	text-decoration: none;
	
}

.second_option1 {
		display: block;
	margin-top: 0px;
	width: 145px;

	line-height: 20px;

	color: #c2c0bb;
	text-decoration: none;
}
	
.second_option2 {
	color: #c2c0bb;
	line-height: 20px;
}
	
*html .second_option2 {
	padding-top: 2px;
	color: #c2c0bb;
}


*html ul #packages {
	margin-top: -7px;
}


.show {
	display:inline;
	height: 1px;
	margin: 0;
	padding: 0;
}
.hide {
	display:none;
}