/* CSS Document */

/*===== Button Left Inside  =====*/
#firstNav{
	margin					: 0;
	background-color		: #000;
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 12px;
	color					: #FFF;
	text-decoration			: none;
	height					: 25px;
     }
#btnInside a:link, #btnInside a:visited {
	background-color		: #000;
	margin					: 0;
	padding					: 5px 0px 5px 10px;
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 12px;
	color					: #FFF;
	text-decoration			: none;
	width					: 204px;
	display					: block;
     }
#btnInside a:hover {
	background-color		: #5a7483;
	margin					: 0;
	padding					: 5px 0px 5px 10px;
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 12px;
	color					: #FFF;
	text-decoration			: none;
	width					: 204px;
	display					: block;
     }

#btnInsideVisited a:link, #btnInsideVisited a:visited {
	background-image		: url(../images/arrowDown.gif);
	background-repeat		: no-repeat;
	background-position		: right;
	background-color		: #5a7483;
	margin					: 0;
	padding					: 5px 0px 5px 10px;
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 12px;
	color					: #FFF;
	text-decoration			: none;
	width					: 204px;
	display					: block;
	border-bottom			: none;
     }
#btnInsideVisited a:hover {
	background-image		: url(../images/arrowDown.gif);
	background-repeat		: no-repeat;
	background-position		: right;
	background-color		: #5a7483;
	margin					: 0;
	padding					: 5px 0px 5px 10px;
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 12px;
	color					: #FFF;
	text-decoration			: none;
	width					: 204px;
	display					: block;
	border-bottom			: none;
     }
/*===== Sub Button Left Inside =====*/

