
#cssmenu ul { margin: 0; padding: 0; position: absolute; z-index:500;}
#cssmenu li { margin: 0; padding: 0; position: relative;}
#cssmenu span { margin: 0; padding: 0; position: relative;}
#cssmenu span.SubMenu { margin: 0; padding: 0; position: relative; font-size:13px;}
#cssmenu a { margin: 0; padding: 0; position: relative;}

#cssmenu {
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-bottom: 2px solid #e00f16;
  height: 80px; /*background-color: rgb(35,35,35); */ 
  box-shadow: 0px 2px 3px rgba(0,0,0,.4);
  background-image: url('../Images/button_silver1.png');
  background-repeat: repeat-x;
  z-index: 100;
  width: 100%;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #666666;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height: 49px;
  padding: 0 30px;
  text-decoration: none;
}

#cssmenu a.cssKeepLeft {
  color: #666666;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  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.has-sub {
  float: left;
  background-image: url('../Images/button_b_still.png');
  background-repeat: no-repeat;
  width: 120px;
}
#cssmenu > ul > li.has-sub: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 #e00f16;
  margin-left: -10px;
}
#cssmenu > ul > li.has-NoSub {
  float: left;
  background-image: url('../Images/button_b_still.png');
  background-repeat: no-repeat;
  width: 120px;
}
#cssmenu > ul > li.has-NoSub: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 #e00f16;
  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 {
}

.cssNoBorderStyle{
	border-style:none;
}
#cssmenu > ul > li.has-sub:hover > a {
  background-image: url('../Images/button_b_hover.png');
  background-repeat: no-repeat;
  width: 120px;	
}
#cssmenu > ul > li.has-NoSub:hover > a {
  background-image: url('../Images/button_b_hover.png');
  background-repeat: no-repeat;
  width: 120px;	
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 80px;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #e00f16;
  border-bottom: 1px dotted #ec6f73;
  filter: none;
  font-size: 13px;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #FFFFFF;
}
#cssmenu .has-sub ul li:hover a {
  background: #b00c11;
}
#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: #b00c11;
  border-bottom: 1px dotted #d06d70;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #80090d;
}

.cssLevelTwo
{
    float:right;
    border-style:none;
}
.cssIncreaseHeight{
	height: 80px;
    padding: 10px 32px 0;
}
#cssmenu ul li a.cssIncreaseHeightAndSpace{
	height: 60px;
    line-height: 25px;
    padding: 10px 25px;
}
#cssmenu ul li a.cssIncreaseHeightAndSpaceLogin{
	height: 60px;
    line-height: 25px;
    padding: 10px 38px;
    
}
.login-items{
    margin: 3px 13px;
}
.login-items a.clsChangeLinkStyles{
    background: none; 
    font-size: 14px; 
    line-height: 18px;
    font-weight: normal; 
    text-decoration: none;
}
.fleft, .alignleft, .flist li{
    float: left;
}
.fright, .alignright{
    float: right !important;
}
.fright, .fleft, .flist li{
    display: inline-block; /*display:inline;*/
}
.clsbutton{
    width: 223px;
}
#navlogin > a{
    color: #666666 !important;
    font-size: 16px !important;
    background-image: url('../Images/button_a_still.png');
    background-repeat: no-repeat;
}
#navlogin > a:hover {
	background-image: url('../Images/button_a_hover.png');
	background-repeat: no-repeat;
}
#navlogin ul{
    z-index: 100;
}
#navlogin ul li a{
    color: #eee !important;
    font-size: 11px;
}
#navlogin{
    background-position: 0% 0%;
    font-size: 13px;
    padding:15px 0px 0px 0px;
    left: 0px;
    color: #eee !important;
    width: 250px;
    height:270px;
    position: relative;
    top: 0;
    float: none;
	/* for non-css3 browsers */
	/* for standard modern browsers */
	/* for opera */
	/* for mozilla/gecko */
    /* for webkit */
    /* for ie 10 */
    background-image: -ms-linear-gradient(top, #666666 0%, #111111 100%);
    background-color: #111111;
    background-repeat: repeat;
    background-attachment: scroll;
}
.login-items{
    margin: 3px 13px;
}
.login-items a.clsChangeLinkStyles{
    background: none; 
    font-size: 14px; 
    line-height: 18px;
    font-weight: normal; 
    text-decoration: none;
}
.login-items input.clsLoginTextBoxStyles{
    text-transform: uppercase; 
    width: 210px;
}
#login input{
    height: 24px;
    padding: 0 5px;
}
#login input[type=text]{
    width: 210px;
    color: #666;
}
#login input[type=submit]{
    width: 225px;
	height: 30px;
	background-color: #ff4444;
	border: 1px solid #ff6666;
    outline: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    padding: 6px 20px;
    text-align: center;
    cursor: pointer;
    -moz-box-shadow: inset 0 -10px 30px -23px #333333;
    -webkit-box-shadow: inset 0 -10px 30px -23px #333333;
    box-shadow: inset 0 -10px 30px -23px #333333;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff4444), color-stop(100%,#dd2222));
}
#login input[type=submit]:hover{
    /* 	background-color: #ee3333; 	background-image: -o-linear-gradient(#ee3333,#cc1111);     background-image: -moz-linear-gradient(center top , #ee3333, #cc1111);     background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee3333), color-stop(100%,#cc1111));     -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3333', endColorstr='#cc1111',GradientType=0 );     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3333', endColorstr='#cc1111',GradientType=0 );     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);     -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);    	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);    	*/
}
#login input[type=submit]:active{
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}