﻿body 
{
  margin-top:0px;
}
.logo
{
	background-image:url(../images1/newlogo.jpg);
	height:100px;
	width:100px;
}

.menubar
{
	background-image:url(../images1/menu3.jpg);
	background-repeat:repeat-x;
	height:30px;
	color:White;
	font-size:15px;
	padding:0px 10px 0px 10px;
	font-weight:bold;
}

#menulist
{
	text-align:center;
	width:100%;
	height:30px;
}
#menulist a
{
	color: #ffffff ;
	width: 100% ;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#menulist a:hover
{
	
	color:orange;
	
	width: 100% ;
	height:100%;
}
#arrowlink
{
	text-align:left;
	
}
#arrowlink a
{
	
	
	color: #ffffff ;
	width: 100% ;
	font-size:17px;
	font-family:Verdana;
	font-weight:bold;
	text-decoration:none;
}
#arrowlink a:hover
{
	color:yellow;
	width: 100% ;
	height:100%;
}

.welcomeImage
{
	background-image:url(../images1/index_04.jpg);
	text-align:center;
	color:#04486D;
	font-family:Verdana;
	font-size:25px;
	font-weight:bold;
	width:744px;
	height:200px;
}

.aboutus
{
	color:#05c0ac;
	font-family:Verdana;
	font-size:20px;
	
}
.products
{
	color:#df6807;
	font-family:Verdana;
	font-size:20px;
	
}
.services
{
	color:#58ace3;
	font-family:Verdana;
	font-size:20px;
	
}

.tdimage
{
	background-image:url(../images1/tbimage1.jpg);
}


.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
width: 243px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
color:Purple;
}
 
.sidebarmenu ul li{
position: relative;
}


.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: purple;
text-decoration: none;
padding-top:5px;
height:25px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #dcf1fa; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: green;
}

.sidebarmenu ul li a:hover{
background-color: #0F71A7;
color:White;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}
.welcome
{
	/*border-bottom:solid 1px silver; border-left:solid 1px silver;*/
	color:#FD8A03;
	font-family:Sans-Serif, Times New Roman; font-size:large; font-weight:bold;
    padding-left:25px;
}
 
