#dummy-element{width:2px;} /* Necessary to check if StyleSheet has loaded */
body {
	font-family:Helvetica, verdana, arial, sans-serif;
}
#menu ul, #menu li {
	line-height:15px;
	text-align:left;
	font-size:14px;
}
/* menu starts here */

   


#menu {
	list-style:none;
	
	
	height:40px;
	padding:5px 30px;
	/* rounded corners for different browser support */
    
    border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	/* css3 gradient */
   background: #91bd09; /* Old browsers */
background: -moz-linear-gradient(top,  #91bd09 0%, #749a02 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91bd09), color-stop(100%,#749a02)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #91bd09 0%,#749a02 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #91bd09 0%,#e3eaed 37%,#749a02 100%);
/*background: -o-linear-gradient(top,  #91bd09 0%,#749a02 100%);  Opera 11.10+ */
background: -ms-linear-gradient(top,  #91bd09 0%,#749a02 100%); /* IE10+ */
background: linear-gradient(to bottom,  #91bd09 0%,#749a02 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91bd09', endColorstr='#749a02',GradientType=0 ); /* IE6-9 */

	/* css3 borders */
    
    border: 1px solid rgba(0, 0, 0, 0.25);
	box-shadow:inset 0px 0px 1px #e8edf0;
	-moz-box-shadow:inset 0px 0px 1px #e8edf0;
	-webkit-box-shadow:inset 0px 0px 1px #e8edf0;
}
/* tab starts here */

#menu li {
	float:left;
	display:block;
	position:relative;
	text-align:center;
	padding:4px 10px;
	margin:5px 30px 0 0;
	border:none;
	max-width:100px;
}
#menu li:hover {
	border:1px solid #b7b7b7;
	padding:4px 9px;
	/*rounded corners  */
    border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	/* css 3 gradient */
    background:#fff;
	background: -moz-linear-gradient(center top, #FFFFFF, #EDEDED) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDEDED));
}
#menu li a {
	color: #FFFFFF;
	font-weight: bold;
	font-size:12px;
	display:block;
	outline:0;
	text-decoration:none;
}
#menu li:hover a {
	color:#161616;
}
/* menu containers here  */

#menu .menu-container-1, #menu .menu-container-2, #menu .menu-container-3, #menu .menu-container-4 {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em;
	text-align:left;
	padding:10px 5px;
	border:1px solid #b7b7b7;
	border-top:none;
	z-index:999;
	/* rounded corners */
    
    border-radius:0 5px 5px 5px;
	-moz-border-radius:0 5px 5px 5px;
	-webkit-border-radius:0 5px 5px 5px;
	/* gradient */
 background:#F4F4F4;  
    background: -moz-linear-gradient(top, #EDEDED, #FFFFFF);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EDEDED), to(#FFFFFF)); 
}
#menu .menu-container-1 {
	width:160px;
	
}
#menu .menu-container-2 {
	width:280px;
}
#menu .menu-container-3 {
	width:420px;
}
#menu .menu-container-4 {
	width:560px;
}
#menu li:hover .menu-container-1, #menu li:hover .menu-container-2, #menu li:hover .menu-container-3, #menu li:hover .menu-container-4 {
	top:auto;
	left:-1px;
}
/* columns ici */

#menu .column-1, #menu .column-2 {
	display:inline;
	float:left;
	position:relative;
	margin:0 5px;
	z-index:999;
}
#menu .column-1 a {
	width:150px;
	z-index:999;
}
#menu .column-1 {
	width:150px;
}
#menu .column-2 {
	width:260px;
}
#menu .column-3 {
	width:390px;
}
#menu .column-4 {
	width:520px;
}
/* right menu */

#menu .menu-right {
	float:right;
	margin-right:0px;
}
#menu li .align-right {
	/*rounded corners */
    
    border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	-webkit-border-radius:5px 0 5px 5px;
}
#menu li:hover .align-right {
	left:auto;
	right:-1px;
	top:auto;
}
/* menu h2, h3, p, etc.... */

#menu p, #menu h2, #menu h3, #menu ul li {
	line-height:21px;
	font-size:12px;
	text-align:left;
}
#menu p {
	line-height:18px;
	margin-bottom:10px;
	color:#000000;
}
#menu h3, #menu h2 {
	font-size:11px;
	margin:14px 0 14px 0;
	padding-bottom:5px;
	text-transform:uppercase;
	color: #999999;
}
#menu li:hover div a {
	border-top: 1px solid #CCCCCC;
	color: #333;
	font-size: 11px;
	padding: 6px;
}
#menu li:hover div a:hover {

	color:#007D9A;

}
#menu li ul {
	
	list-style:none;
	padding:0;
	margin-bottom:12px;
}
#menu li ul li {
	float: none;
	font-size: 12px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 150px;
}
#menu li ul li:hover {
	background: none;
	border: medium none;
	margin: 0;
	padding: 0;
}
/* login here */

#menu .form {
	margin:10px 0 0 45px;
}
#menu input {
	color:#e9e9e9;
	font-size:12px;
	outline:0 none;
	padding:9px;
	/* gradient */
    background:#6e6e6e;
	background:-moz-linear-gradient(top, #888, #575757);
	background:-webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	/* css3 borders */
    border:1px solid #555;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	/* css3 shadow effect */
    -moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 8px;
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
#menu input:focus {
	background: none repeat scroll 0 0 #313131;
}
#menu input:hover {
	border-color: #000000;
}
#menu .submit input {
	background: -moz-linear-gradient(center top, #444444, #111111) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111));
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 1px #EDF9FF inset;
	color: #FFFFFF;
	padding: 9px;
	width: 90px;
}
#menu .submit input:hover {
	background: -moz-linear-gradient(center top, #444444, #3D3A3A) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#444444), to(#3D3A3A));
	cursor: pointer;
}
#menu .submit input:active {
	background: -moz-linear-gradient(center top, #444444, #111111) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111));
	border: 1px solid #9C9C9C;
	color: #FFFFFF;
}
#style-switcher {


	margin:0px auto;
	height: 34px;
	color: red;
	border-bottom: 1px solid white;
}
#style-switcher ul {
	border-right: 1px solid white;
	float: right;
	margin: 0;
}
#style-switcher h4 {
	display: inline;
	color: #153c67;
	font-weight: bold;
	line-height: 34px;
	padding: 0 10px;
	border-left: 1px solid white;
}
#style-switcher li {display: inline;}
#style-switcher li a {
	float: left;
	line-height: 26px;
	color: white;
	background: #90a6bb;
	text-decoration: none;
	padding: 0 13px;
	display: inline;
	margin: 4px 4px 4px 0;
}
#style-switcher li a:hover {background: #3a5a7c;}
#menu_wrap{
	float:right;

	min-width:150px;
	max-width:250px;
	z-index:999;
}
