﻿/**********HTML Bullets Style Sheet to Make Graphical*********/

.SilverArrowVerticalcontainer ul
{
	list-style-type: none;
	padding-left : 0px;
	margin: 0px;
}

.SilverArrowVerticalcontainer a
{
	display: block ;
	padding-top: 17px;
	padding-left: 50px;
	width: inherit;
	background-color:  Silver ;
	border-bottom: 1px solid #eee;
	background-image: url(/modules/design/tablinks/silverarrowvertical.png);
	background-repeat: repeat-x;
	height: 27px;
}


.SilverArrowVerticalcontainer a:link
{
	text-decoration: none;
}

.SilverArrowVerticalcontainer a:active, #SilverArrowVerticalactive
{
	color: Green;
	text-decoration: none;
	font-weight : bold;
}

.SilverArrowVerticalcontainer a:hover 
{	
	background: url(/modules/design/tablinks/silverarrowvertical.png)  5px  -45px;
}

﻿/**********HTML Bullets Style Sheet to Make Graphical*********/

.SilverArrowVerticalcontainer ul
{
	list-style-type: none;
	padding-left : 0px;
	margin: 0px;
}

.SilverArrowVerticalcontainer a
{
	display: block ;
	padding-top: 17px;
	padding-left: 50px;
	width: inherit;
	background-color:  Silver ;
	border-bottom: 1px solid #eee;
	background-image: url(/modules/design/tablinks/silverarrowvertical.png);
	background-repeat: repeat-x;
	height: 27px;
}


.SilverArrowVerticalcontainer a:link
{
	text-decoration: none;
}

.SilverArrowVerticalcontainer a:active, #SilverArrowVerticalactive
{
	color: Green;
	text-decoration: none;
	font-weight : bold;
}

.SilverArrowVerticalcontainer a:hover 
{	
	background: url(/modules/design/tablinks/silverarrowvertical.png)  5px  -45px;
}

