#menu {
	list-style:none;
  width:958px;
	margin:0px 0px 0px 0px;  /*30px auto 0px auto */
	/*height:43px; */
  height:46px;
	padding:0px 0px 0px 0px;
  
  font-size:20px;
  font-family:Arial, Helvetica, sans-serif;
  
	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */
	/*
  background: #B22222;
	background: -moz-linear-gradient(top, #FF0000, #8B0000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF0000), to(#8B0000));
  */
  background-image:url('../images/menu_red_gradient.png');
  
	/* Borders */
	border: 1px solid #002232;
  
	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;



	line-height:23px;
	text-align:center;
  z-index:9999;
}  

.menu_red {
  background-image:url('../images/menu_red_gradient.png') !important;	
}
.menu_blue {
  background-image:url('../images/menu_blue_gradient.png') !important;	
}
.menu_green {
  background-image:url('../images/menu_green_gradient.png') !important;	
}
.menu_orange {
  background-image:url('../images/menu_orange_gradient.png') !important;	
}
.menu_yellow {
  background-image:url('../images/menu_yellow_gradient.png') !important;	
}
.menu_purple {
  background-image:url('../images/menu_purple_gradient.png') !important;	
}

#menu .language {
  color: #eeeeee;
  text-decoration:none;
  text-shadow: 1px 1px 1px #000;
}


#menu .wide {
  position: relative;
}

#menu select {
  font-size:16px;
}

#menu li {
  z-index:9999;
  float:clear;
	display:inline-block;
	text-align:left;
	position:relative;
	padding: 4px 13px 4px 13px;  /* 4 10 4 10 */
	margin-right:0px;   /* 30 */
	margin-top:7px;     /* 7 */
	border:none;
}
#menu .menuhover:hover {
	border: 1px solid #777777;

	padding: 3px 12px 3px 12px;   /* 4 9 4 9 */
	
	/* Background color and gradients */	
/*
	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
*/
  background: #FFFAFA;

	/* Rounded corners */	
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

}
#menu .menudrop:hover {
	border: 1px solid #777777;

	padding: 3px 12px 3px 12px;   /* 4 9 4 9 */
	
	/* Background color and gradients */	
/*
	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
*/
  background: #FFFAFA;

	/* Rounded corners */	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;

}
#menu li a  {
	font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
	color: #eeeeee;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}
#menu li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;
}
#menu li .drop {
	padding-right:16px;
	background:url("../images/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("../images/drop.png") no-repeat right 7px;
}

.dropdown_1column,
.dropdown_1-25columns, 
.dropdown_1-5columns,
.dropdown_2columns, 
.dropdown_2-25columns,
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns,
.dropdown_6columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */

/*
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
*/

	background:#FFFAFA;


	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 200px;}
.dropdown_1-25columns {width: 240x;}
.dropdown_1-5columns {width: 274px;}
.dropdown_2columns {width: 370px;}
.dropdown_2-25columns {width: 390px;}
.dropdown_3columns {width: 432px;}
.dropdown_4columns {width: 568px;}
.dropdown_5columns {width: 704px;}
.dropdown_6columns {width: 840px;}

#menu li:hover .dropdown_1column,
#menu li:hover .dropdown_1-25columns, 
#menu li:hover .dropdown_1-5columns, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_2-25columns,
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-10px;
	top:auto;
}
#menu li:hover .dropdown_6columns {
	left:-85px;
	top:auto;
}


/*
#menu li:hover .dropdown_6columns {
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;  
}
*/

.col_1,
.col_1-25,
.col_1-5,
.col_2,
.col_2-25,
.col_3,
.col_4,
.col_5, 
.col_6 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

.col_1 {width:190px;}
.col_1-25 {width:230px;}
.col_1-5 {width:264px;}
.col_2 {width:360px;}
.col_2-25 {width:380px;}
.col_3 {width:422px;}
.col_4 {width:558px;}
.col_5 {width:694px;}
.col_6 {width:830px;}

#menu .col_1 a {
	color:#8B1A1A;
}
#menu .col_1 a:hover {
	color:#1E90FF;
}

#menu .menu_right {
	float:right;
	margin-right:0px;
}

#menu .search_right {
	float:right;
  margin-top: 0 px;
	margin-right:0px;
}

#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu li:hover .align_test {
	float:center;
}


#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 3px 0;
	padding-bottom:3px;
/*	border-bottom:1px solid #666666; */
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}

.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

.cf:before, .cf:after{
    content:"";
    display:table;
}
 
.cf:after{
    clear:both;
}
 
.cf{
    zoom:1;
}  

.left {
    float:left;
}

.right {
    float:right;
}

.rounded {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.wrap {
    position:relative;
    margin: 5px 5px 0px 0px;
    padding:0px 0px 0px 0px; /* readjust in jsfiddle*/
    background:#f0f0f0;
    border:0px;
    overflow:hidden;
}


/*

.search {
    width:200px;
    position:relative;  /* readujst in jsfiddle */
/*    padding:2px 2px 2px 30px;
    border:0px;
    background:white url(http://i.imgur.com/lFkqn.png) left center no-repeat;
}

.wrap input {
    width: 330px;
    height: 20px;
    padding: 10px 5px;
    float: left;   
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    border-radius: 3px 0 0 3px;     
}
*/

.wrap input {
    width: 165px;
    height: 20px;
    /*position: relative;*/
    padding: 8px 0px 8px 30px;
    float: left;   
    font: bold 13px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0px;
    background: #eee;
    border-radius: 3px 0 0 3px;  
    background:white url(../images/search_overlay.png) left center no-repeat;  
}

/* Form submit button */
.wrap button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 36px;
    width: 80px;
    /*font: bold 12px/36px 'lucida sans', 'trebuchet MS', 'Tahoma';*/
    font: bold 12px/36px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #000000;
    text-transform: uppercase;
    background: #FFA500;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}     
.wrap button:hover{
    color: #B22222;    
    background: #ffd700;
}    
.wrap button:active,
.wrap button:focus{  
    background: #ffd700;
    outline: 0;  
}
.wrap button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #FFA500 transparent;
    top: 11px;
    left: -6px;
}
.wrap button:hover:before{
    border-right-color: #ffd700;
}
.wrap button:focus:before,
.wrap button:active:before{
        border-right-color: #ffd700;
}     
.wrap button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}