﻿/*Menu styles */



#menu_container
{
background: url(/img/common/bg_grey_bar.gif) repeat-x; 
width:100%;
height:43px;
}

#menu
{
height:43px; 
/*background: url(/img/common/bg_grey_bar.gif) repeat-x; */
position:relative; 
width:900px;
clear:both;
margin:0 auto;
	}


.nav {
font-family:arial, verdana, sans-serif; 
font-size:1.1em;
font-weight:normal; 
z-index:500;
}

.nav .table {
display:table; 
width:900px; 
margin:0 auto;
}

.nav .select,
.nav .selected {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.nav li {
margin:0; 
padding:0; 
height:auto; 
float:left;
}

.nav .select a {
display:block; 
height:43px; 
float:left; 
/*background: url(/img/common/bg_grey_bar.gif) repeat-x;*/
padding:0 14px 0 14px; 
text-decoration:none; 
line-height:43px; 
white-space:nowrap; 
color:#fff;
}

.nav .selected a {
display:block; 
height:43px; 
float:left; 
background: url(/img/common/tab.gif);
padding:0 0 0 7px; 
text-decoration:none; 
line-height:43px; 
white-space:nowrap; 
color:#fff;
}


.nav .selected a b {
display:block; 
padding:0 14px 0 7px; 
background:url(/img/common/tab.gif) right top;
}

.nav .select a:hover, 
.nav .select li:hover a {
background: url('/img/common/tab.gif'); 
/*background: #330033; */
padding:0 0 0 7px; 
cursor:pointer; 
color:#fff;
}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
float:left; 
padding:0 14px 0 7px; 
background: url('/img/common/tab.gif') right top;
cursor:pointer;
}

.nav .secondary {
display:none;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.nav .sub_menu
{
width:900px;
display:table; 
margin:0 auto; 
padding:0; 
list-style:none;
font-size:1.3em;
line-height:35px;
height:35px;

}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
background:transparent; 
color:#f00;
}

 
.nav .selected .show {
display:block; 
position:absolute; 
top:43px; 
background:url(/img/common/bg_purple_bar.gif); 
padding:0; 
z-index:100; 
color:#fff;
left:0; 
text-align:left;
margin-left:3px;
}

.nav .selected .show {
z-index:10;
}

.nav .select :hover .sub_menu li a, 
.nav .selected .show .sub_menu li a {
display:block; 
line-height:35px;
height:35px;
background:transparent; 
padding:0 10px 0px 10px; 
margin:0; 
white-space:nowrap; 
border:0; 

}

.nav .selected .sub_menu li.sub_menu_show a {
/*color:#088; */
cursor:default; 
text-decoration:underline;
cursor:pointer;

}

.nav .select :hover .sub_menu li a:hover, 
.nav .selected .sub_menu li a:hover {
visibility:visible; 
/*color:#088;*/ 
text-decoration:underline;
cursor:pointer;
}
