/* ######### Chrome Main Menu Bar CSS ######### */

.chromemenu{
width: 100%;
font-weight: bold;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
border: 1px solid #BBB;
background: url(chromebg.gif) center center repeat-x;
margin: 0;
padding: 7px 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
}

.chromemenu ul li a{
color: #494949;
padding: 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromemenu ul li a:hover{
background: url(chromebg2.gif) center center repeat-x;
}

.chromemenu ul li a.selected{
background: url(chromebg2.gif) center center repeat-x;
}

/* ######### Slanted Divider Menu CSS ######### */

.slantedmenu{
font-weight: bold;
font-size: 14px;
}

.slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #e0e0e0;
border: 1px solid #bebebe;
text-align: center; /*set value to "center" for example to center items*/
}

.slantedmenu ul li{
display: inline;
}

.slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-left: 5px;
padding-right: 25px;
text-indent: -10px;
margin: 0;
text-decoration: none;
background: transparent url(slantdivider.gif) top right no-repeat;
}

.slantedmenu ul li a:visited{
color: #494949;
} 

.slantedmenu ul li a:hover{
color: black;
}

/* ######### Sliding Doors Menu CSS ######### */

.slidetabsmenu{
width:100%;
line-height:normal;
border-bottom: 1px solid gray;
font-size: 12px;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 10px;
padding:0;
overflow: hidden;
font-size: 12px;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
font-size: 12px;
}

.slidetabsmenu a{
float:left;
background:url(tab-left.gif) no-repeat left top;
margin-right:1px;
padding:0 0 0 9px;
text-decoration:none;
font-size: 12px;
}

.slidetabsmenu a span{
float:left;
display:block;
text-decoration:none;
background:url(tab-right.gif) no-repeat right top;
padding:4px 14px 4px 5px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span{
color: black;
text-decoration:none;
}

.slidetabsmenu #current a{
background-position:0 -125px;
}

.slidetabsmenu #current a span{
background-position:100% -125px;
color: black;
}

.slidetabsmenu a:hover, .slidetabsmenu a.selected{
background-position:0% -125px;
}

.slidetabsmenu a:hover span, .slidetabsmenu a.selected span{
background-position:100% -125px;
text-decoration:none;
}
/* ######### Indent Main Menu Bar CSS ######### */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 80%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li a.selected{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(indentbg2.gif) center center repeat-x;
}


.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.selected{
color: white;
background: transparent url(blockactive.gif) center center repeat-x;
}