/* =topNav buttons
----------------------------------------------- */
a.button_topnav {
    /* Sliding right image */
    background: transparent url('../img/buttons/topnav_right.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 30px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-right: 10px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	margin-top: 10px;
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #97594e;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	}

a.button_topnav span {
	/* Background left image */ 
	background: transparent url('../img/buttons/topnav_left.png') no-repeat; 
	display: block;
	line-height: 30px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
	padding: 0px 0px 3px 10px;
	}
	
a.button_topnav:hover {
	background: transparent url('../img/buttons/topnav_right_h.png') no-repeat;
	background-position: bottom right;
	}

a.button_topnav:hover span {
	color: #62322a;
	padding: 0px 0 0px 10px;
	background: transparent url('../img/buttons/topnav_left_h.png') no-repeat;
	background-position: bottom left;
	}
	
a.button_topnav_active {
    /* Sliding right image */
    background: transparent url('../img/buttons/topnav_right_a.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 40px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-right: 10px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFF;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	}

a.button_topnav_active span {
	/* Background left image */ 
	background: transparent url('../img/buttons/topnav_left_a.png') no-repeat; 
	display: block;
	line-height: 40px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
	padding: 0px 0px 3px 10px;
	}
	
/* =subNav buttons
----------------------------------------------- */
a.button_subnav {
    /* Sliding right image */
    background: none; 
	display: block;
	float: left;
	height: 24px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-right: 20px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	margin-top: 1px;
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #ffc990;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	}

a.button_subnav span {
	/* Background left image */ 
	background: none; 
	display: block;
	line-height: 24px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
	padding: 0px 0px 3px 20px;
	}
	
a.button_subnav:hover {
	background: none;
	background-position: bottom right;
	}

a.button_subnav:hover span {
	color: #FFF;
	padding: 0px 0 0px 20px;
	background: none;
	background-position: bottom left;
	}
	
a.button_subnav_active {
    /* Sliding right image */
    background: transparent url('../img/buttons/subnav_right.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 24px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-right: 20px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	margin-top: 1px;
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	}

a.button_subnav_active span {
	/* Background left image */ 
	background: transparent url('../img/buttons/subnav_left.png') no-repeat; 
	display: block;
	line-height: 24px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
	padding: 0px 0px 3px 20px;
	}
	
a.button_subnav_active:hover {
	background: transparent url('../img/buttons/subnav_right.png') no-repeat;
	background-position: bottom right;
	}

a.button_subnav_active:hover span {
	color: #FFF;
	padding: 0px 0 0px 20px;
	background: transparent url('../img/buttons/subnav_left.png') no-repeat;
	background-position: bottom left;
	}
	
/* =link buttons
----------------------------------------------- */
a.button_link {
    /* Sliding right image */
    background: transparent url('../img/buttons/button_link_right.png') no-repeat scroll top right; 
	display: block;
	height: 22px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-right: 12px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	}

a.button_link span {
	/* Background left image */ 
	background: transparent url('../img/buttons/button_link_left.png') no-repeat; 
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
	padding: 0px 0px 3px 12px;
	}
	
a.button_link:hover {
	background: transparent url('../img/buttons/button_link_right_h.png') no-repeat;
	background-position: bottom right;
	}

a.button_link:hover span {
	color: #FFF;
	padding: 0px 0 0px 12px;
	text-decoration: underline;
	background: transparent url('../img/buttons/button_link_left_h.png') no-repeat;
	background-position: bottom left;
	}
	
a.button_link2 {
    /* Sliding right image */
    background: transparent url('../img/buttons/button_link2_right.png') no-repeat scroll top right; 
	display: block;
	height: 22px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-right: 12px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	}

a.button_link2 span {
	/* Background left image */ 
	background: transparent url('../img/buttons/button_link2_left.png') no-repeat; 
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
	padding: 0px 0px 3px 12px;
	}
	
a.button_link2:hover {
	background: transparent url('../img/buttons/button_link2_right_h.png') no-repeat;
	background-position: bottom right;
	}

a.button_link2:hover span {
	color: #FFF;
	padding: 0px 0 0px 12px;
	text-decoration: underline;
	background: transparent url('../img/buttons/button_link2_left_h.png') no-repeat;
	background-position: bottom left;
	}