/*
 * Ext JS Library 1.1
 * Copyright(c) 2006-2007, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://www.extjs.com/license
 */

#container {
/*    width:600px;
    height:300px;
    border:3px solid #c3daf9;*/
}

.calendar .x-menu-item-icon {
    background-image:url(lib/ext/resources/images/default/shared/calendar.gif);
}


.buttonlogin {
    margin-left: 200px;
    text-align: right;
    color:#15428b;
}


.bmenu {
    background-image: url(menu-show.gif) !important;
}

.blogin {
    margin-right: 0px;
    background-image: url(../../img/door_in.png) !important ;	
}

.expand_tree {
    margin-right: 0px;
    background-image: url(../../img/expand.png) !important ;	
}

.collapse_tree {
    margin-right: 0px;
    background-image: url(../../img/collapse.png) !important ;	
}

.menu-title{
    background: #ebeadb url(../../resources/images/default/grid/grid3-hrow.gif) repeat-x;
    border-bottom:1px solid #99bbe8;
    color:#15428b;
    font:bold 10px tahoma,arial,verdana,sans-serif;
    display:block;
    padding:3px;
}

.blist {
    background-image: url(list-items.gif) !important;
}




#menu_modules {
/*width: 530px;*/
visibility:hidden; 
/*width: 100%;*/
height: 18px;
background: #7f7676; 
float: left;
position: absolute;
right: 0px;
top: 0px;
/*overflow: visible;*/
overflow: hidden;
z-index: 1000;
}

#menu_modules ul {
list-style: none;
margin: 0;
padding: 0;
/*width: 17.6em;*/
/*width: 50%;*/
height: 15px;
float: left;
overflow: hidden;
}

#menu_modules h2 {
color: #fff;
background: #7f7676;
text-transform: uppercase;
font-size:90%
}

.custom_menu a, .custom_menu h2 {
/*font: bold 0.7em/1.4em arial, helvetica, sans-serif;*/
/*font: 11px/16px arial, helvetica, sans-serif;*/
/*padding: 2px 3px;*/

font: 11px/16px arial, helvetica, sans-serif;
text-align: center;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
}

.custom_menu a {
color: #fff;
/*background: #efefef;*/
text-decoration: none;
font-size: 95%;
}

.custom_menu a:hover {
color: #a00;
background: #fff;
}

#menu_modules ul:hover {
color: #a00;
background: #fff;
}

.custom_menu li {
position: relative;
}

.menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

.custom_menu ul ul {
background: #9097C5;
position: absolute;
z-index: 500;
}

div.custom_menu ul ul {
display: none;
}

div.custom_menu ul li:hover ul
{display: block;}


div.custom_menu ul ul,
div.custom_menu ul li:hover ul ul,
div.custom_menu ul ul li:hover ul ul
{display: none;}

div.custom_menu ul li:hover ul,
div.custom_menu ul ul li:hover ul,
div.custom_menu ul ul ul li:hover ul
{display: block;}

body {
font-size: 92%;
behavior: url(./css/csshover.htc);
}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 95%;
}

.custom_menu ul li {float: left; width: 100%;}
.custom_menu ul li a {height: 1%;} 
