a.topimg {
	display: block;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

img.topimg {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.horizontalcssmenu {
padding: 0px;
border: 0px;
margin: 1px 0px 0px 0px;
background: url(pic/layout/menu_bground1.gif) center center repeat-x;
width: 1000px;
}

.horizontalcssmenu ul.navbar1{
background: url(pic/layout/menu_bground1.gif) center center repeat-x;
display: block;
width: 1000px;
float: left;
padding: 0px;
margin: 0px;
border: 0px;
list-style-type: none;
}

.horizontalcssmenu ul{
display: block;
padding: 0px;
margin: 0px;
border: 0px;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li {
margin: 0;
padding: 0;
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
padding: 5px 13px;
color: #373737;
background: url(pic/layout/menu_bground1.gif) center center repeat-x;
text-decoration: none;
font-weight: bold;
float: left;
font-size: 14px;
border-right: 1px solid #d8d8d8;
border-bottom: 0px;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 200px; /*width of sub menu levels*/
font-weight: normal;
padding: 5px 13px;
background: #eaeaea;
border-right: 3px solid #c6c6c6;
border-left: 3px solid #c6c6c6;
color: #373737;
}

.horizontalcssmenu ul li a:hover{
background: #c2de6f;
}

.horizontalcssmenu ul li ul li a:hover{
border-right: 3px solid #c6c6c6;
border-left: 3px solid #c6c6c6;
background: #c2de6f;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

.horizontalcssmenu2{
position: inherit;
}

.horizontalcssmenu2 ul{
align: center;
background: url(pic/layout/menu_bground2.gif) center center repeat-x;
float: left;
display: block;
width: 1000px;
padding: 0px;
margin: 1px 0px 30px 0px;
border: 0px;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu2 ul li {
margin: 0;
padding: 0;
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu2 ul li a{
display: block;
padding: 4px 22px;
color: #ebf2d6;
background: url(pic/layout/menu_bground2.gif) center center repeat-x;
text-decoration: none;
font-weight: bold;
float: left;
font-size: 13px;
border-right: 1px solid #b1d641;
border-bottom: 0px;
}

.horizontalcssmenu2 ul li a:hover{
color: #ffffff;
}

.horizontalcssmenu3{
position: inherit;
}

.horizontalcssmenu3 ul{
align: center;
background: url(pic/layout/menu_bground3.gif) center center repeat-x;
float: left;
display: block;
width: 1000px;
padding: 0px;
margin: -29px 0px 30px 0px;
border: 0px;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu3 ul li {
margin: 0;
padding: 0;
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu3 ul li a{
display: block;
padding: 5px 16px;
color: #d7e4f3;
background: url(pic/layout/menu_bground3.gif) center center repeat-x;
text-decoration: none;
font-weight: bold;
float: left;
font-size: 13px;
border-right: 1px solid #6ab5ff;
border-bottom: 0px;
}

.horizontalcssmenu3 ul li a:hover{
color: #ffffff;
}
