/* Main Vertical menu with buttons */

#navlist {
	width:172px;
	float: left;
	display: block;
}

#navlist a{
	display:block;
}

a#menuPos1 {
	width:172px;
	height:40px;
	background-image: url(../images/m01.jpg);
}


a#menuPos2 {
	width:172px;
	height:40px;
	background-image: url(../images/m02.jpg);
}

a#menuPos3 {
	width:172px;
	height:40px;
	background-image: url(../images/m03.jpg);
}

a#menuPos4 {
	width:172px;
	height:40px;
	background-image: url(../images/m04.jpg);
}

a#menuPos5 {
	width:172px;
	height:40px;
	background-image: url(../images/m05.jpg);
}

a#menuPos6 {
	width:172px;
	height:40px;
	background-image: url(../images/m06.jpg);
}

a#menuPos7 {
	width:172px;
	height:40px;
	background-image: url(../images/m07.jpg);
}

#navlist a span {display:block; overflow:hidden;   height: 1px; width: 1px;}

/* Main Vertical menu with buttons ends */

/* Second Vertical CSS menu */ 

#vertMenu
{
	color:#000000;
	padding-left: 0;
	margin-left: 0;
	/*border-bottom: 1px solid gray;*/
	width: 172px;
}

#vertMenu li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-bottom: 1px solid gray;
}

#vertMenu li a { text-decoration: none; }

/* Second Vertical CSS menu ends */

/* Test Vertical CSS menu */


/* Test Vertical CSS menu ends */