﻿body
{
	font-family: 'Calibri' , Verdana, Tahoma;
	font-size: 16px;
}

a:link, a:visited
{
	color: #2F71D2;
}

table.container
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding-top: 0px;
}

td
{
	vertical-align: top;
}

div.menu
{
	width: 800px;
}

div.container
{
	width: 800px;
}

div.header
{
	text-align: center;
}

div.body
{
	width: 800px;
}

div.bt
{
	text-align: left;
	padding: 10px 0 10px 0;
	font-size: 20px;
	color: #2F71D2;
}

div.btnp
{
	text-align: left;
	font-size: 20px;
	color: #2F71D2;
	padding: 0px;
}

div.mt
{
	text-align: left;
	padding: 10px 0 10px 0;
	font-size: 16px;
}

div.pt
{
	text-align: center;
	padding: 10px;
	font-size: 16px;
}


#menu
{
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
	background-color: #eee;
	font-size: 13px;
	height: 40px;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #ccc;
}
#menu li
{
	float: left;
	margin: 0;
}
#menu li a
{
	text-decoration: none;
	display: block;
	padding: 0 20px;
	line-height: 40px;
	color: #666;
}
#menu li a:hover, #menu li.active a
{
	background-color: #f5f5f5;
	border-bottom: 2px solid #DDD;
	color: #999;
}
#menu_wrapper ul
{
	margin-left: 12px;
}
#menu_wrapper
{
	padding: 0 16px 0 0;
	background: url(images/grey.png) no-repeat right;
}
#menu_wrapper div
{
	float: left;
	height: 44px;
	width: 12px;
	background: url(images/grey.png) no-repeat left;
}

/* The CSS Code for the menu starts here */
			#menu {
				font-family: Arial, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				margin: 10px 0;
				padding: 0 0 0 10px;
				list-style-type: none;
				font-size: 13px;
				background: #eee;
				height: 40px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-top: 2px solid #eee;
				border-left: 2px solid #eee;
				border-bottom: 2px solid #ccc;
				border-right: 2px solid #ccc;
			}
			#menu li {
				float: left;
				margin: 0;
				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 20px;
				line-height: 40px;
				color: #666;
			}
			#menu li a:hover, #menu li.active a {
				background-color: #f5f5f5;
				border-bottom: 2px solid #DDD;
				color: #999;
			}
			
			/* Blue Menu */
			#menu.blue {
				border-top: 2px solid #356AA0;
				border-left: 2px solid #356AA0;
				border-bottom: 2px solid #204061;
				border-right: 2px solid #204061;
				background: #2F71D2;}
			#menu.blue a {color: #fff;}
			#menu.blue li a:hover, #menu.blue li.active a {color: #FFFFFF; background: #1D4787; border-bottom: 2px solid #356AA0;}
			





/* Blue Menu 
#menu_wrapper.blue ul
{
	border-top: 2px solid #356AA0;
	border-bottom: 2px solid #204061;
	background: #2F71D2;
}
#menu_wrapper.blue a
{
	color: #fff;
}
#menu_wrapper.blue li a:hover, #menu_wrapper.blue li.active a
{
	background-position: #1D4787;
	color: #FFFFFF;
	background: #1D4787;
	border-bottom: 2px solid #356AA0;
}
#menu_wrapper.blue
{
	background: url(images/blue-c.png) no-repeat right;
}
#menu_wrapper.blue div
{
	background: url(images/blue-c.png) no-repeat left;
}
*/

