/* 
	LEVEL ONE
*/
ul.dropdown {
	margin: 0;
	padding: 0;
}

ul.dropdown li { 
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	zoom: 1;
}

ul.dropdown a {
	outline: none;
}

ul.dropdown a:hover		            { color: #fff; }
ul.dropdown a:active                { color: #fff; }
ul.dropdown li a                    { display: block; color: #fff; }
ul.dropdown li:last-child a     	{ border-right: none; } /* Doesn't work in IE */

/* 
	LEVEL TWO
*/
#header #menu .sub_menu_wrap {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	min-width: 91px;
}

#header #menu li.page-2 .sub_menu_wrap {
	min-width: 110px;
}

#header #menu .sub_menu {
	margin: 0 0 0 0;
	padding: 13px 0 5px 0;
	color: #686868;
	text-indent: 0;
	text-align: left;
	overflow: hidden;
}

#header #menu .sub_menu_wrap table {
	width: 100%;
}

#header #menu .sub_menu_topleft {
	background: transparent url('../images/dropdown-left.png') no-repeat left top;
}

#header #menu .sub_menu_topright {
	width: 5px;
	background: transparent url('../images/dropdown-right.png') no-repeat left top;
}

#header #menu .sub_menu_btmleft {
	height: 5px;
	background: transparent url('../images/dropdown-bottomleft.png') no-repeat left top;
}

#header #menu .sub_menu_btmright {
	width: 5px;
	height: 5px;
	background: transparent url('../images/dropdown-bottomright.png') no-repeat left top;
}

#header #menu .sub_menu li {
	float: none;
	display: block;
	margin: 0 10px 5px 7px;
	padding: 0;
	text-indent: 0;
	font-size: 11px;
	font-weight: bold;
	color: #686868;
	background: transparent;
	border-bottom: 1px dashed #aaa;
	border-right: none;
}

#header #menu .sub_menu li:last-child {
	margin-bottom: 0;
}

/*
#header #menu .sub_menu li:hover {
	position: relative;
	color: #FFFFFF;
	background: #CC6600;
}
*/

#header #menu .sub_menu li a {
	display: inline-block; /* IE 6 & 7 Needs Inline Block */
	padding: 0 0 1px 0;
	margin: 0;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
