body
{
	margin:0px auto;
	padding:0px;
	background-color:#006699;
}

#chromemenu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#chromemenu ul{
	margin: 0;
	text-align: right; /*set value to "right" for example to align menu to the left of page*/
}
#chromemenu ul  {
	margin: 0;
	text-align: right; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
	display: inline;
	padding-top:2px;
}

#chromemenu ul li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: gray;
	padding: 5px;
	text-decoration: none;
	text-align:center;
	font-weight:bold;
}

#chromemenu ul li a:hover{
	padding: 5px;
	color:silver;
}

.top_menu_bg{
	border-top:thin;
	border-top-style:solid;
	border-top-color:#CCCCCC;
	background:url(../images/top_menu_bg.jpg) left top repeat-x;
	height:26px;
	padding-right:12px;
	padding-left:2px;
}

.menutabletop{
   height :26px; 
}
.header_title{
	width:612px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	height:20px;
	text-align:center;
	vertical-align:middle;
	background-image:url(../images/bottom_nenu_bg.jpg);
}

.bottom_title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
	height:20px;
	text-align:center;
	vertical-align:middle;
	background-image:url(../images/bottom_nenu_bg.jpg);
}

