.menu
{
	border-bottom: solid 1px #f4f4f4;
	border-right: solid 1px #0789D4;
	width: 169px;
	padding-top: 4px;
	padding-bottom: 2px;
	cursor: pointer;
	background-color: #0789D4;
	color: #ffffff;
	font-weight: bold;
	height: 22px;
	padding-left:5px;
	
}
.menu a
{
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	
	
}

.option
{
	display: none;
}
.subMenu
{
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #0789D4;
	width: 161px;
	cursor: pointer;
	background-color: #f8f8f8;
	color: #e70101;
	font-weight: bold;
	height: 24px;
	line-height:24px;
	padding-left:13px;

}
.subMenuOver
{
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #f4f4f4;
	width: 160px;
	cursor: pointer;
	background-color: #eee;
	color: #0789D4;
	font-weight: bold;
	height: 24px;
	line-height:24px;
	border-left: 5px #cc0000 solid;
	padding-left:8px;

}
.item_border
{
	border: solid 1px #cccccc;
}

