﻿/* 
    Document   : blue.css
    Created on : Jun 11, 2013, 11:57:35 AM
    Author     : Marc Nuri <marc@marcnuri.com>
    Description:
       Stylesheet for mnmenu examples
*/

ul.mnmenu a
{
	color:navy;
	font-weight:bold;
    list-style:none;
}

ul.mnmenu 
{
	color:white;
	font-weight:bold;
    list-style:none;
}

ul.mnenu a:hover {
	
    list-style:none;
	
}

ul.mnenu a{
	
    list-style:none;
	
}

ul.mnmenu {
   
    margin:0px 0px 0px 300px;
    padding:0;
    list-style:none;
    display:block;
    width:678px;
    height: 40px;
    background-color:white;
 /*   
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;

    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALElEQVQImWMwMrJi+v//PxMDw3+m//8ZoPR/qBgDEhuXGLoeYswhXg8R5gAAdVpfoJ3dB5oAAAAASUVORK5CYII=) 100% 100%; 

    background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
    background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
    background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
    background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
    background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
    border-bottom: 2px solid #0fa1e0;
*/      
}

ul.mnmenu li.level-0 a {
	border-left: thin black solid;
}


ul.mnmenu li.level-0 {
    position:relative;
    display: inline-block;
    vertical-align: top;
    min-height: 30px;
    line-height: 30px;
    color:navy;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
	font-weight:bold;
    padding:  0px 5px 0px 5px; 
    margin-top:5px;
    background-color:white;   
    list-style:none;
    text-align:center;
}

ul.mnmenu li.level-0.first {
/*  border-radius: 5px 0px 0 0;
    -moz-border-radius: 5px 0px 0 0;
    -webkit-border-radius: 5px 0px 0 0;   */
}


ul.mnmenu li.level-0.hover {
/*  box-shadow: inset 0 0 3px #000000;
    -moz-box-shadow: inset 0 0 3px #000000;
    -webkit-box-shadow: inset 0 0 3px #000000;   */
    background-color: white;
/*   
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%; 
  
    background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
    background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
    background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
    background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
    background: linear-gradient(to bottom, #26262c 0%, #070707 100%);  
*/      
}
ul.mnmenu li.level-0 ul {
    position:absolute;
    display: none;
    margin:0;
    padding:0;
    background: #0fa1e0;
    width:15em;
}

ul.mnmenu li.level-1 a {
    color:white;
    border-left:thin white none;
}

ul.mnmenu li.level-0 li {
    position:relative;
    font-size: 8pt;
    display: block;
    line-height: 120%;
    padding: 10px;
    border-bottom: 1px dotted #ffffff;
    text-align:left;
}

ul.mnmenu li.level-0 li.last {
    border-bottom:none;
    list-style:none;
}

ul.mnmenu li.level-0 li.hover{
    background: #0c7fb0;
    list-style:none;
}

ul.mnmenu li.level-0 span.arrow{
    display:none;
    color: #0fa1e0;
}

ul.mnmenu li.level-0 li.hover
{
	list-style:none;
	background-color:#006699;
    color:white;
}

ul.mnmenu li.level-0 span.arrow.hover{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0fa1e0;            /* Color of the Arrow Tip */
    margin-left: -10px;
}
ul.mnmenu li.level-0 li span.arrow,
ul.mnmenu li.level-0 li span.arrow.hover {
    position:absolute;
    display:block;
    font-size:110%;
    top:10px;
    right:7px;
    left:auto;
    bottom:auto;
    margin:0;
    width:auto;
    border:none;
    color:red;
}
