﻿/* MODIFIED SLIDING DOORS STYLES */

#nav {
    margin: 0px 13px 0px 294px; 
    width:700px; 
    height:30px; 
    position:relative;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
    padding: 10px 0px 0px 0px; 
    text-align: center; 
    background: url(Images/Nav_Divider_Bottom.png) no-repeat 50% 100%;}

#nav .select {
    margin:0; 
    padding:0; 
    list-style:none;
}

#nav li {
    display:inline; 
    margin:0; 
    padding:0; 
    height:auto;
}
#nav .select li {
    background: url(Images/Nav_Divider.png) no-repeat 100% 50%; 
    padding: 6px 0px;
}
#nav .select a {
	padding: 4px 16px 4px 12px;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	color: #fff;
	font-weight: bold;
}
/*
* html #nav .select a, * html #nav .current a {width:1px; height:21px;}
*/

#nav .select a:hover, 
#nav .select li:hover a,
#nav .select li.current {
    color:#FBC607;
}

#nav .select a:hover {
    background:url(Images/NavBarGlow.png) no-repeat 50% 50%; 
}
#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {
    position:absolute; 
    border-collapse:collapse; 
    left:0; 
    top:0;
}

#nav .current a {
    color:#F5C007;
}

/*#nav .select li a:hover .sub, 
#nav .select li:hover .sub,*/
#nav .sub_active {
    display: block; 
    position: absolute;
    width: 660px; 
    left: 20px; 
    height: 36px;
    margin-top: 0; 
    padding: 0; 
    z-index: 100; 
    color: #F5C007; 
    font-size:11px; 
    text-transform: uppercase;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
    font-weight:bold;
}


#nav .sub, 
#nav .sub_active {
    margin:-1px 0 0 0; 
    padding: 16px 0 0 0; /* 44px for IE7 */
    list-style:none;
}
#nav .sub li, #nav .sub_active li {
    background-image: none;
}
#nav .sub_active li a:hover {
    color: White;
}

#nav .sub_active {
    z-index:10; 
}
#nav .sub a, #nav .sub_active a {
	padding: 4px 8px 4px 8px;
	margin-top: 0px;
	text-decoration: none;
	font-size: 11px;
	line-height: 10px;
	white-space: nowrap;
	color: #F5C007;
	font-weight: bold;
}/**/

/*
#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {background:#888; color:#ff0;}
#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {background: none; color: White;}
* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:0; margin-top:1px;}


#nav .sub_active a {height:21px; text-decoration:none; line-height:20px; white-space:nowrap; display:block; float:left; background:#666; padding:5px 10px 10px 10px; margin:0; font-size:12px; white-space:nowrap; border:0; color:#fff;}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {display:block; background:#888; padding:5px 10px 10px 10px; margin:0; white-space:nowrap; border:0; color:#fff; font-size:12px;}
*/
