﻿
/* Root Menu Class Div */
.eveMainMenu {
	background:#000;
	background:rgba(0,0,0,0.4);
}

/*Links In the menu */
.eveMainMenu a {
display: block;
text-decoration: none;
}
.eveMainMenu a:active {
outline:none;
}

/*Image For Use On Menu Bar */
.eveMainMenu .menuItemMoreImage {
float:right;
padding-top:6px;
padding-right:10px;
border:none;
}

/*Dot for use on menu bar*/
.eveMainMenu .navdot {
	vertical-align:0;
	font-size:6pt;
	padding-right:5px;
}	

/* Remove Pesky Image Link Border */
.eveMainMenu a img {
	border: none;
}

/*Basic UL Styles Inside Our DIV */
.eveMainMenu div.submenu ul {
list-style-type: none;
margin: 0;
padding: 0;
}



/*1st tier Links In the menu */
.eveMainMenu .menuitemstyle1 a
{
}

.eveMainMenu .menuitemstyle1 {
cursor: hand;
cursor: pointer;
padding:5px 10px;
font-weight:bold;
text-transform:uppercase;
background:#000;
background:rgba(0,0,0,0.6);
}


/*2nd tier Links In the menu */
.eveMainMenu .menuitemstyle2 a
{
padding-left:24px;
padding-top:2px;
padding-bottom:5px;
}

.eveMainMenu .menuitemstyle2 div
{
padding-left:24px;
padding-top:2px;
padding-bottom:5px;
color:#B5B5B9;
cursor: hand;
cursor: pointer;
}


/*3rd tier Links In the menu */
.eveMainMenu .menuitemstyle3  a 
{
padding-left:34px;
padding-top:2px;
padding-bottom:5px;
}

.eveMainMenu .menuitemstyle3  div
{
padding-left:34px;
background:#303036; 
padding-top:2px;
padding-bottom:5px;
color:#B5B5B9;
cursor: hand;
cursor: pointer;
}


/*4th tier Links In the menu */
.eveMainMenu .menuitemstyle4  a
{
padding-left:44px;
background:#303036; 
padding-top:2px;
padding-bottom:5px;
}

.eveMainMenu .menuitemstyle4  div
{
padding-left:44px;
background:#303036; 
padding-top:2px;
padding-bottom:5px;
color:#B5B5B9;
cursor: hand;
cursor: pointer;
}

/*5th tier Links In the menu */
.eveMainMenu .menuitemstyle5  a
{
padding-left:54px;
background:#303036; 
padding-top:2px;
padding-bottom:5px;
}

.eveMainMenu .menuitemstyle5  div
{
padding-left:54px;
background:#303036;
padding-top:2px;
padding-bottom:5px;
color:#B5B5B9;
cursor: hand;
cursor: pointer;
}


/*6th tier Links In the menu */
.eveMainMenu .menuitemstyle6  a, .eveMainMenu .menuitemstyle6  div
{
padding-left:64px;
background:#303036; 
padding-top:2px;
padding-bottom:5px;
}

.eveMainMenu .menuitemstyle6  div
{
padding-left:64px;
background:#303036; 
padding-top:2px;
padding-bottom:5px;
color:#B5B5B9;
cursor: hand;
cursor: pointer;
}

.eveMainMenu .submenu2 {
background:rgba(255,255,255,0.1);
border:1px solid rgba(0,0,0,0.2);
border-width:1px 0;
}

/* Links */
.eveMainMenu div.submenu ul li a:link
{
color:#B5B5B9;
}

.eveMainMenu div.submenu ul li a:visited
{
color:#B5B5B9;
}

.eveMainMenu div.submenu ul li a:hover
{
color:#ffa500;
text-decoration:none;
}

.eveMainMenu div.submenu ul li a:active
{
color:#ffa500;
}




.spacediv{
display:none;
background:url('/bitmaps/navigation/nav_end_bg.gif') no-repeat bottom #303036;
height:1px;
font-size:0pt;
}
