/*--------MENU STYLE BEGIN--------*/
#menu
{
	width: 760px;
	height: 15px;
	padding-top: 5px;
}
#mleft
{
	width: 140px;
	height: 15px;
	float: left;
	color: #FFFFFF;
	background: #2D4E7B;
	border: 1px solid #213858;
}
#mright
{
	width: 610px;
	height: 15px;
	float: right;
	color: #87CEEB;
	background: #2D4E7B;
	border: 1px solid #213858;
}
ul#nav
{
	list-style: none
}
ul#nav li
{
	float: left;
}
ul#nav a
{
	font-family: Arial, serif;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
ul#nav a:link,ul#nav a:visited
{
	color: #FFFFFF;
	background: #2D4E7B;
}
ul#nav a:hover
{
	color: #FFFFFF;
	background: #1E3351;
}
ul#nav a:active
{
	color: #FFFFFF;
	background: #2D4E7B;
}
/*--------MENU STYLE END--------*/