@charset "UTF-8";

/**
 * Horizontal Linear CSS Drop-Down Menu Component
 *
 * @file		dropdown.linear.css
 * @package		Dropdown
 * @version		0.1
 * @type		Transitional
 * @requires	dropdown.css
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

@import "dropdown.css";

ul.dropdown-linear {
 width: 100%;
}

ul.dropdown-linear ul li {
 float: left;
}

ul.dropdown-linear li.hover,
ul.dropdown-linear li:hover {
 position: static;
}

ul.dropdown-linear ul ul {
 display: none !important;
}

a.button1 {
display: block;
	width: 136px;
	height: 50px;
background:url(http://www.sassycaddy.com/buttons/hello.jpg);
margin-right:10px;
margin-left:7px;
}
a.button1:hover {
background:url(../../../../../buttons/hello_over.jpg);
}

a.button2 {
display: block;
	width: 136px;
	height: 50px;
background:url(../../../../../buttons/bags.jpg);
margin-right:9px;
}
a.button2:hover {
background:url(../../../../../buttons/bags_over.jpg);
}

a.button3 {
display: block;
	width: 136px;
	height: 50px;
background:url(../../../../../buttons/up_close.jpg);
margin-right:9px;
}
a.button3:hover {
background:url(../../../../../buttons/up_close_over.jpg);
}

a.button4 {
display: block;
	width: 136px;
	height: 50px;
background:url(../../../../../buttons/shop.jpg);
margin-right:9px;
}
a.button4:hover {
background:url(../../../../../buttons/shop_over.jpg);
}

a.button5 {
display: block;
	width: 136px;
	height: 50px;
background:url(../../../../../buttons/contest.jpg);
margin-right:9px;
}
a.button5:hover {
background:url(../../../../../buttons/contest_over.jpg);
}

a.button6 {
display: block;
	width: 136px;
	height: 50px;
background:url(../../../../../buttons/deals.jpg);
margin-right:9px;
}
a.button6:hover {
background:url(../../../../../buttons/deals_over.jpg);
}

a.button7 {
display: block;
	width: 136px;
	height: 50px;
background:url(../../../../../buttons/lets_talk.jpg);
margin-right:9px;
}
a.button7:hover {
background:url(../../../../../buttons/lets_talk_over.jpg);
}