﻿#droplineNav
{ 
    margin: 0px auto;
    width: 979px;   /*760px*/
}        
        
/* ================================================================
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.
=================================================================== */
.pro_linedrop {
height:35px;
/*width:980px;*/    /*870px*/
background:url(../images/white_0.gif);
position:relative;
font-family:arial, verdana, sans-serif;
font-size:12px;
z-index:500;

/*padding-left: 110px;*/
}

.pro_linedrop #menuContainer
{
    float: left;
	width: 100%;
}

.pro_linedrop .select 
{
    width: 100%;
    margin: auto;
    padding:0;
    list-style:none;
    white-space:nowrap;
    text-align: center;

}

.pro_linedrop li {
float:left;
background:url(../images/white_1.gif);
display: inline;
}


.pro_linedrop .select a {
display:block;
height:35px;
float:left;
background: url(../images/white_0.gif);
padding:0 0 0 3px;
text-decoration:none;
line-height:33px;
white-space:nowrap;
color:#293E6B;
}



.pro_linedrop .select a b {
display:block;
padding:0 10px 0 10px;  /*padding:0 25px 0 18px;*/
background:url(../images/white_0.gif) right top;

}

.pro_linedrop .select li.line a b {
background:url(../images/white_0.gif) right top;
}

.pro_linedrop .select a:hover,
.pro_linedrop .select li:hover a {
/*background: url(/lrimages/white_1.gif);*/
padding:0 0 0 3px;
cursor:pointer;
color:#4D92D5;
}

.pro_linedrop .select .lineCurrent a,
.pro_linedrop .select li.lineCurrent a,
.pro_linedrop .select .current a,
.pro_linedrop .select li.current a {
/*background: url(/lrimages/white_1.gif);*/
padding:0 0 0 3px;
cursor:pointer;
color:#4D92D5;
}

.pro_linedrop .select a:hover b,
.pro_linedrop .select li:hover a b {
display:block;
padding:0 10px 0 10px;  /*padding:0 25px 0 18px;*/
/*background:url(/lrimages/white_1.gif) right top;*/
cursor:pointer;
}

.pro_linedrop .select li.current a b {
display:block;
padding:0 10px 0 10px;  /*padding:0 25px 0 18px;*/
/*background:url(/lrimages/white_1.gif) right top;*/
}

.pro_linedrop .select li.line a:hover b,
.pro_linedrop .select li.line:hover a b {
/*background:url(/lrimages/white_1.gif) right top;*/    /*background:url(/lrimages/black_1a.gif) right top;*/
}

.pro_linedrop .select li.lineCurrent a b {
/*background:url(/lrimages/white_1.gif) right top;*/    /*background:url(/lrimages/black_1a.gif) right top;*/
}

.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:transparent;}
/*
.pro_linedrop .select :hover .sub
{
height:25px;
display:block;
position:absolute;
float:left;
width:978px; 
top:35px;
left:0;
text-align:center;
background:#fff url(/lrimages/fade.gif);
border:1px solid #aaa;
z-index:1;

}

.pro_linedrop .select .current .sub,
.pro_linedrop .select .lineCurrent .sub
{
height:25px;
display:block;
position:absolute;
float:left;
width:978px;  
top:35px;
left:0;
text-align:center;
background:#fff url(/lrimages/fade.gif);
border:1px solid #aaa;

}

.pro_linedrop .select :hover .rt li {float:right;}

.pro_linedrop .select :hover .sub li a,
.pro_linedrop .select .lineCurrent .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:10px;}

.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,
.pro_linedrop .select .sub li.subCurrent a,
.pro_linedrop .select .sub li.subCurrent 
{color:#000; line-height:20px; position:relative; background:#fff url(/lrimages/fade.gif) left bottom;}
*/