﻿/* ================================================================ 
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_left_right_line.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.
=================================================================== */
.hmenu {
height:35px;
width:960px;
margin:0 auto 0 auto;
background:url(../images/black_0.gif);
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:0.69em;
z-index:500;
}

.hmenu .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

.hmenu li {
float:left;
background:url(../images/black_1.gif);
}


.hmenu .select a {
display:block; 
height:35px; 
float:left; 
background: url(../images/black_0.gif); 
padding:0 0 0 15px; 
text-decoration:none; 
line-height:33px; 
white-space:nowrap; 
color:#fc0;
}


.hmenu .select li.lrt a {color:#0ff;}


.hmenu .select a b {
display:block;
padding:0 30px 0 15px; 
background:url(../images/black_0.gif) right top;
}

.hmenu .select li#active a,
.hmenu .select a:hover, 
.hmenu .select li:hover a {
background: url(../images/black_1.gif); 
padding:0 0 0 15px;
cursor:pointer; 
color:#fff;
}

.hmenu .select li#active b,
.hmenu .select a:hover b, 
.hmenu .select li:hover a b {
display:block; 
padding:0 30px 0 15px; 
background:url(../images/black_1.gif) right top; 
cursor:pointer;
}


.hmenu .sub {
display:none;
}
.hmenu ul ul {display:none;}

/* IE6 only */
.hmenu table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.hmenu .sub {
margin:0; 
padding:0;
list-style:none;
}

.hmenu .sub li {background:transparent;}

.hmenu .select :hover .sub {
height:25px;
display:block; 
position:absolute;
float:left;
width:743px;
top:35px; 
left:0; 
text-align:center;
background:#fff url(lrimages/fade.gif);
border:1px solid #aaa;
}

.hmenu .select :hover .rt li {float:right;}

.hmenu .select :hover .sub li a 
{display:block; height:25px; line-height:22px; float:left; background:transparent url(line/transparent.gif); 

padding:0 16px; margin:0; white-space:nowrap; color:#333;font-size:0.63em;}

.hmenu .select :hover .sub li.subline a {color:#c00;}

.hmenu .select :hover .sub li a:hover,
.hmenu .select :hover .sub li:hover
{color:#000; line-height:20px; position:relative; background:#fff url(lrimages/fade.gif) left bottom;}

