.pro_linedrop {
	height:36px;
	width:100%;
	position:relative;
	font-family:Tahoma;
	font-size:11px;
	z-index:500;
	padding: 6px;
}

.pro_linedrop .select {
	margin:0;
	padding:0;
	list-style:none;
	white-space:normal;
}

.pro_linedrop li {
	float:left;
}

.pro_linedrop .select a {
	display:block;
	height:36px;
	float:left;
	padding:0 0 0 15px;
	text-decoration:none;
	line-height:25px;
	white-space:nowrap;
	color:#000000;
}

.pro_linedrop .select li.line a {color:#333333;}

.pro_linedrop .select a b {
display:block; 
padding:0 0px 0px 0px; 
}

.pro_linedrop .select a:hover, 
.pro_linedrop .select li:hover a {
	padding:0 0 0 15px;
	line-height:27px;
	cursor:pointer;
	color:#fff;
}

.pro_linedrop .select li.line a:hover, 
.pro_linedrop .select li.line:hover a {
	color:#000000;
	font-family: Tahoma;
	font-size: 11px;
}

.pro_linedrop .select a:hover b, 
.pro_linedrop .select li:hover a b {
display:block; 
padding:0 0px 0px 0px; 
cursor:pointer;
}

.pro_linedrop .sub {
display:none;
}
.pro_linedrop ul ul {display:none;}

/* IE6 only */
.pro_linedrop table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.pro_linedrop .sub {
margin:0; 
padding:0;
list-style:none;
}

.pro_linedrop .sub li {
	background-color: #FFFFFF;
}

.pro_linedrop .select :hover .sub {
	height:25px;
	display:block;
	position:absolute;
	float:left;
	width:100%;
	top:28px;
	left:0;
	text-align:left;
}

.pro_linedrop .select :hover .rt li {float:right;}

.pro_linedrop .select :hover .sub li a 
{display:block; height:25px; line-height:22px; float:left; background:#eeeeee; padding:0 16px; margin:0; white-space:nowrap; color:#000000; font-size:11px;}

.pro_linedrop .select :hover .sub li.subline a {color:#c00;}

.pro_linedrop .select :hover .sub li a:hover,
.pro_linedrop .select :hover .sub li:hover
{color:#000; line-height:20px; position:relative;}

.pro_linedrop .select :hover .sub li:hover > a {color:#000;}

.pro_linedrop .select :hover .sub :hover ul {padding:0; margin:0; list-style:none; display:block; width:112px; position:absolute; left:-1px; top:25px; border-top:0; background:#fff;}

.pro_linedrop .select :hover .sub :hover ul li a {width:80px; text-align:left; height:20px; line-height:18px;}
.pro_linedrop .select :hover .sub :hover ul li a:hover {line-height:16px;}

.arrowlistmenu{
width: 160px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px "Trebuchet MS";
color: white;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 2px 0 2px 5px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 4px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 2px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #FFFF99;
}

