/**
 * The original design of this theme was taken from www.stunicholls.com and
 * adapted for using with liveMenu script. See the copyright notice below.
 */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_dropdown_3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* include base stylesheet */
@import url("../scripts/base.css");

.lm-menu {
    height:38px;
    background:#fff url(images/three_10.gif?v=2) repeat-x;
    font-family:arial, verdana, sans-serif;
}
.lm-menu {
    width: 100%;
}
.lm-menu li {
    width: 200px;
}
.lm-menu li a {
    height:35px;
    line-height:33px;
    color:#fff;
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
    padding:0 0 0 12px;
    border: 1 1 1 1px;
    cursor:pointer;
    background: url(images/three_10.gif?v=2);
}
.lm-menu li a span {
    display:block;
    padding:0 24px 0 12px;
    height:35px;
    background: url(images/three_10.gif?v=2) right top no-repeat;
}

.lm-menu li a span.down {
    display:block;
    height:35px;
    background: url(images/three_10a.gif?v=1) no-repeat right top;
}

.lm-menu li a:hover,
.lm-menu li.lm-selected-item a {
    color:#fff;
    background: url(images/three_1.gif?v=1) no-repeat;
}

.lm-menu li a:hover span,
.lm-menu li.lm-selected-item a span {
    background:url(images/three_1.gif?v=1) no-repeat right top;
}

.lm-menu li a:hover span.down,
.lm-menu li.lm-selected-item a span.down {
    background:url(images/three_1a.gif?v=1) no-repeat right top;
}

.lm-submenu {
    font-family:arial, verdana, sans-serif;
    background: #5aa3d2;
    padding:3px;
    border:1px solid #0b4d97;
    white-space:nowrap;
    width:250px;
    height:auto;
}

.lm-submenu li {
    height:20px;
    width:250px;
    font-weight:normal;
}

.lm-submenu li a {
    font-size:11px;
    height:18px;
    width:250px;
    line-height:18px;
    text-indent:5px;
    color:#fff;
    text-decoration:none;
    border:1px solid #5aa3d2;
}

.lm-submenu li a.opener {
    background:#799b3e url(images/arrow.gif) 160px 6px no-repeat;
}

.lm-submenu li a:hover,
.lm-submenu li.lm-selected-item a {
    background:#799b3e;
    color:#fff;
    border-color:#799b3e;
}

.lm-submenu li a.opener:hover,
.lm-submenu li.lm-selected-item a.opener {
    background:#fce392 url(images/arrow.gif) 160px 6px no-repeat;
    color:#fff ;
}


.lm-submenu li b {
    display:block;
    font-size:11px;
    height:18px;
    width:250px;
    line-height:18px;
    margin-bottom:3px;
    text-indent:6px;
    color:#ff6;
    border-bottom:1px solid #ff6;
    cursor:default;
}

