.menuWrapper{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	font-style: oblique;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.45em;
	position: relative;
	margin: 30px auto;
	height: 542px;
	width: 779px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
}
ul.menu{
    list-style:none;
    width:797px;
}
ul.menu > li{
    float:left;
    width:273px;
    height:542px;
    border-right:0px solid #99999A;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li.last{
    border:none;
}
.bg1{
    background-image: url(../images/Blackberry.jpg);
	 }
.bg1lap{
    background-image: url(../images/lappy.jpg);
	  }
.bg1wand{
    background-image: url(../images/Wand.jpg);
	 }
.bg1body{
 background-image: url(../images/Bodypaint.jpg);
 }
.bg1kuel{
    background-image: url(../images/1kuel3.jpg);
 }
.bg1son1{
    background-image: url(../images/1kuel2.jpg);	
 }
.bg1son2{
    background-image: url(../images/1kuel4.jpg);		  
}
.bg1mp3{
    background-image: url(../images/mp3.jpg);	  
}
ul.menu > li > a{
    float:left;
    width:35px;
    height:50px;
    margin-top:255px;
    text-align:left;
    line-height:50px;
    color:#8C8C8C;
   
    letter-spacing:1px;
    cursor:pointer;
    text-decoration:none;
    text-shadow:0px 0px 1px #cccccc;
}
ul.menu > li ul{
    list-style:none;
    float:left;
    margin-top:-162px;
    width:100%;
    height:132px;
    padding-top:0px;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li ul li{
    display:none;
}


ul.menu > li ul li a{
	color: #DADADA;
	text-decoration: none;
	line-height: 18px;
	margin-left: 20px;
	margin-bottom: 20px
    text-shadow:0px 0px 0px #;
	font-size: 14px;
}
ul.menu > li ul.sub1 li{
    display:block;
}
ul.menu > li ul li a:hover{
	
	font-size: 15px;
	color: #ffffff;
}

