/*********************************************************
I TRIED TO MAKE THIS EASY TO STYLE! SEE NOTES BELOW
**********************************************************/
#dropdown-holder {
	/*
		This is just the holder and how you want what is behind the
		main menu links too look like
	*/
	width: 860px;
	background-color:#000000;
}
.dropdown {
	/*
		OVER ALL LINE HEIGHT
	*/
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	padding: 0px;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.dropdown a {
	/* The minimum width of the "MAIN" links on top */
	width: 143px;
	display:block;
	padding:0px;
	text-decoration:none;
}
.dropdown a:hover{
}
.dropdown ul {

}
.dropdown li ul a{
	/* The width of the dropdown and popout menu */
	width:124px;
	background-color:#FFF;
	/*
		Optional thought i'd make the drop down and popout transparent
		This line is also what is killing the CSS validation
	*/
	filter:alpha(opacity=95);-moz-opacity:.95;opacity:.95;
}
.dropdown li ul {
	/* time for some math  {a}:width + {a}:padding + {a}:border */
}

.dropdown li ul li{
	/* time for some math  {a}:width + {a}:padding + {a}:border */
	text-indent:0;
	text-align: left;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

.dropdown li ul li a{
	text-align: left;
	padding-left: 20px;
}
.dropdown li ul li a:hover{
	background-image: url(../img/share/link_background.gif);
	background-repeat: no-repeat;
}
/************************************************************
ONLY EDIT BELOW IF YOU REALLY KNOW WHAT YOUR DOING!
************************************************************/
.heading {
	width: 144px;
}
.heading li a:hover{

}

.dropdown {
	text-align: center;
	margin:0;
	padding:0;
	list-style-type:none;
}
.dropdown ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.dropdown a {
	display:block;
}
.dropdown li{
	float:left;
	position:relative;
	display: block;
}
.dropdown ul {
	position:absolute;
	display:none;
}
.dropdown li ul a{
	float:left;
}
.dropdown li ul {
	float:left;
}
.dropdown li ul li{
	float:left;
	position:relative;
}
.dropdown ul ul{
	top:0;
	left:100%;
}
.dropdown li ul ul {
	width:auto;
	margin: 0px 0px 0px 0px;
	float:left;
}
.dropdown li:hover ul ul, .dropdown li:hover ul ul ul, .dropdown li:hover ul ul ul ul{
	display:none;
}
.dropdown li:hover ul, .dropdown li li:hover ul, .dropdown li li li:hover ul, .dropdown li li li li:hover ul{
	display:block;
}
#nav {
	width: 860px;
	background-repeat: no-repeat;
	padding: 0px;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#nav img {
	margin: 0px;
	padding: 0px;
}

#nav #home {
	background: url(../img/share/home_off.gif) no-repeat center top;
}
#nav #home a:hover {
	background: url(../img/share/home_on.gif) no-repeat center top;
}
#nav #collection {
	background: url(../img/share/collection_off.gif) no-repeat center top;
}
#nav #collection a:hover {
}
#nav #information {
	background: url(../img/share/information_off.gif) no-repeat center top;
}
#nav #information a:hover {
}
#nav #profile {
	background: url(../img/share/profile_off.gif) no-repeat center top;
}
#nav #profile a:hover {
}
#nav #blog {
	background: url(../img/share/blog_off.gif) no-repeat center top;
}
#nav #blog a:hover {
	background: url(../img/share/blog_on.gif) no-repeat center top;
}
#nav #shop {
	width:140px;
	background: url(../img/share/shop_off.gif) no-repeat center top;
}
#nav #shop a:hover {
	width:140px;
	background: url(../img/share/shop_on.gif) no-repeat center top;
}
