nav {
    /* top level menu */
    width: inherit;
    margin:0 auto;
    height: 34px;
    background-color: #bb0033;
    clear: both;
    /*font-family: Arial, Tahoma, 'Trebuchet MS', Verdana;*/
    font-size: 15px;
	/*border:1px solid #999;
    /*background: url(../dm_images/menu.png) center left no-repeat;*/
}

nav {
    display: block;
    text-align: left;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav a {
    display: block;
    background-color: #bb0033;
    color: white;
    text-decoration: none;
    padding: 0.3em 0.70em;
    /*text-transform: uppercase;*/
    /*font-size: 90%;* /
    letter-spacing: 1px;
    /*text-shadow: 0 -1px 0 #000;*/
    position: relative;
    text-align: center;
    vertical-align: middle;
    height: 24px;
    border-right: 1px #fff solid;
}

.nav {
    vertical-align: top;
    display: inline-block;
    box-shadow:
        1px -1px -1px 1px #000,
        -1px 1px -1px 1px #fff,
        0 0 6px 3px #fff;
    /*border-radius: 6px;*/
}

.nav li {
    position: relative;
    min-width: 80px; /*100px*/
}

.nav > li {
    float: left;
    /*border-bottom: 4px #aaa solid;*/
    margin-right: 1px;
}

.nav > li > a {
    margin-bottom: 1px;
    /*box-shadow: inset 0 2em .33em -0.5em #555;*/
}

.nav > li:hover {
    /*border-bottom-color: orange;*/
    background-color: #e4e4e4;
    color: #bb0033;
}

.nav > li:hover > a {
    /*border-bottom-color: orange;*/
    background-color: #e4e4e4;
    color: #bb0033;
}

.nav li:hover > a {
    /*color: orange;*/
    background-color:#e4e4e4;
    color: #bb0033;
}

/*.nav > li:first-child {
    border-radius: 4px 0 0 4px;
}

.nav > li:first-child > a {
    border-radius: 4px 0 0 0;
}

.nav > li:last-child {
    border-radius: 0 0 4px 0;
    margin-right: 0;
}

.nav > li:last-child > a {
    border-radius: 0 4px 0 0;
}*/

.nav li li a {
    /*margin-top: 5px;*/
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#fff;
	/*border:1px solid #fff;*/
    text-align: left;
}

.nav li a:first-child:nth-last-child(2):before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    top: 50%;
    right: 5px;
}

/* submenu positioning */
.nav ul {
    position: absolute;
    white-space: nowrap;
    /*border-bottom: 5px solid orange;*/
    z-index: 1;
    left: -99999em;
}

.nav > li:hover > ul {
    left: auto;
    margin-top: 0px;
    min-width: 100%;
}

.nav > li li ul {
    border-left: 1px solid #fff;
}

.nav > li li:hover > ul {
    /*margin-left: 1px;*/
    left: 100%;
    top: 0px;
}

/* arrow hover styling */
/*.nav > li > a:first-child:nth-last-child(2):before {
    border-top-color: purple;
}* /

.nav > li:hover > a:first-child:nth-last-child(2):before {
    border: 5px solid transparent;
    border-bottom-color: pink; /* #bb0033; /*??* /
    margin-top: -5px;
}

.nav li li > a:first-child:nth-last-child(2):before {
    border-left-color: #bb0033; /*??* /
    margin-top: -5px;
}

.nav li li:hover > a:first-child:nth-last-child(2):before {
    border: 5px solid transparent;
    border-right-color: #bb0033; /*??* /
    right: 10px;
}*/
#item_menu {
	/*margin-top:30px;
	width:170px;
	height:300px;
	border:1px solid #bbb;*/
    font-size:13px;
    color:green;
    text-decoration: none;
    /*float:right;*/
}
/*.listRight {*/
/*    left: auto !important;*/
/*    right: 0 !important;*/
/*}*/
