/* CSS Document */
#menu {
	height:30px;
	background-color:#FFFFFF;
	background-image:url(images/menu_back.gif);

	padding-left:16px;
}

#leftMenuCorner { 
  height:30px;
  width:15px;
  float:left;
  background-image:url(images/menu_LeftCorner.gif);
} 
#rightMenuCorner { 
  height:30px;
  width:16px;
  float:right;
  background-image:url(images/menu_rightCorner.gif)
} 


#menu ul {
	display: inline;
	margin-left: 0;
	padding-left: 0;
	margin:0;
	padding:0;
} 

#menu ul li {
	margin-left: 0;
	padding-left: 0;
	margin:0;
	padding:0;
	border: none;
	list-style: none;
	display: inline;
}
#menuBox {
text-align:center;
float:left;
height:29px;
background-image:url(images/menuGradient.gif);
background-repeat:x;
vertical-align: bottom;
  border-bottom:1px solid #007AC0;

}

#menuBoxA {
text-align:center;
float:left;
height:29px;
background-image:url(images/menuGradient_active.gif);
background-repeat:x;
vertical-align: bottom;
  border-bottom:1px solid #007AC0;
}
.leftSide {
width:5px;
height:29px;
float:left;
background-image:url(images/ls.gif)
}
.leftSideA {
width:5px;
height:29px;
float:left;
background-image:url(images/ls_active.gif)

}

.rightSide {
width:5px;
height:29px;
float:right;
background-image:url(images/rs.gif)
}
.rightSideA {
width:5px;
height:29px;
float:right;
background-image:url(images/rs_active.gif)
}

.mContent {
text-align:center;
float:left;
vertical-align: bottom;
line-height:30px;
height:24px;
width:85%;
color:#FFFFFF;


}
/*///////////////////////////////////////////////*/
/*///////////////////////////////////////////////*/


#nav {
font-family:Arial, Helvetica, sans-serif;
list-style-type:none;
font-size:12px;
text-align: center;


}
#nav li{
	float:left;
	width:103px;
	text-align: center;
}
#nav a{

text-decoration:none;
color: #4A4A4A;
text-align:center;
}
#nav  a:hover{color:#999999}

