/*
Theme Name: BuyDownload
Author: Eliana Harvey
*/
#dropmenu{margin:0;margin-left:15px; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.5em; z-index:300; width:100%;top:-4px }
#dropmenu a {
	display:block;
	font-size:10pt;
	float: left;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding:10px;}
#dropmenu a:hover {
	background-image: url('images/line.gif');
	background-repeat: no-repeat;
	background-position:center 0px;
  }
#dropmenu li {
	float:left;
	position:relative;
	line-height:20px;
	margin:0;
	font-size:10pt;
	float: left;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding:0px;
	background:#000;
	
}
/*first level current tab*/
#dropmenu li.current_page_item a,
#dropmenu li.current_page_parent a,
#dropmenu li.current_page_ancestor a{
	background-color: #ffffff;
	color: #000000;
	padding-left:0px;
	font-weight: bold
}
#dropmenu li.current_page_item,
#dropmenu li.current_page_parent,
#dropmenu li.current_page_ancestor{
	background-image: url('images/tab-Lcorner.gif');
	background-repeat: no-repeat;
	background-position:left top;
	padding-left:10px;
	background-color: #ffffff;
	border:0px solid red
}
#dropmenu li.current_page_item a,
#dropmenu li.current_page_parent a,
#dropmenu li.current_page_ancestor a{
	background-image: url('images/tab-Rcorner.gif');
	background-repeat: no-repeat;
	background-position:right top;
	padding-right:10px;
}
/* second level */
#dropmenu ul {position:absolute;top:40px;left:-1px;display:none;margin:0; padding:0; list-style-type:none; list-style-position:outside;line-height:1.5em; z-index:300; font-weight:bold;}
#dropmenu ul li{
	margin:0;
	padding:0;
	text-align:left;
	font-size: 10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-right:0px;
	padding-left:0;
	width:150px;  
	border-bottom:1px solid #c8c8c8;
}
#dropmenu ul li:hover{background-color:#C2C83F}
#dropmenu ul a {font-weight:normal}
#dropmenu ul a:hover {background-image:none}
#dropmenu li ul {width:150px;}
#dropmenu li ul a {height:auto; float:left;}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:150px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}

/*second level current tab*/

#dropmenu li.current_page_item li a,
#dropmenu li.current_page_parent li a,
#dropmenu li.current_page_ancestor a {
	background-color: #ffffff;
	color: #000000;
	padding-left:0px;
	font-weight: normal;
}
ul#dropmenu li:hover {position:relative;}
ul#dropmenu :hover ul {left:0px;top:40px;}
* html ul#dropmenu :hover ul {top:36px;}
ul#dropmenu :hover ul li {display:block;padding-left:15px;width:200px;float:left; margin:0;background:#000;border-bottom:1px solid #c8c8c8; }
ul#dropmenu :hover ul li a {background:#000;color:#fff;}
ul#dropmenu :hover ul li:hover{background-color:#C2C83F}
ul#dropmenu :hover ul li:hover > a {background-color:#C2C83F;color:#fff;}
/*third level*/
ul#dropmenu :hover ul ul {left:-9999px;}
ul#dropmenu :hover ul :hover ul {left:138px; top:0; width:124px}
ul#dropmenu :hover ul :hover ul li {display:none; float:left; margin:0;background-color:#C2C83F;height:40px}
ul#dropmenu :hover ul :hover ul li a {display:none; float:left; margin:0; height:25px; line-height:25px;color:#000;left:150px;background-color:transparent;}
ul#dropmenu :hover ul :hover ul li:hover {color:#fff; background-color:yellow}