/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_dropline2-5.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.pro_line2 {
height:36px; 
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:11px;
z-index:500;
}

.pro_line2 .select {
margin:0; 
padding:0 0 0 35px; 
list-style:none; 
white-space:nowrap;
}

.pro_line2 li {
float:left;
background:url(line/blank_over.gif);
}

.pro_line2 .select a {
display:block; 
height:36px; 
float:left; 
background: url(line/blank.gif); 
padding:0 0 0 10px; /*was 15px*/
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#FD8625; /* was F98D01 FC9004 FA7D02 FD6F11 FD7425 */
}

.pro_line2 .select a b {
display:block; 
padding:0 20px 10px 10px; /* was 0 30 10 15 */
background:url(line/blank.gif) right top;
}

.pro_line2 .select a:hover, 
.pro_line2 .select li:hover a {
background: url(line/blank_over.gif); 
padding:0 0 0 10px; /*was 15px*/
line-height:27px;
cursor:pointer; 
color:#FFB400; /*was FCB35C #FDC559 #FFB400 */
}

.pro_line2 .select a:hover b, 
.pro_line2 .select li:hover a b {
display:block; 
padding:0 20px 9px 10px; /*was 0 30 9 15*/
background:url(line/blank_over.gif) right top; 
cursor:pointer;
}

.pro_line2 .sub {
display:none;
}

/* IE6 only */
.pro_line2 table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.pro_line2 .sub {
margin:0; 
padding:0 0 0 260px; /*was 0 0 0 60 */
list-style:none;
}
.pro_line2 .sub li {background:transparent;}

.pro_line2 .select :hover .sub {
height:18px; 
display:block; 
position:absolute;
float:left;
width:auto !important; 
width: 896px;/*gives problems when set to a width - as Stu's code has it - with Safari, even if 'corrected' to 896; and seems to work on all browsers I've tested, without, except IE, which needs it*/
top:28px; 
left:0; 
text-align:center;
}

.pro_line2 .select :hover .sub li a 
{display:block;height:18px; line-height:16px; float:left; background:transparent url(line/transparent.gif); padding:0 16px; margin:0; white-space:nowrap; border:1px solid #000; border-color:#888 #777 #666 #ddd; color:#888;font-size:10px;}

.pro_line2 .select :hover .sub li a:hover 
{color:#000; background:#e8e8e8; border-color: #fff #333 #000 #fff; line-height:15px;}

body#homep #homepage a,
body#newsp #newspage a,
body#faqp #faqpage a,
body#booksp #bookspage a,
body#hodderp #hodderpage a,
body#scholp #scholpage a,
body#bstokep #bstokepage a,
body#charlp #charlpage a,
body#rosep #rosepage a,
body#contp #contpage a,
body#biogp #biogpage a  {
		text-decoration: none;
   		color: #FD3F03;
}
