


/*#################PAGE BLOCKS' IDS###################*/

#menu_sword{

	height: 25px;
	width: 105px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}





/*---------------------------------*/

a.sword_menu:link{
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #3e3e3e;
	cursor: pointer;
	display: block;

	position: relative;
	top: 5px;
	text-decoration: none;
	z-index: 1;
}
a.sword_menu:visited{
	/*
		background:transparent url('../images/front.png') repeat-x;
	background: transparent url('../images/button-background[1].gif') repeat-x;
	DEALER-NAME-BG.jpg
	button-background[1].gif
	*/

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #4E2930;
	cursor: pointer;
	display: block;

	position: relative;
	top: 5px;
	text-decoration: none;
	z-index: 9;
	font-style: normal;
}
a.sword_menu:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: Navy;
	cursor: pointer;
	display: block;

	position: relative;
	top: 5px;
	text-decoration: blink;
	z-index: 10;
}
a.sword_menu:link span.shadow{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	position:absolute;
	left:1px;
	top:3px;
	color:#FFFFFF;
}
a.sword_menu:visited span.shadow{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	position:absolute;
	left:1px;
	top:3px;
	color:#FFFFFF;
}
a.sword_menu:hover span.shadow{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	position:absolute;
	left:1px;
	top:3px;
	color:#FFFFFF;
}




