body {
	font-family:Helvetica, verdana, arial, sans-serif;
}
#menu ul, #menu li {
	line-height:17px;
	text-align:centre;
	font-size:14px bold;
}
/* menu starts here */

#menu {
	list-style:none;
	width:940px;
	margin:0 auto;
	background:url('images2/bar.jpg');
	height:30px;
	padding:2px 30px;
	/* rounded corners for different browser support */
    

   
    border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	 behavior:url(border-radius.htc);
	
	/* css3 gradient */
    background:#253b64;
	background: -moz-linear-gradient(#253b64, #253b64) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#253b64), to(#253b64));
	/* css3 borders */
    
    .curved {
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    behavior:url(border-radius.htc);
    }



}
/* tab starts here */

#menu2 {
	list-style:none;
	width:940px;
	margin:0 auto;
	height:30px;
	padding:2px 30px;
	/* rounded corners for different browser support */
    
    border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	/* css3 gradient */
    background:##253b64;
	background: -moz-linear-gradient(#253b64, #253b64) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#253b64), to(#253b64));
	/* css3 borders */
    
    border: 1px solid #253b64;
	box-shadow:inset 0px 0px 1px #253b64;
	-moz-box-shadow:inset 0px 0px 1px #253b64;
	-webkit-box-shadow:inset 0px 0px 1px #253b64;
}
/* tab starts here */

#menu li {
	float:left;
	display:block;
	position:relative;
	text-align:center;
	padding:6px 0px;
	margin:1px 30px 0 0;
	border:none;
}

*/border:1px solid #b7b7b7;*/ mayb add later

#menu li:hover {

	padding:4px 0px;
	/*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, #253b64, #253b64) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#253b64), to(#253b64));
}
#menu li a {
	font-size:14px;
	color: #f4f8fa;
	display:block;
	outline:0;
	text-decoration:none;
}
#menu li:hover a {
	color:#f2141e;
}
/* 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;
	/* rounded corners */
    
    border-radius:0 5px 5px 5px;
	-moz-border-radius:0 5px 5px 5px;
	-webkit-border-radius:0 5px 5px 5px;
	/* gradient */
    background:#253b64;
	background: -moz-linear-gradient(center top, #253b64, #253b64) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#253b64), to(#253b64));
}
#menu .menu-container-1 {
	width:140px;
}
#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;
}
#menu .column-1 {
	width:130px;
}
#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:#f4f8fa;
}
#menu h3, #menu h2 {
	font-size:11px;
	margin:7px 0 14px 0;
	padding-bottom:5px;
	text-transform:uppercase;
	color: #f4f8fa;
}
#menu li:hover div a {
	box-shadow: 0 1px 0 #ffffff, 0 1px 0 #ffffff;
	color: #ffffff;
	font-size: 11px;
	padding-left: 6px;
}
#menu li:hover div a:hover {
	background: -moz-linear-gradient(#04ACEC, #0186BA) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA));
	color: #FAFAFA;
	background:#04ACEC;
}
#menu li ul {
	box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
	list-style:none;
	padding:0;
	margin-bottom:12px;
