/******************************************************************************/
/*                         MAIN LAYOUT CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
==========================General=============================*/
html {
    height: 100%;
    margin-bottom: 1px;
}
body, h1, h2, h3, h4, p, ul, li, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: arial, verdana, tahoma, sans-serif;
    margin: 0;
    padding: 5px 0;
    color: #000000;
    background-color: #BBBBBB;
    text-align: center;
	background-image: url(../images/grey_bgnd.gif);
}
ul {
    list-style: none;
}
dl {
    margin: 0.5em 0;
    line-height: 140%;
}
p {
    margin-bottom: 0.5em;
}
a {
    color: #66A357;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #66A357;
    text-decoration: underline;
}
a:focus {
    outline: none;
}
img {
    border: none;
}

/*
======================Global layaout==========================*/
#outer-wrapper {
    max-width: 1000px;
    width: 900px;
    margin: 0 auto;
    text-align: left;
}
#header {
    position: relative;
}
#top-nav {
    position: relative;
}
#inner-wrapper {
    clear: both;
    width: 896px;
    /* 896 is for mainWrapper width - borders width : 900 - (2 x 2) */
}
#footer {
    clear: both;
}

/*
======================2 Cols Fluid============================*/
#middleCol {
    float: left;
    background: #FFFFFF;
}
#middleCol .inner {
    padding: 5px 10px;
}
#ensureMinHeight {
    float: left;
    width: 1px;
    height: 320px;
}
#layout-3Cols #middleCol {
    width: 714px;
    /* 6 is for borders width : (2+1) x 2 */
}
#layout-leftCol #middleCol {
    width: 894px;
}
#layout-rightCol #middleCol {
    width: 714px;
}
#layout-noCols #middleCol {
    width: 894px;
}
#leftCol {
    float: left;
    width: 0px;
    /*background: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/v4-bubbles.png') left top no-repeat;*/
}
#leftCol .inner {
    padding: 5px;
    padding-top: 0.8em;
}
#rightCol {
    float: right;
    width: 180px;
    background: #FFFFFF;
}
#rightCol .inner {
    margin: 1em 4px 0px 0;
    padding: 5px;
    padding-top: 0.8em;
    padding-bottom: 0px;
    border: 0px solid #BBBBBB;
}

/*
=========================Header===============================*/
#header {
    border-bottom: 0px solid #FFFFFF;
}
#header .wrapLeft {
}
#header .wrapRight {
}
#header .wrap {
    position: relative;
    height: 114px;
    margin: 0;
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/cabecera.gif') left top repeat-x;
}
#header span#logo {
    font-size: 30px;
    font-family: "Trebuchet MS";
}
#header a#logo {
    color: #FFFFFF;
    text-decoration: none;
}
#header #logo img {
    position: relative;
    top: 17px;
    left: 30px;
}
#header #estadisticas {
    position: absolute;
    bottom: 1px;
    right: 15px;
}
.estadisticas {
    color: #FFFFFF;
    font-size: 8pt;
}

#header #bugReporter {
    position: absolute;
    bottom: 0px;
    right: 3px;
}

/*
======================Inner Wrapper===========================*/
#inner-wrapper {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#inner-wrapper .inner-container {
    border: 0px solid #BBBBBB;
}

/*
=======================Breadcrumbs============================*/
#breadcrumbs {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-top: 2px;
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 0.8em;
}
#breadcrumbs .inner {
    padding: 0.4em 0 0.4em 1em;
    border: 1px solid #BBBBBB;
}
#breadcrumb {
    float: left;
}
a.breadcrumbs {
    font-weight: bold;
    color: #66A326;
}

/*
======================Main Content============================*/
h1 {
    font-size: 1.2em;
}

h1.pageTitle {
    margin: 0em 0 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #666666;
    color: #666666;
    color: #8fc379;
}
#content ul {
    margin: 0.5em 0 0.5em 1em;
    padding-left: 0.5em;
    list-style-position: inside;
    list-style-image: url('http://www.cooperamos.es/themes/mabu_coop/images/bullet.gif');
}
#content li {
    padding-left: 0em;
}
#content a {
    color: #66A326;
}

/*
==================Default Forms Styling=======================*/
form {

}
fieldset {
    padding: 10px 0;
    border: none;
}

/*
===================Form Elements Styling======================*/
input, select, textarea {
    font-size: 0.9em;
}
textarea {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 0.9em;
}

input[type="text"], input[type="password"]
{
	border-top: 1px solid #7c7c7c;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	background: #fff url(../images/fieldbg.gif) repeat-x top;
}

/*
====================Form Fields Layout========================*/
/* --
Definition lists are used to display fields labels and values
-----*/
dl.onSide dt {
    float: left;
    width: 120px;
    padding-right: 20px;
    text-align: right;
}
dl.onSide dd{
    margin-left: 140px;
    margin-bottom: 0.5em;
}
dl.onTop dd {
    margin: 0;
}
dd .error {
    display: block;
}

/*
==================Default Tables Styling======================*/


/*
=========================Footer===============================*/
#footer .wrapLeft {
}
#footer .wrapRight {
}
#footer .wrap {
    position: relative;
    margin: 0 0px;
    padding: 4px;
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/pie.gif') left bottom repeat-x;
    text-align: center;
}
#footer p {
    margin-bottom: 0.1em;
    color: #666666;
    font-size: 0.8em;
}

/*
======================Messages & Errors=======================*/
.message {
    text-align: center;
}
.message div {
    width: 60%;
    margin: 1em auto;
    padding: 0.5em;
    -moz-border-radius: 0.3em;
}
.errorMessage {
    border: 2px solid #FF3300;
    color: #FF3300;
}
.infoMessage {
    border: 2px solid #66A326;
    color: #498438;
}
.error, .required {
    color: #FF3300;
}

/* PEAR Errors
  --------------------*/
div.errorContainer {
    width: 80%;
    margin: 1em auto;
    padding: 0.5em;
    border: 2px solid #FF3300;
    -moz-border-radius: 0.3em;
    font-family: arial, verdana, tahoma, sans-serif;
}
div.errorHeader {
    margin-bottom: 0.5em;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #FF3300;
}
div.errorContent {
    text-align: left;
}

/*
============================Flags=============================*/
a.langFlag {
    margin: 0 5px;
}

/*
========================Miscellaneous=========================*/
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.spacer {
    clear: both;
    visibility: hidden;
    line-height: 1px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hide {
    display: none;
}
.narrow {
    width: 45%;
}
.full {
    width: 100%;
}
.wideButton {
    width: 8em;
}
.noBg {
    background: none;
}
pre.codeExample {
    padding: 1em;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    border-left: 5px solid #666666;
    font-size: 1em;
}

/*
========================Miscellaneous2=========================*/

.tipOwner {
    position: relative;
    cursor: help;
    }
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #E5FFF8;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.tipOwner:hover .tipText {
    display: block;
}

/*
TO REMOVE WHEN ALL TEMPLATES ARE CONSOLIDATED
======================Default Theme BC========================*/

/*
======================================================================
==========================A�adido Manfred=============================
======================================================================
*/
.adhesion {
    color: #66a326;
    font-weight: bold;
}

.ayuda {
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/block_top.jpg') left top no-repeat;
    color: #FFFFFF;
    padding: 0px;
    margin-bottom: 20px;
}
.ayuda .header{
    padding: 4px;
}
.ayuda .content{
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/block_bottom.jpg') left bottom no-repeat;
    padding: 4px;
}
.ayuda ul {
    margin: 0.5em 0 0.5em 0.5em;
    padding-left: 0em;
    list-style-position: inside;
    list-style-image: url('http://www.cooperamos.es/themes/mabu_coop/images/ayuda_li.gif');
    font-size: 1.1em;
}
.ayuda a {
    font-weight: bold;
    color: #CDE239;
}

.login {
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/block_top.jpg') left top no-repeat;
    color: #FFFFFF;
    padding: 0px;
    margin-bottom: 20px;
}
.login .header{
    padding: 4px;
}
.login .content{
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/block_bottom.jpg') left bottom no-repeat;
    padding: 8px;
}
.login a{
    color: #498438;
}

.block h2{
    color: #498438;
}

h5{
    margin: 0;
    padding: 0;
    color: #498438;
    font-size: 1.5em;
}
input.gdbutton {
    border-bottom: 2px solid #536A53;
    border-right: 2px solid #536A53;
    border-top: 1px solid #536A53;
    border-left: 1px solid #536A53;
    background-color: #BACFB4;
    font-size:12px;
}


input.gdinput {
    border: 1px solid #536A53;
    background-color: #F4F8F4;
}

select.gdselect {
    border: 1px solid #536A53;
    background-color: #F4F8F4;
}

submit{
    background-color: #536A53;
}

.backLight {
    background-color: #FFFFFF;
}
.backDark {
    background-color: #EEEEEE;
}
td.etiqueta {
    text-align: right;
}

td.valor {
    text-align: left;
}

#content-nocols li {
    margin-left: 1em;
    margin-bottom: 0.8em;
}
#content-nocols ul {
    list-style-type: none;
}

/*
====================== A�adido Manfred: Varios ==========================
*/
.gdbox {
    border:0px solid #45813A;
    background-color: #ECF4BB;
    background-color: #FFFFFF;
    padding:10px;
    text-align:center;
}
.que_es a {
    font-weight:normal;
}
.oferta_anexos {
    border:1px solid #999999;
}
table.gdtabla_home {
    margin-left:auto; margin-right:auto;
    border: 0px;
    padding: 0px;
}

table.gdtabla_home td {
    padding: 0px;
}

table.gdtabla_home tr {
    padding: 0px;
}

.gdtabla {
    border-collapse: collapse;
    border:1px solid #45813A;
}
.gdtabla tr.row1 {
    background-color: #9CCE69;
}
.gdtabla td, .gdtabla th {
    border:1px solid #45813A;
    padding: 5px;
}

.gdtabla_alta th {
    background-color: #9CCE69;
}
.gdtabla_alta {
    border-collapse: collapse;
    border:1px solid #45813A;
}
.gdtabla_alta tr.row1 {
    background-color: #9CCE69;
}
.gdtabla_alta td, .gdtabla_alta th {
    border:0px solid #45813A;
    padding: 5px;
}

.gdtabla_alta th {
    background-color: #9CCE69;
}

.form_mensaje {
    font-size: 1.4em;
    font-weight: bold;
}
.materia {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 0px;
    color: #000000;
    height:20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#content .materia a {
    color: #000000;
}

.ciencias_sociales {
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/home/ciencias_sociales.jpg') center top no-repeat;
}
.humanidades {
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/home/humanidades.jpg') center top no-repeat;
}
.ciencias_naturales {
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/home/ciencias_naturales.jpg') center top no-repeat;
}
.tecnologia {
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/home/tecnologia.jpg') center top no-repeat;
}
.multidisciplinar {
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/home/multidisciplinar.jpg') center top no-repeat;
}
.library_technology {
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/home/library_technology.jpg') center top no-repeat;
}

.home-materia{
    border: 2px solid #000000;
    color: #000000;
    padding: 1px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.home-materia2{
    color: #000000;
    padding: 1px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.home-vermas{
    text-align:right;
    font-size: 10px;
}

#home {
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
    font-size: 11px;
}

#home ul {
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
}
#home h1.pageTitle
 {
    padding: 0px;
    margin: 0px;
    margin: 4px;
}
/*
====================== Cambia la anchura fija de 900px al 98% de la ventana actual ==========*/
#outer-wrapper-popup {
    width: 454px;
    margin: 0 auto;
    text-align: left;
}

#inner-wrapper-popup {
    clear: both;
    width: 450px;
    background: #FFFFFF;
    margin-left: 2px;
    border-bottom: 9px solid #8CCe6B;
}

#header .wrapLeftPopup {
}
#header .wrapRightPopup {
}
#header .wrapPopup {
    position: relative;
    height: 56px;
    margin: 0 2px;
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/cabecera_popup.gif') left top no-repeat;
}

/*
===========A�adido Manfred: Cambios en tooltip para que funcione con tablas en IE============*/
.infoOwner {
    position: relative;
    }
.infoOwner .tipText {
    z-index: 2;
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #E5FFF8;
    color: #184a84;
    text-align: left;
    width: 15em;
    padding: 2px 5px;
        -moz-opacity: 0.85;
    }
.infoOwner:hover .tipText {
    display: block;
}
/*
====================A�adido Manfred: Bottom Navigation Block ======================*/
#bottom-nav {
    position: relative;
}

#bottom-nav {
    background: #FFFFFF;
    border: 0px solid #FFFFFF;
}
#bottom-nav .inner {
    height: 1.8em;
    padding-right: 180px;
    border: 0px solid #BBBBBB;
}
#bottom-nav ul {

}
#bottom-nav li {
    float: left;
}
#bottom-nav li a {
    display: block;
    padding: 0.2em 2.8em;
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
    color: #66A326;
    text-decoration: none;
}
#bottom-nav li a:hover, #bottom-nav li.current a {
    text-decoration: none;
    text-decoration: underline;
}
/*
====================A�adido Manfred: Right Navigation Block ======================*/
/*
========================Vertical Admin Menu============================*/
#right-nav .inner {
    margin: 0;
    padding: 0px;
}
#right-nav-old .inner {
    margin: 0;
    border: 1px solid #BBBBBB;
    padding: 2px;
}

#right-nav {
    margin: 0;
    margin-bottom: 0px;
}
#right-nav .block{
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/block_top.jpg') left top no-repeat;
}

#right-nav .header{
    padding-left: 4px;
    padding-top: 4px;
}
#right-nav .content{
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/block_bottom.jpg') left bottom no-repeat;
    padding: 6px;
    padding-bottom: 6px;
}

#right-nav-old  {
    background: #9CCE69;
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/login_bg.jpg') left top repeat-y;
    margin: 0;
    margin-bottom: 20px;
}
#right-nav a {
    display: block;
    margin: 0;
    text-indent: 25px;
    height: 26px;
    line-height: 26px;
    font-size: 1.2em;
    font-weight: bold;
    color: #66A357;
    text-decoration: none;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #AFAFAF;
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/menu_punto_normal.jpg') left top no-repeat;
}
#right-nav a img {
    float: left;
    padding: 4px 3px;
    text-align: center;
}
#right-nav a:hover {
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/menu_punto.jpg') left top no-repeat;
    color: #FFFFFF;
}
#right-nav li ul {
    display: none;
}
#right-nav li.current ul {
    display: block;
    border: none;
}
#right-nav li.current a {
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/menu_punto_cur.jpg') left top no-repeat;
}
#right-nav li.current a:hover {
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/menu_punto_cur.jpg') left top no-repeat;
    color: #ffffff;
}

/*
-- Second level ------------------------------------------------------ */
#right-nav li li a {
    font-weight: normal;
    text-indent: 30px;
    background: #EEE;
}
#right-nav li.current li a {
    background: #EEE;
}
#right-nav li.current li a:hover {
    color: #ffffff;
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/menu_punto.jpg') left top no-repeat;
}
#right-nav li.current li.current a {
    color: #498438;
    background: #ffffff;
}

/*
-- Third level ------------------------------------------------------- */
#right-nav li.current li ul {
    display: none;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #666666;
}
#right-nav li.current li.current ul {
    display: block;
}
#right-nav li.current li.current li a {
    background: #E5FFF8 url('http://www.cooperamos.es/themes/mabu_coop/images/bullet_square_empty.gif') 32px 50% no-repeat;
    border: none;
    height: 24px;
    line-height: 24px;
    text-indent: 45px;
    font-size: 0.9em;
}
#right-nav li.current li.current li.current a {
    background: #E5FFF8 url('http://www.cooperamos.es/themes/mabu_coop/images/bullet_square_full.gif') 32px 50% no-repeat;
}
#right-nav li.current li.current li a:hover {
    background: #E5FFF8 url('http://www.cooperamos.es/themes/mabu_coop/images/bullet_square_full.gif') 32px 50% no-repeat;
    color: #498438;
}
/*
==========Manfred copiado de default_admin para tabs==========
========================Options Links=========================*/
#main {
    float: left;
    width: 100%;
    font-size: 1em;
    border: 1px solid #666666;
    -moz-border-radius: 0.4em;
}

#optionsLinks {
    float:left;
    width:100%;
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/bg_tabs.gif') repeat-x left bottom;
    font-size: 0.9em;
}
#optionsLinks ul {
    margin: 0;
    padding:10px 7px 0;
    list-style: none;
}
#optionsLinks li {
    float:left;
    width: auto;
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/tab_right.gif') no-repeat right top;
}
#optionsLinks li.current {
    background-image: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/tab_right_on.gif');
}
#optionsLinks a {
    display: block;
    background: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/tab_left.gif') no-repeat left top;
    padding: 5px 10px 4px;
}
#optionsLinks li.current a {
    background-image: url('http://www.cooperamos.es/themes/mabu_coop/images/backgrounds/tab_left_on.gif');
    padding-bottom: 5px;
}
/*
===================Forms default layout=======================*/
form {
    float: left;
    width: 100%; /* FIXME
    ------2 lines-- determine if could be removed */
    margin: 0;
    padding: 0;
}
fieldset {
    margin: 0 0 1em;
    padding: 10px;
    border: 1px solid #666666;
}
fieldset.options h3 {
    visibility: hidden;
}
fieldset.options h3.show {
    visibility: visible;
}
select, input, textarea {
    font-size: 1.1em;
    z-index: 1;
}
html>body p select, html>body p input, html>body p textarea {
    border: 1px solid #498438;
}
html>body p input[type="text"] {
    text-indent: 2px;
}
fieldset.noBorder {
    padding: 0;
    border: none;
}
fieldset.inside { /*
    -------------- also for pages without form (e.g. module/overview) */
    background: #ffffff;
}
fieldset.options {
    clear: left;
    background: #ffffff;
    border-top: none;
}
form h3 {
    margin-bottom: 0.5em;
    font-size: 1.2em;
    color: #26A366;
}
fieldset h3 {
    font-size: 1.1em;
}

#frame-css { position:absolute; top:150px; left:200px; width:400px; height:400px; overflow:auto; }
/******************************************************************************/
/*                        BLOCKS STYLE CSS FILE                               */
/******************************************************************************/
/*
Theme  : Default Seagull Theme
Author : Julien Casanova <julien_casanova@yahoo.fr>
Version: 1.0
Date   : 2006/03/20
*/

/*
====================Default Block Styling=====================*/
.block {
    margin-bottom: 1.5em;
}
.block .header {
    margin: 0 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #66A357;
    color: #66A357;
    font-weight: bold;
}
.block .header h2 {
    font-size: 1.1em;
    font-family: arial, verdana, tahoma, sans-serif;
}
.block .content {
    font-size: 0.9em;
}
#leftCol .content a {
    color: #66A326;
}
/*
=====================Lang Switcher Block======================*/
#lang-switcher {
    float: right;
}

/*
====================Top Navigation Block======================*/
#top-nav {
    background: #EEF7D4;
    border: 2px solid #FFFFFF;
    border-top: none;
}
#top-nav .inner {
    height: 2.2em;
    padding-left: 0px;
    border: 1px solid #BBBBBB;
}
#top-nav ul {

}
#top-nav li {
    float: left;
}
#top-nav li a {
    display: block;
    padding: 0.5em 1em;
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
    color: #66A326;
}
#top-nav li a:hover, #top-nav li.current a {
    background-color: #498438;
    color: #FFFFFF;
    text-decoration: none;
}
#nav {
    height: 50px;
    font-size: 0.75em;
}
#nav ul {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #498438;
}
#nav ul li {
    float: left;
    display: inline;
    margin: 0;
}
#nav ul li a {
    display: block;
    position: relative;
    padding: 0.2em 1.5em;
    background-color: #66A357;
    font-size: 1.3em;
    font-weight: bold;
    color: #000000;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-right: 1px solid #498438;
}
#nav ul li a:hover {
    color: #2666A3;
    text-decoration: underline;
}
#nav ul li.current a {
    color: #2666A3;
    background-color: #E5F8FF;
}
#nav ul li.current a:visited {
    color: #2666A3;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    left: 0;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
        padding: 0;
    background-color: #E5F8FF;
}
#nav ul li.current li {
    padding: 0.4em 0;
}
#nav ul li.current li a {
    /* hide first pipe */
    left: -1px;
    padding: 0 1em;
    font-weight: normal;
    font-size: 1.1em;
    color: #2666A3;
    border-right: none;
    border-left: 1px solid #2666A3;
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
#options {
    float: right;
    width: 180px;
    background: #EEF7D4;
    border: 1px solid #666666;
}