﻿@charset "utf-8";
  
/*top Menu*/


#topMenu{
	height:120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight:bold;

	/*background: url(../../Image/navBasline.gif) bottom repeat-x;*/
}

#topMenu h1{
	width:200px;
	height:100px;
	display:block;
	float:left;
	margin:.8em .7em;
	background: url(../../Image/aisLogo.gif) no-repeat;

}
#topMenu h1 span{
	display:none;
}
.phone{
	position:relative;
	left:425px;
	width:135px;
	height:20px;
	background: url(../../Image/phoneBG.gif) no-repeat;
	color:#FFFFFF;
}
.phone span{
	margin-left:33px;
}
.leftComponent{
	float:right;
}
.leftComponent ul{
	position:relative;
	list-style-type: none;
	width:595px; /*this is for ie 7 to align everything correctly */
	height:29px;
	margin-top:30px; /*change position of the menu list*/
	padding:0 .5em;
	/*margin-right:10px;*/
	background:url(../../Image/navbg.gif) no-repeat top left;
}
.leftComponent li{
	text-align:center;
	float:left;
	display:block;
	margin-right:.2em;
}
.leftComponent li span{
	display:block;
	padding-top:.7em;
}
.leftComponent li a{
	height:29px;
	display:block;
	padding:0 1em;
	background:url(../../Image/nav.gif) repeat-x top left;
	text-decoration: none;
	color:#666666;
	border-right:1px solid #999999;
}
.leftComponent li.navLast a{
	border-right:none;
}
.leftComponent li a:hover{
	background-position:bottom left;
	color:#ffffff;
}

