/*Start Main Navigation*/

.main_menu {
	background-color: #1e283c;
        border-top: solid #626977;
	width: 100%; 
	height: 50px;
        position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-font-smoothing: antialiased;
        box-shadow: 0 0 10px #000;

}

.main_menu_inside {
        width: 980px;
        margin-left: auto;
        margin-right: auto;
}

.main_menu_logo {
        float: left;
	margin-right: 10px;
        margin-top: 8px;
        border: 0;
}

.main_menu ul.main_menu_nav {
        float: left;
        /*text-shadow: 0px 1px rgba(0,0,0,.6);*/
}
.main_menu ul.main_menu_nav li {
        display: inline-block;
        float: left;
}
.main_menu ul.main_menu_nav li a {
        display: block;
        margin: 0 13px 0 12px;
        /*padding-top: 21px;*/
        font-size: 13px;
        font-weight: bold;
        color: #ffffff;
        opacity: 0.8;
}
.main_menu ul.main_menu_nav li a:hover, .main_menu ul.main_menu_nav li.selected a .visited a {
        /*color: #626977;*/
        text-decoration: none;
        opacity: 1;
        color: #FFFFFF;
        /*Glow
        -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
        -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8);
        box-shadow: 0px 0px 20px rgba(255,255,255,0.8);*/

}


/*Alternative Main Menu*/
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  height: 49px;
  /*border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #141414;
  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%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);
  border-bottom: 2px solid #71b00c;*/
}

#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  /*background: #141414;
  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%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);*/
  color: #ffffff;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 49px;
  padding: 0 20px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
  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 #626977;
  margin-left: -10px;
}
/*#cssmenu > ul > li:first-child a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li:last-child a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}*/
#cssmenu > ul > li.active a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
  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%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
}
#cssmenu > ul > li:hover > a {
  background: #070707;
  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%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
  box-shadow: 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
  box-shadow: 0 0 5px #000;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #626977;
  border-bottom: 1px dotted #4C4C4C;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
#cssmenu .has-sub ul li:hover a {
  background: #4E545F;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #4E545F;
  border-bottom: 1px dotted #4C4C4C;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #373B42;
}


/*Start NavSide STYLE*/

ul.NavSide, ul.NavSide ul {
	list-style:none;
	/*font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size:12px;*/
}

ul.NavSide a, ul.NavSide li.dis a:hover, ul.NavSide li.sep a:hover {
	display:block;
	vertical-align:middle;
	/*background-color:#E4E1DE;
	border-width:1px;
	border-color:#E4E1DE;
	border-style:solid;*/
	text-align:left;
	text-decoration:none;
	padding:4px;
	_padding-left:0;
	font:normal 12px Tahoma;
	/*font:normal;*/
	list-style-type: none;
	color: #000000;
	/*cursor:default;*/
}

ul.NavSide li:hover>a{
	/*This is the hover style for the sidenavigation. The selected style is in SideNavigation.java*/
        /*background-image:url(images/backglass2.jpg);*/
	background-color: #626977;
        border-radius: 2px;
	/*border-color:#7D7D7D;
	border-style:solid;
	border-width:1px;
	font:normal 11px Tahoma;
	font:normal;
        font-weight: bold;*/
	color: #fff;
	text-decoration: none;
}

/* End NavSide STYLE */

/* Styles for top of Account pages*/
ul.tool-bar
{
	float:left;
	list-style:none;
	text-align:left;
	text-decoration:none;
	margin:1px 0px;
	padding:1px 0px;
}

li.tool-button
{
	display:inline;
	margin:1px;
	padding:2px;
}

li.tool-button img
{
	vertical-align:middle;
}