/* CSS Document */




.thin_line{
	background-image:url(../images/nav/menu_line.jpg);
	background-repeat:repeat-y;
	height:28px;
	width:1px;
	float:left;		
	padding-top:6px;
	margin-top:5px;
}




.menu_item{
	color:white;

	font-size:13px;
	float:left;
	height:25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:8px;
	margin-top:5px;
	background-image:url(../images/nav/contact.png);
	background-repeat:repeat-x;
	font-weight:bold;
	cursor:hand;
}
.menu_tail{
	float:left;
	height:25px;
	padding-top:0px;
	margin-top:5px;
	background-repeat:repeat-y;
}
.menu_item:hover{
	background-image:url(../images/nav/hover.jpg);
	background-repeat:repeat-x;
	color:#e9df95;
}

.sub_menu_item{
	width:150px;
	background-color:#990000;
	border-top:dashed #646e33 1px;
	height:100%;
	padding:8px;
	color:White;
}

.sub_menu_item a{
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#414424;
	cursor:hand;
}

.sub_menu_item:hover{
	background-color:#800000;
	cursor:hand;
	color:#e9df95;
	text-decoration:none;
}

.sub_menu_item a:hover{
	text-decoration:none;
}

.drop_item{
	position: relative;
	float:left;
	margin-bottom:-200px;
	margin-right:-200px;
	margin-top:38px;
}

.drop_item1{
	position: relative;
	float:left;
	margin-bottom:-200px;
	margin-right:-400px;
	margin-top:43px;
}

#menu a{ cursor:hand}

