/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */

#MENU
{
	position:relative;
	padding-left:10px;
	text-align:center;
	}
.curved-box
    {
    background-color: #67bed9;
    margin:10px 10px 10px 10px;
    background:#67bed9 url(images/logoBg.jpg) no-repeat left top;
    
}
.curved-box2
    {
    position:relative;
    background-color: #FFFFFF;
    background: #FFFFFF url(mainFooter.jpg) no-repeat left bottom;
}


#MENU1 ul {
background-color:#BBD9EE;
position:relative;
	margin:0;
	padding: 0;
	list-style:none;
	/*right: 29px;
	bottom: -28px !important;
	bottom: 5px;*/
	text-align:center;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;
	}
 
#MENU1 li {
   display:inline;text-align:center;color:Black;
   margin:0; padding-left:0px;
}
#MENU1 a {
   float:left;
   display:block;
   /*background: url(tableft.gif) no-repeat left top;*/
   background-image:url(button.png);
   margin:0;
   padding:0px 0px 0px 0px;
   text-decoration:none;
}
#MENU1 a span{
   float:left;
   display:block;
/*   background: url(tabright.gif) no-repeat right top;*/
   background:url(button.png) left repeat-x;
   margin:0;
   padding:6px 15px 3px 10px;
   color: #FFF;
}
#MENU1 a:hover span {
	color:#FFF;
	background:url(button_h.png) left repeat-x;
	}
#current a {
   background-position:0% -42px;
	color: #FFF;
	background:url(button.png) left repeat-x;
}
#current a span {
   background-position:100% -42px;
	color: #FFF;
	background:url(button.png) left repeat-x; 
}
#last a {
   background-position:0% -42px;
	color: #FFF;
	background:url(button.png) right no-repeat;
}
#last a span {
   background-position:100% -42px;
	color: #FFF;
	background:url(button.png) right no-repeat; 
}
